remove d30v sanitization

This commit is contained in:
Ian Lance Taylor
1998-07-24 04:51:37 +00:00
parent 2c9fd4b158
commit 2caa49ec21
6 changed files with 11 additions and 128 deletions

View File

@ -95,38 +95,6 @@ else
done done
fi fi
if [ -n "${verbose}" ] ; then
echo Processing \"d30v\"...
fi
d30v_files="ChangeLog dis-asm.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d30v stuff in $i
fi
fi
done
else
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d30v\" from $i...
fi
cp $i new
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
fi
mv $i .Recover
fi
mv new $i
fi
done
fi
if [ -n "${verbose}" ] ; then if [ -n "${verbose}" ] ; then
echo Processing \"sky\"... echo Processing \"sky\"...
fi fi

View File

@ -21,14 +21,6 @@ Do-first:
# called. Directories not listed will be removed in their entirety # called. Directories not listed will be removed in their entirety
# with rm -rf. # with rm -rf.
d30v_files="d30v.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}"
else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
Things-to-keep: Things-to-keep:
ChangeLog ChangeLog
@ -37,6 +29,7 @@ arc.h
arm.h arm.h
common.h common.h
d10v.h d10v.h
d30v.h
dwarf.h dwarf.h
dwarf2.h dwarf2.h
external.h external.h
@ -49,6 +42,7 @@ mips.h
mn10200.h mn10200.h
mn10300.h mn10300.h
ppc.h ppc.h
reloc-macros.h
sh.h sh.h
sparc.h sparc.h
v850.h v850.h
@ -85,34 +79,6 @@ else
done done
fi fi
d30v_files="ChangeLog common.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d30v stuff in $i
fi
fi
done
else
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d30v\" from $i...
fi
cp $i new
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
fi
mv $i .Recover
fi
mv new $i
fi
done
fi
v850_files="ChangeLog common.h v850.h" v850_files="ChangeLog common.h v850.h"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850_files ; do for i in $v850_files ; do

View File

@ -16,9 +16,7 @@ Wed Jul 22 16:22:11 1998 Nick Clifton <nickc@cygnus.com>
* arc.h: Use reloc-macros.h. * arc.h: Use reloc-macros.h.
* arm.h: Use reloc-macros.h. * arm.h: Use reloc-macros.h.
* d10v.h: Use reloc-macros.h. * d10v.h: Use reloc-macros.h.
start-sanitize-d30v
* d30v.h: Use reloc-macros.h. * d30v.h: Use reloc-macros.h.
end-sanitize-d30v
* hppa.h: Use reloc-macros.h. * hppa.h: Use reloc-macros.h.
* i386.h: Use reloc-macros.h. * i386.h: Use reloc-macros.h.
* m32r.h: Use reloc-macros.h. * m32r.h: Use reloc-macros.h.
@ -39,9 +37,7 @@ end-sanitize-d30v
* alpha.h: Likewise. * alpha.h: Likewise.
* arm.h: Likewise. * arm.h: Likewise.
* d10v.h: Likewise. * d10v.h: Likewise.
start-sanitize-d30v
* d30v.h: Likewise. * d30v.h: Likewise.
end-sanitize-d30v
* m32r.h: Likewise. * m32r.h: Likewise.
* m68k.h: Likewise. * m68k.h: Likewise.
* mn10200.h: Likewise. * mn10200.h: Likewise.
@ -52,9 +48,7 @@ end-sanitize-d30v
* arm.h: New file. * arm.h: New file.
* d10v.h: New file. * d10v.h: New file.
start-sanitize-d30v
* d30v.h: New file. * d30v.h: New file.
end-sanitize-d30v
* i386.h: New file. * i386.h: New file.
* m68k.h: New file. * m68k.h: New file.
* mn10200.h: New file. * mn10200.h: New file.
@ -250,12 +244,10 @@ Wed Feb 19 15:35:31 1997 Ian Lance Taylor <ian@cygnus.com>
* external.h, internal.h, common.h: Added new structures and * external.h, internal.h, common.h: Added new structures and
definitions for ELF versions. definitions for ELF versions.
start-sanitize-d30v
Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com> Tue Feb 18 17:40:36 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* common.h (EM_CYGNUS_D30V): Define. * common.h (EM_CYGNUS_D30V): Define.
end-sanitize-d30v
Mon Jan 27 11:54:44 1997 Doug Evans <dje@seba.cygnus.com> Mon Jan 27 11:54:44 1997 Doug Evans <dje@seba.cygnus.com>
* m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16. * m32r.h (enum reloc_type): Add R_M32R_HI16_[SU]LO,R_M32R_LO16.

