From faec70d605d3d8ba1a5735c4c9881a2c44894eb7 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 24 Jul 1998 03:58:14 +0000 Subject: [PATCH] remove d30v sanitization --- opcodes/.Sanitize | 38 ++------------------------------------ opcodes/ChangeLog | 35 +---------------------------------- 2 files changed, 3 insertions(+), 70 deletions(-) diff --git a/opcodes/.Sanitize b/opcodes/.Sanitize index f8c6111509..32fe276b8a 100644 --- a/opcodes/.Sanitize +++ b/opcodes/.Sanitize @@ -23,14 +23,6 @@ else lose_these_too="${cygnus_files} ${lose_these_too}" 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" if ( echo $* | grep keep\-tic80 > /dev/null ) ; then @@ -85,6 +77,8 @@ configure.bat configure.in d10v-dis.c d10v-opc.c +d30v-dis.c +d30v-opc.c dep-in.sed dis-buf.c disassemble.c @@ -192,34 +186,6 @@ else done 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" if ( echo $* | grep keep\-v850e > /dev/null ) ; then for i in $v850e_files ; do diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ccdf845772..efa615ecbc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -348,13 +348,11 @@ Thu May 28 08:46:09 1998 Catherine Moore Change pinfo to use WR_HILO. end-sanitize-vr5400 -start-sanitize-d30v Wed May 27 15:29:13 1998 Nick Clifton * d30v-opc.c: Add new operand: Ra3. Change SHORT_B3, SHORT_B3b, LONG_2, LONG_2b formats to use this new operand. -end-sanitize-d30v Tue May 26 20:47:48 1998 Stan Cox * 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 * sparc-dis.c (print_insn_sparc): big endian instruction / little endian data support. -start-sanitize-d30v Tue May 26 16:14:39 1998 Nick Clifton * d30v-opc.c (d30v_format_table): Change definition of SHORT_B3 @@ -375,7 +372,6 @@ Tue May 26 16:14:39 1998 Nick Clifton Add FLAG_ADDSUBppp to SRC and SATHp opcodes to implement extension to existing 1.1.1 parallelisation prohibition procedure. -end-sanitize-d30v Fri May 22 16:00:00 1998 Doug Evans * 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 insns. end-sanitize-m32rx -start-sanitize-d30v Tue May 12 11:46:31 1998 Richard Henderson * d30v-opc.c (pre_defined_register): Remove alias for r0. -end-sanitize-d30v start-sanitize-r5900 Mon May 11 13:12:15 1998 Frank Ch. Eigler @@ -558,9 +552,7 @@ Mon Apr 27 14:31:00 1998 Nick Clifton * arc-opc.c: Internationalised. * arm-dis.c: Internationalised. * cgen-asm.c: Internationalised. -start-sanitize-d30v * d30v-dis.c: Internationalised. -end-sanitize-d30v * dis-buf.c: Internationalised. start-sanitize-sky * dvp-dis.c: Internationalised. @@ -718,13 +710,11 @@ Mon Mar 30 17:32:03 1998 Ian Lance Taylor * Branched binutils 2.9. -start-sanitize-d30v Mon Mar 30 15:18:00 1998 Ken Raeburn * d30v-dis.c (print_insn_d30v): Don't use uninitialized "num" when disassembling last 4 bytes of a section. -end-sanitize-d30v Fri Mar 27 18:08:13 1998 Ian Lance Taylor Fix some gcc -Wall warnings: @@ -744,9 +734,7 @@ end-sanitize-sky * cgen-dis.c (build_dis_hash_table): Remove used local variables. * cgen-opc.c (cgen_keyword_search_next): Likewise. * d10v-dis.c (dis_long, dis_2_short): Likewise. -start-sanitize-d30v * d30v-dis.c (print_insn_d30v, lookup_opcode): Likewise. -end-sanitize-d30v start-sanitize-sky * dvp-dis.c (print_dma, print_vif, print_gif): 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. * arc-opc.c: Include . Remove declarations of insert_multshift and extract_multshift. -start-sanitize-d30v * d30v-dis.c (lookup_opcode): Parenthesize assignments in conditionals. (extract_value): Fully parenthesize expression. -end-sanitize-d30v start-sanitize-sky * dvp-opc.c: Include . (print_sdest): Add default case to switch. @@ -1014,13 +1000,11 @@ Fri Feb 27 13:16:42 1998 Andrew Cagney (r5900/msub.s): Takes three operands, not four. Fix opcode. end-sanitize-r5900 -start-sanitize-d30v Thu Feb 26 15:53:09 1998 Michael Meissner * d30v-opc.c (d30v_opcode_table): Indicate which instructions are delayed branches or jumps. -end-sanitize-d30v start-sanitize-sky Fri Feb 27 10:04:19 1998 Doug Evans @@ -1223,13 +1207,11 @@ Sat Feb 7 15:30:27 1998 Ian Lance Taylor * configure, aclocal.m4: Rebuild with new libtool. -start-sanitize-d30v Thu Feb 5 17:56:10 1998 Michael Meissner * d30v-opc.c (repeat{,i} instructions): Repeat/repeati instructions use a PC relative branch, not absolute. -end-sanitize-d30v Wed Feb 4 19:17:37 1998 Ian Lance Taylor * 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. end-sanitize-r5900 -start-sanitize-d30v Tue Dec 16 15:22:51 1997 Michael Meissner * d30v-opc.c (d30v_opcode_table): Set new flags bits FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions. -end-sanitize-d30v 1997-12-15 Brendan Kehoe * configure: Only build libopcodes shared if --enable-shared's value @@ -1448,14 +1428,12 @@ Mon Dec 1 11:56:50 1997 Ian Lance Taylor * m68k-dis.c (print_insn_m68k): Handle special case of lpstop, which has a two word opcode with a one word argument. -start-sanitize-d30v Sun Nov 23 22:25:21 1997 Michael Meissner * d30v-opc.c (d30v_opcode_table, case cmpu): Immediate field is unsigned, not signed. (d30v_format_table): Add SHORT_CMPU cases for cmpu. -end-sanitize-d30v Wed Nov 19 17:42:35 1997 Richard Henderson * sh-dis.c (print_insn_shx): Recognize all sh4 additions. @@ -1508,13 +1486,11 @@ Tue Oct 28 17:59:32 1997 Ken Raeburn * mips-opc.c (ffc, ffs): Fix mask. -start-sanitize-d30v Tue Oct 28 16:34:54 1997 Michael Meissner * d30v-opc.c (pre_defined_registers): Add eit_vb, int_s, and int_m control registers. -end-sanitize-d30v Mon Oct 27 22:34:03 1997 Ken Raeburn * mips-opc.c: Fix bug in mask for "not" pseudo-instruction. @@ -1634,12 +1610,10 @@ Tue Sep 16 15:18:20 1997 Nick Clifton * v850-opc.c (v850_opcodes): Further rearrangements. -start-sanitize-d30v Tue Sep 16 16:12:11 1997 Ken Raeburn * d30v-opc.c (rot2h, sra2h, srl2h insns): Revert last change. -end-sanitize-d30v Tue Sep 16 09:48:50 1997 Nick Clifton * v850-opc.c (v850_opcodes): Fields reordered to allow assembler @@ -1656,7 +1630,6 @@ Mon Sep 15 18:31:52 1997 Nick Clifton * v850-opc.c: Initialise processors field of v850_opcode structure. -start-sanitize-d30v Wed Aug 27 21:42:39 1997 Ken Raeburn Merge changes from Martin Hunt: @@ -1707,7 +1680,6 @@ Wed Aug 27 21:42:39 1997 Ken Raeburn * d30v-opc.c (SHORT_M2, LONG_M2): Two new forms. -end-sanitize-d30v start-sanitize-v850e Fri Sep 12 11:43:54 1997 Nick Clifton @@ -2116,12 +2088,11 @@ Mon Mar 24 13:22:13 1997 Ian Lance Taylor * mips-opc.c: Add dctr and dctw. -start-sanitize-d30v Sun Mar 23 18:08:10 1997 Martin M. Hunt * d30v-dis.c (print_insn): Change the way signed constants are displayed. -end-sanitize-d30v + Fri Mar 21 14:37:52 1997 Ian Lance Taylor * Makefile.in (BFD_H): New variable. @@ -2259,17 +2230,14 @@ Sat Feb 22 21:03:47 1997 Fred Fish * tic80-dis.c (print_operand_bitnum): Ditto. end-sanitize-tic80 -start-sanitize-d30v Fri Feb 21 16:31:18 1997 Martin M. Hunt * d30v-opc.c: Removed references to FLAG_X. -end-sanitize-d30v Wed Feb 19 14:51:20 1997 Ian Lance Taylor * Makefile.in: Add dependencies on ../bfd/bfd.h as required. -start-sanitize-d30v Tue Feb 18 17:43:43 1997 Martin M. Hunt * Makefile.in: Added d30v object files. @@ -2279,7 +2247,6 @@ Tue Feb 18 17:43:43 1997 Martin M. Hunt * d30v-opc.c: New file. * disassemble.c (disassembler) Add entry for d30v. -end-sanitize-d30v start-sanitize-tic80 Tue Feb 18 16:32:08 1997 Fred Fish