remove d30v sanitization

This commit is contained in:
Ian Lance Taylor
1998-07-24 03:58:14 +00:00
parent cc88a10633
commit faec70d605
2 changed files with 3 additions and 70 deletions

View File

@ -23,14 +23,6 @@ else
lose_these_too="${cygnus_files} ${lose_these_too}" lose_these_too="${cygnus_files} ${lose_these_too}"
fi fi
d30v_files="d30v-dis.c d30v-opc.c"
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-opc.c tic80-dis.c" tic80_files="tic80-opc.c tic80-dis.c"
if ( echo $* | grep keep\-tic80 > /dev/null ) ; then if ( echo $* | grep keep\-tic80 > /dev/null ) ; then
@ -85,6 +77,8 @@ configure.bat
configure.in configure.in
d10v-dis.c d10v-dis.c
d10v-opc.c d10v-opc.c
d30v-dis.c
d30v-opc.c
dep-in.sed dep-in.sed
dis-buf.c dis-buf.c
disassemble.c disassemble.c
@ -192,34 +186,6 @@ else
done done
fi fi
d30v_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c"
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 Makefile.in Makefile.am configure.in configure disassemble.c v850-opc.c v850-dis.c" v850e_files="ChangeLog Makefile.in Makefile.am configure.in configure disassemble.c v850-opc.c v850-dis.c"
if ( echo $* | grep keep\-v850e > /dev/null ) ; then if ( echo $* | grep keep\-v850e > /dev/null ) ; then
for i in $v850e_files ; do for i in $v850e_files ; do

View File