View File

@ -77,21 +77,25 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define EM_386 3 /* Intel 80386 */ #define EM_386 3 /* Intel 80386 */
#define EM_68K 4 /* Motorola m68k family */ #define EM_68K 4 /* Motorola m68k family */
#define EM_88K 5 /* Motorola m88k family */ #define EM_88K 5 /* Motorola m88k family */
#define EM_486 6 /* Intel 80486 */
#define EM_860 7 /* Intel 80860 */ #define EM_860 7 /* Intel 80860 */
#define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */ #define EM_MIPS 8 /* MIPS R3000 (officially, big-endian only) */
#define EM_S370 9 /* Amdahl */
#define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */ #define EM_MIPS_RS4_BE 10 /* MIPS R4000 big-endian */
#define EM_PARISC 15 /* HPPA */ #define EM_PARISC 15 /* HPPA */
#define EM_SPARC32PLUS 18 /* Sun's "v8plus" */ #define EM_SPARC32PLUS 18 /* Sun's "v8plus" */
#define EM_960 19 /* Intel 80960 */
#define EM_PPC 20 /* PowerPC */ #define EM_PPC 20 /* PowerPC */
#define EM_V800 36 /* NEC V800 series */
#define EM_FR20 37 /* Fujitsu FR20 */
#define EM_RH32 38 /* TRW RH32 */
#define EM_MMA 39 /* Fujitsu MMA */
#define EM_ARM 40 /* ARM */ #define EM_ARM 40 /* ARM */
#define EM_OLD_ALPHA 41 /* Digital Alpha */
#define EM_SH 42 /* Hitachi SH */ #define EM_SH 42 /* Hitachi SH */
#define EM_SPARCV9 43 /* SPARC v9 64-bit */ #define EM_SPARCV9 43 /* SPARC v9 64-bit */
/* If it is necessary to assign new unofficial EM_* values, please pick large /* If it is necessary to assign new unofficial EM_* values, please pick large
@ -124,10 +128,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* D10V backend magic number. Written in the absence of an ABI. */ /* D10V backend magic number. Written in the absence of an ABI. */
#define EM_CYGNUS_D10V 0x7650 #define EM_CYGNUS_D10V 0x7650
/* start-sanitize-d30v */
/* D30V backend magic number. Written in the absence of an ABI. */ /* D30V backend magic number. Written in the absence of an ABI. */
#define EM_CYGNUS_D30V 0x7676 #define EM_CYGNUS_D30V 0x7676
/* end-sanitize-d30v */
/* V850 backend magic number. Written in the absense of an ABI. */ /* V850 backend magic number. Written in the absense of an ABI. */
#define EM_CYGNUS_V850 0x9080 #define EM_CYGNUS_V850 0x9080

View File

@ -15,14 +15,6 @@
Do-first: Do-first:
d30v_files="d30v.h"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
keep_these_too="${d30v_files} ${keep_these_too}"
else
lose_these_too="${d30v_files} ${lose_these_too}"
fi
tic80_files="tic80.h" tic80_files="tic80.h"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@ -55,6 +47,7 @@ arm.h
cgen.h cgen.h
convex.h convex.h
d10v.h d10v.h
d30v.h
h8300.h h8300.h
hppa.h hppa.h
i386.h i386.h
@ -108,34 +101,6 @@ else
done done
fi fi
d30v_files="ChangeLog"
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Keeping d30v stuff in $i
fi
fi
done
else
for i in $d30v_files ; do
if test ! -d $i && (grep sanitize-d30v $i > /dev/null) ; then
if [ -n "${verbose}" ] ; then
echo Removing traces of \"d30v\" from $i...
fi
cp $i new
sed '/start\-sanitize\-d30v/,/end-\sanitize\-d30v/d' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...
fi
mv $i .Recover
fi
mv new $i
fi
done
fi
v850e_files="ChangeLog v850.h" v850e_files="ChangeLog v850.h"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then if ( echo $* | grep keep\-v850e > /dev/null ) ; then

View File