@ -348,13 +348,11 @@ Thu May 28 08:46:09 1998 Catherine Moore <clm@cygnus.com>
Change pinfo to use WR_HILO. Change pinfo to use WR_HILO.
end-sanitize-vr5400 end-sanitize-vr5400
start-sanitize-d30v
Wed May 27 15:29:13 1998 Nick Clifton <nickc@cygnus.com> Wed May 27 15:29:13 1998 Nick Clifton <nickc@cygnus.com>
* d30v-opc.c: Add new operand: Ra3. Change SHORT_B3, SHORT_B3b, * d30v-opc.c: Add new operand: Ra3. Change SHORT_B3, SHORT_B3b,
LONG_2, LONG_2b formats to use this new operand. LONG_2, LONG_2b formats to use this new operand.
end-sanitize-d30v
Tue May 26 20:47:48 1998 Stan Cox <scox@cygnus.com> Tue May 26 20:47:48 1998 Stan Cox <scox@cygnus.com>
* sparc-dis.c (compute_arch_mask): Added bfd_mach_sparc_sparclite_le. * sparc-dis.c (compute_arch_mask): Added bfd_mach_sparc_sparclite_le.
@ -364,7 +362,6 @@ Tue May 26 20:45:33 1998 Mark Alexander <marka@cygnus.com>
* sparc-dis.c (print_insn_sparc): big endian instruction / little * sparc-dis.c (print_insn_sparc): big endian instruction / little
endian data support. endian data support.
start-sanitize-d30v
Tue May 26 16:14:39 1998 Nick Clifton <nickc@cygnus.com> Tue May 26 16:14:39 1998 Nick Clifton <nickc@cygnus.com>
* d30v-opc.c (d30v_format_table): Change definition of SHORT_B3 * d30v-opc.c (d30v_format_table): Change definition of SHORT_B3
@ -375,7 +372,6 @@ Tue May 26 16:14:39 1998 Nick Clifton <nickc@cygnus.com>
Add FLAG_ADDSUBppp to SRC and SATHp opcodes to implement extension Add FLAG_ADDSUBppp to SRC and SATHp opcodes to implement extension
to existing 1.1.1 parallelisation prohibition procedure. to existing 1.1.1 parallelisation prohibition procedure.
end-sanitize-d30v
Fri May 22 16:00:00 1998 Doug Evans <devans@canuck.cygnus.com> Fri May 22 16:00:00 1998 Doug Evans <devans@canuck.cygnus.com>
* cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts. * cgen-asm.in (insert_normal): Handle empty fields and 64 bit hosts.
@ -439,12 +435,10 @@ Tue May 12 13:39:51 1998 Nick Clifton <nickc@cygnus.com>
insns. insns.
end-sanitize-m32rx end-sanitize-m32rx
start-sanitize-d30v
Tue May 12 11:46:31 1998 Richard Henderson <rth@cygnus.com> Tue May 12 11:46:31 1998 Richard Henderson <rth@cygnus.com>
* d30v-opc.c (pre_defined_register): Remove alias for r0. * d30v-opc.c (pre_defined_register): Remove alias for r0.
end-sanitize-d30v
start-sanitize-r5900 start-sanitize-r5900
Mon May 11 13:12:15 1998 Frank Ch. Eigler <fche@cygnus.com> Mon May 11 13:12:15 1998 Frank Ch. Eigler <fche@cygnus.com>
@ -558,9 +552,7 @@ Mon Apr 27 14:31:00 1998 Nick Clifton <nickc@cygnus.com>
* arc-opc.c: Internationalised. * arc-opc.c: Internationalised.
* arm-dis.c: Internationalised. * arm-dis.c: Internationalised.
* cgen-asm.c: Internationalised. * cgen-asm.c: Internationalised.
start-sanitize-d30v
* d30v-dis.c: Internationalised. * d30v-dis.c: Internationalised.
end-sanitize-d30v
* dis-buf.c: Internationalised. * dis-buf.c: Internationalised.
start-sanitize-sky start-sanitize-sky
* dvp-dis.c: Internationalised. * dvp-dis.c: Internationalised.
@ -718,13 +710,11 @@ Mon Mar 30 17:32:03 1998 Ian Lance Taylor <ian@cygnus.com>
* Branched binutils 2.9. * Branched binutils 2.9.
start-sanitize-d30v
Mon Mar 30 15:18:00 1998 Ken Raeburn <raeburn@cygnus.com> Mon Mar 30 15:18:00 1998 Ken Raeburn <raeburn@cygnus.com>
* d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when * d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when
disassembling last 4 bytes of a section. disassembling last 4 bytes of a section.
end-sanitize-d30v
Fri Mar 27 18:08:13 1998 Ian Lance Taylor <ian@cygnus.com> Fri Mar 27 18:08:13 1998 Ian Lance Taylor <ian@cygnus.com>
Fix some gcc -Wall warnings: Fix some gcc -Wall warnings:
@ -744,9 +734,7 @@ end-sanitize-sky
* cgen-dis.c (build_dis_hash_table): Remove used local variables. * cgen-dis.c (build_dis_hash_table): Remove used local variables.
* cgen-opc.c (cgen_keyword_search_next): Likewise. * cgen-opc.c (cgen_keyword_search_next): Likewise.
* d10v-dis.c (dis_long, dis_2_short): Likewise. * d10v-dis.c (dis_long, dis_2_short): Likewise.
start-sanitize-d30v
* d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise. * d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise.
end-sanitize-d30v
start-sanitize-sky start-sanitize-sky
* dvp-dis.c (print_dma, print_vif, print_gif): Likewise. * dvp-dis.c (print_dma, print_vif, print_gif): Likewise.
* dvp-opc.c (parse_dest1, print_uflags): Likewise. * dvp-opc.c (parse_dest1, print_uflags): Likewise.
@ -761,11 +749,9 @@ end-sanitize-tic80
* a29k-dis.c: Add return type for find_byte_func_type. * a29k-dis.c: Add return type for find_byte_func_type.
* arc-opc.c: Include <stdio.h>. Remove declarations of * arc-opc.c: Include <stdio.h>. Remove declarations of
insert_multshift and extract_multshift. insert_multshift and extract_multshift.
start-sanitize-d30v
* d30v-dis.c (lookup_opcode): Parenthesize assignments in * d30v-dis.c (lookup_opcode): Parenthesize assignments in
conditionals. conditionals.
(extract_value): Fully parenthesize expression. (extract_value): Fully parenthesize expression.
end-sanitize-d30v
start-sanitize-sky start-sanitize-sky
* dvp-opc.c: Include <ctype.h>. * dvp-opc.c: Include <ctype.h>.
(print_sdest): Add default case to switch. (print_sdest): Add default case to switch.
@ -1014,13 +1000,11 @@ Fri Feb 27 13:16:42 1998 Andrew Cagney <cagney@b1.cygnus.com>
(r5900/msub.s): Takes three operands, not four. Fix opcode. (r5900/msub.s): Takes three operands, not four. Fix opcode.
end-sanitize-r5900 end-sanitize-r5900
start-sanitize-d30v
Thu Feb 26 15:53:09 1998 Michael Meissner <meissner@cygnus.com> Thu Feb 26 15:53:09 1998 Michael Meissner <meissner@cygnus.com>
* d30v-opc.c (d30v_opcode_table): Indicate which instructions are * d30v-opc.c (d30v_opcode_table): Indicate which instructions are
delayed branches or jumps. delayed branches or jumps.
end-sanitize-d30v
start-sanitize-sky start-sanitize-sky
Fri Feb 27 10:04:19 1998 Doug Evans <devans@canuck.cygnus.com> Fri Feb 27 10:04:19 1998 Doug Evans <devans@canuck.cygnus.com>
@ -1223,13 +1207,11 @@ Sat Feb 7 15:30:27 1998 Ian Lance Taylor <ian@cygnus.com>
* configure, aclocal.m4: Rebuild with new libtool. * configure, aclocal.m4: Rebuild with new libtool.
start-sanitize-d30v
Thu Feb 5 17:56:10 1998 Michael Meissner <meissner@cygnus.com> Thu Feb 5 17:56:10 1998 Michael Meissner <meissner@cygnus.com>
* d30v-opc.c (repeat{,i} instructions): Repeat/repeati * d30v-opc.c (repeat{,i} instructions): Repeat/repeati
instructions use a PC relative branch, not absolute. instructions use a PC relative branch, not absolute.
end-sanitize-d30v
Wed Feb 4 19:17:37 1998 Ian Lance Taylor <ian@cygnus.com> Wed Feb 4 19:17:37 1998 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Set libtool_enable_shared rather than * configure.in: Set libtool_enable_shared rather than
@ -1373,13 +1355,11 @@ Tue Dec 16 13:24:22 1997 Jeffrey A Law (law@cygnus.com)
* mips-opc.c: Add many missing r5900 instructions. * mips-opc.c: Add many missing r5900 instructions.
end-sanitize-r5900 end-sanitize-r5900
start-sanitize-d30v
Tue Dec 16 15:22:51 1997 Michael Meissner <meissner@cygnus.com> Tue Dec 16 15:22:51 1997 Michael Meissner <meissner@cygnus.com>
* d30v-opc.c (d30v_opcode_table): Set new flags bits * d30v-opc.c (d30v_opcode_table): Set new flags bits
FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions. FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
end-sanitize-d30v
1997-12-15 Brendan Kehoe <brendan@lisa.cygnus.com> 1997-12-15 Brendan Kehoe <brendan@lisa.cygnus.com>
* configure: Only build libopcodes shared if --enable-shared's value * configure: Only build libopcodes shared if --enable-shared's value
@ -1448,14 +1428,12 @@ Mon Dec 1 11:56:50 1997 Ian Lance Taylor <ian@cygnus.com>
* m68k-dis.c (print_insn_m68k): Handle special case of lpstop, * m68k-dis.c (print_insn_m68k): Handle special case of lpstop,
which has a two word opcode with a one word argument. which has a two word opcode with a one word argument.
start-sanitize-d30v
Sun Nov 23 22:25:21 1997 Michael Meissner <meissner@cygnus.com> Sun Nov 23 22:25:21 1997 Michael Meissner <meissner@cygnus.com>
* d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is * d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is
unsigned, not signed. unsigned, not signed.
(d30v_format_table): Add SHORT_CMPU cases for cmpu. (d30v_format_table): Add SHORT_CMPU cases for cmpu.
end-sanitize-d30v
Wed Nov 19 17:42:35 1997 Richard Henderson <rth@cygnus.com> Wed Nov 19 17:42:35 1997 Richard Henderson <rth@cygnus.com>
* sh-dis.c (print_insn_shx): Recognize all sh4 additions. * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
@ -1508,13 +1486,11 @@ Tue Oct 28 17:59:32 1997 Ken Raeburn <raeburn@cygnus.com>
* mips-opc.c (ffc, ffs): Fix mask. * mips-opc.c (ffc, ffs): Fix mask.
start-sanitize-d30v
Tue Oct 28 16:34:54 1997 Michael Meissner <meissner@cygnus.com> Tue Oct 28 16:34:54 1997 Michael Meissner <meissner@cygnus.com>
* d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m * d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m
control registers. control registers.
end-sanitize-d30v
Mon Oct 27 22:34:03 1997 Ken Raeburn <raeburn@cygnus.com> Mon Oct 27 22:34:03 1997 Ken Raeburn <raeburn@cygnus.com>
* mips-opc.c: Fix bug in mask for "not" pseudo-instruction. * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
@ -1634,12 +1610,10 @@ Tue Sep 16 15:18:20 1997 Nick Clifton <nickc@cygnus.com>
* v850-opc.c (v850_opcodes): Further rearrangements. * v850-opc.c (v850_opcodes): Further rearrangements.
start-sanitize-d30v
Tue Sep 16 16:12:11 1997 Ken Raeburn <raeburn@cygnus.com> Tue Sep 16 16:12:11 1997 Ken Raeburn <raeburn@cygnus.com>
* d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change. * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change.
end-sanitize-d30v
Tue Sep 16 09:48:50 1997 Nick Clifton <nickc@cygnus.com> Tue Sep 16 09:48:50 1997 Nick Clifton <nickc@cygnus.com>
* v850-opc.c (v850_opcodes): Fields reordered to allow assembler * v850-opc.c (v850_opcodes): Fields reordered to allow assembler
@ -1656,7 +1630,6 @@ Mon Sep 15 18:31:52 1997 Nick Clifton <nickc@cygnus.com>
* v850-opc.c: Initialise processors field of v850_opcode structure. * v850-opc.c: Initialise processors field of v850_opcode structure.
start-sanitize-d30v
Wed Aug 27 21:42:39 1997 Ken Raeburn <raeburn@cygnus.com> Wed Aug 27 21:42:39 1997 Ken Raeburn <raeburn@cygnus.com>
Merge changes from Martin Hunt: Merge changes from Martin Hunt:
@ -1707,7 +1680,6 @@ Wed Aug 27 21:42:39 1997 Ken Raeburn <raeburn@cygnus.com>
* d30v-opc.c (SHORT_M2, LONG_M2): Two new forms. * d30v-opc.c (SHORT_M2, LONG_M2): Two new forms.
end-sanitize-d30v
start-sanitize-v850e start-sanitize-v850e
Fri Sep 12 11:43:54 1997 Nick Clifton <nickc@cygnus.com> Fri Sep 12 11:43:54 1997 Nick Clifton <nickc@cygnus.com>
@ -2116,12 +2088,11 @@ Mon Mar 24 13:22:13 1997 Ian Lance Taylor <ian@cygnus.com>
* mips-opc.c: Add dctr and dctw. * mips-opc.c: Add dctr and dctw.
start-sanitize-d30v
Sun Mar 23 18:08:10 1997 Martin M. Hunt <hunt@pizza.cygnus.com> Sun Mar 23 18:08:10 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* d30v-dis.c (print_insn): Change the way signed constants * d30v-dis.c (print_insn): Change the way signed constants
are displayed. are displayed.
end-sanitize-d30v
Fri Mar 21 14:37:52 1997 Ian Lance Taylor <ian@cygnus.com> Fri Mar 21 14:37:52 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in (BFD_H): New variable. * Makefile.in (BFD_H): New variable.
@ -2259,17 +2230,14 @@ Sat Feb 22 21:03:47 1997 Fred Fish <fnf@cygnus.com>
* tic80-dis.c (print_operand_bitnum): Ditto. * tic80-dis.c (print_operand_bitnum): Ditto.
end-sanitize-tic80 end-sanitize-tic80
start-sanitize-d30v
Fri Feb 21 16:31:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com> Fri Feb 21 16:31:18 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* d30v-opc.c: Removed references to FLAG_X. * d30v-opc.c: Removed references to FLAG_X.
end-sanitize-d30v
Wed Feb 19 14:51:20 1997 Ian Lance Taylor <ian@cygnus.com> Wed Feb 19 14:51:20 1997 Ian Lance Taylor <ian@cygnus.com>
* Makefile.in: Add dependencies on ../bfd/bfd.h as required. * Makefile.in: Add dependencies on ../bfd/bfd.h as required.
start-sanitize-d30v
Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com> Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* Makefile.in: Added d30v object files. * Makefile.in: Added d30v object files.
@ -2279,7 +2247,6 @@ Tue Feb 18 17:43:43 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* d30v-opc.c: New file. * d30v-opc.c: New file.
* disassemble.c (disassembler) Add entry for d30v. * disassemble.c (disassembler) Add entry for d30v.
end-sanitize-d30v
start-sanitize-tic80 start-sanitize-tic80
Tue Feb 18 16:32:08 1997 Fred Fish <fnf@cygnus.com> Tue Feb 18 16:32:08 1997 Fred Fish <fnf@cygnus.com>