@ -238,12 +238,10 @@ Mon Mar 2 10:44:07 1998 Doug Evans <devans@seba.cygnus.com>
* cgen.h (CGEN_BOOL_ATTR): New macro. * cgen.h (CGEN_BOOL_ATTR): New macro.
start-sanitize-d30v
Thu Feb 26 15:54:31 1998 Michael Meissner <meissner@cygnus.com> Thu Feb 26 15:54:31 1998 Michael Meissner <meissner@cygnus.com>
* d30v.h (FLAG_DELAY): New flag for delayed branches/jumps. * d30v.h (FLAG_DELAY): New flag for delayed branches/jumps.
end-sanitize-d30v
start-sanitize-sky start-sanitize-sky
Fri Feb 27 10:00:44 1998 Doug Evans <devans@canuck.cygnus.com> Fri Feb 27 10:00:44 1998 Doug Evans <devans@canuck.cygnus.com>
@ -373,7 +371,6 @@ Mon Jan 12 11:37:36 1998 Doug Evans <devans@seba.cygnus.com>
(CGEN_{SYNTAX,FORMAT}): New types. (CGEN_{SYNTAX,FORMAT}): New types.
(cgen_insn): Format and syntax separated from each other. (cgen_insn): Format and syntax separated from each other.
start-sanitize-d30v
Tue Dec 16 15:15:52 1997 Michael Meissner <meissner@cygnus.com> Tue Dec 16 15:15:52 1997 Michael Meissner <meissner@cygnus.com>
* d30v.h (d30v_opcode): Reorder flags somewhat, add new flags for * d30v.h (d30v_opcode): Reorder flags somewhat, add new flags for
@ -381,18 +378,15 @@ Tue Dec 16 15:15:52 1997 Michael Meissner <meissner@cygnus.com>
flags_{used,set} long. flags_{used,set} long.
(d30v_operand): Make flags field long. (d30v_operand): Make flags field long.
end-sanitize-d30v
Mon Dec 1 12:24:44 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> Mon Dec 1 12:24:44 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k.h: Fix comment describing operand types. * m68k.h: Fix comment describing operand types.
start-sanitize-d30v
Sun Nov 23 22:31:27 1997 Michael Meissner <meissner@cygnus.com> Sun Nov 23 22:31:27 1997 Michael Meissner <meissner@cygnus.com>
* d30v.h (SHORT_CMPU): Add case for cmpu instruction, and move * d30v.h (SHORT_CMPU): Add case for cmpu instruction, and move
everything else after down. everything else after down.
end-sanitize-d30v
Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk> Tue Nov 18 18:45:14 1997 J"orn Rennecke <amylaar@cygnus.co.uk>
* d10v.h (OPERAND_FLAG): Split into: * d10v.h (OPERAND_FLAG): Split into:
@ -446,7 +440,6 @@ start-sanitize-v850e
(PROCESSOR_V850EA): New bit constants. (PROCESSOR_V850EA): New bit constants.
end-sanitize-v850e end-sanitize-v850e
start-sanitize-d30v
Mon Sep 15 11:29:43 1997 Ken Raeburn <raeburn@cygnus.com> Mon Sep 15 11:29:43 1997 Ken Raeburn <raeburn@cygnus.com>
Merge changes from Martin Hunt: Merge changes from Martin Hunt:
@ -465,7 +458,6 @@ Mon Sep 15 11:29:43 1997 Ken Raeburn <raeburn@cygnus.com>
* d30v.h (OPERAND_2REG): Add new operand to indicate 2 * d30v.h (OPERAND_2REG): Add new operand to indicate 2
registers are used. Needed for VLIW optimization. registers are used. Needed for VLIW optimization.
end-sanitize-d30v
Mon Sep 8 14:05:45 1997 Doug Evans <dje@canuck.cygnus.com> Mon Sep 8 14:05:45 1997 Doug Evans <dje@canuck.cygnus.com>
* cgen.h: Move assembler interface section * cgen.h: Move assembler interface section
@ -628,7 +620,6 @@ Sat Feb 22 21:25:00 1997 Dawn Perchik <dawn@cygnus.com>
so that we can increase the size of the mips opcodes table so that we can increase the size of the mips opcodes table
dynamically. dynamically.
start-sanitize-d30v
Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com> Fri Feb 21 16:34:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* d30v.h (FLAG_X): Remove unused flag. * d30v.h (FLAG_X): Remove unused flag.
@ -637,7 +628,6 @@ Tue Feb 18 17:37:20 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* d30v.h: New file. * d30v.h: New file.
end-sanitize-d30v
start-sanitize-tic80 start-sanitize-tic80
Fri Feb 14 13:16:15 1997 Fred Fish <fnf@cygnus.com> Fri Feb 14 13:16:15 1997 Fred Fish <fnf@cygnus.com>