Support for disassembling parallel instructions added.
[external/binutils.git] / opcodes / ChangeLog
index 9da60e5..0c631aa 100644 (file)
@@ -1,3 +1,553 @@
+Wed Jan 14 17:37:03 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * m32r-dis.in: Generated file imported from cgen.
+       * cgen-asm.in: Formatting changes to improve readability.
+       * m32r-asm.c:  Formatting changes to improve readability.
+       * cgen-dis.c:  Formatting changes to improve readability.
+       * m32r-dis.c:  Add support for disassembling parallel
+       instructions. 
+       * m32r-opc.h:  Update with latest version generated by cgen.
+       * m32r-opc.c:  Update with latest version generated by cgen, plus
+       hand patches to allow attributes to work until cgen can generate
+       these correctly.
+       
+start-sanitize-r5900
+Tue Jan 13 09:21:56 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-opc.c (c.lt.s): Add r5900 variant.
+       (c.le.s): Likewise.
+
+end-sanitize-r5900
+Mon Jan 12 14:43:54 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * cgen-asm.c (build_asm_hash_table): Traverse compiled in table using
+       table provided entry size.  Use CGEN_INSN_MNEMONIC.
+       (cgen_parse_keyword): Rewrite.
+       * cgen-dis.c (build_dis_hash_table): Traverse compiled in table using
+       table provided entry size.  Use CGEN_INSN_MASK_BITSIZE.
+       * cgen-opc.c: Clean up pass over `struct foo' usage.
+       (cgen_keyword_lookup_value): Handle "" entry.
+       (cgen_keyword_add): Likewise.
+start-sanitize-cygnus
+       * Makefile.am: Add cgen support.
+       * Makefile.in: Regenerate.
+       * configure.in: Add cgen support.
+       * configure: Regenerate.
+       * aclocal.m4: Regenerate.
+       * cgen.sh, cgen-asm.in, cgen-dis.in: New files.
+end-sanitize-cygnus
+
+start-sanitize-sky
+Tue Jan  6 13:08:14 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * txvu-dis.c (print_insn_txvu): Handle no separator between
+       upper and lower insn #ifndef VERTICAL_BAR_SEPARATOR.
+
+Mon Jan  5 13:41:07 1998  Doug Evans  <devans@seba.cygnus.com>
+
+       * txvu-dis.c, txvu-opc.c: New files.
+       * configure.in: Compile them.
+       * configure: Regenerate.
+       * Makefile.am (ALL_MACHINES): Add txvu-{dis,opc}.lo.
+       (txvu-dis.lo,txvu-opc.lo): Add rules for.
+       * Makefile.in: Regenerate.
+
+Mon Dec 22 17:17:03 1997  Doug Evans  <devans@canuck.cygnus.com>
+
+       * configure.in: Add txvu support.
+       * configure: Regenerate.
+       * disassemble.c: Add txvu support.
+
+end-sanitize-sky
+Mon Dec 22 12:37:06 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * mips-opc.c: Add FP_D to s.d instruction flags.
+
+Wed Dec 17 11:38:29 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * m68k-opc.c (halt, pulse): Enable them on the 68060.
+
+start-sanitize-tic80
+Tue Dec 16 15:22:53 1997  Fred Fish  <fnf@cygnus.com>
+
+       * tic80-opc.c (tic80_opcodes): Revert change that put the 32 bit
+       PC relative offset forms before the 15 bit forms.  An assembler command
+       line option now chooses the default.
+
+end-sanitize-tic80
+start-sanitize-r5900
+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-r5900
+Tue Dec 16 15:22:51 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * d30v-opc.c (d30v_opcode_table): Set new flags bits
+       FLAG_{2WORD,MUL{16,32},ADDSUBppp}, in appropriate instructions.
+
+end-sanitize-r5900
+1997-12-15  Brendan Kehoe  <brendan@lisa.cygnus.com>
+
+       * configure: Only build libopcodes shared if --enable-shared's value
+       was `yes', or was set to `*opcodes*'.
+       * aclocal.m4: Likewise.
+       * NOTE: this really needs to be fixed in libtool/libtool.m4, the
+       original source of this bit of code.  It's not clear what the best fix
+       would be, though.
+
+start-sanitize-r5900
+Mon Dec 15 12:43:36 1997  Jeffrey A Law  (law@cygnus.com)
+
+       * mips-opc.c (mtpc, mfpc, mtps, mfps): Add r5900 variants.
+end-sanitize-r5900
+start-sanitize-tic80
+Fri Dec 12 11:57:04 1997  Fred Fish  <fnf@cygnus.com>
+
+       * tic80-opc.c (OFF_SL_PC, OFF_SL_BR): Minor formatting change.
+       (tic80_opcodes): Reorder table entries to put the 32 bit PC relative
+       offset forms before the 15 bit forms, to default to the long forms.
+
+end-sanitize-tic80
+Fri Dec 12 01:32:30 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha-opc.c (cvttq/*u*): Remove, as that suffix is invalid.
+
+Wed Dec 10 17:42:35 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c (print_insn_little_arm): Prevent examination of stored
+       symbol if none is present.
+       (print_insn_big_arm):  Prevent examination of stored symbol if
+       none is present. 
+
+Thu Oct 23 21:13:37 1997  Fred Fish  <fnf@cygnus.com>
+       * d10v-opc.c (d10v_opcodes): Correct entry for RTE.
+Mon Dec  8 11:21:07 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * disassemble.c: Remove disasm_symaddr() function.
+
+       * arm-dis.c: Use info->symbol instead of info->flags to determine
+       if disassmbly should be in Thumb or Arm mode.
+
+Tue Dec  2 09:54:27 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * arm-dis.c: Add support for disassembling Thumb opcodes.
+       (print_insn_thumb): New function.
+
+       * disassemble.c (disasm_symaddr): New function.
+
+       * arm-opc.h: Display nop pseudo ops alongside equivalent disassembly.
+       (thumb_opcodes): Table of Thumb opcodes.
+
+Mon Dec  1 12:25:57 1997  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * m68k-opc.c (btst): Change Dd@s to Dd;b.
+
+       * m68k-dis.c (print_insn_arg): Recognize 'm', 'n', 'o', 'p', 'q',
+       and 'v' as operand types.
+
+Mon Dec  1 11:56:50 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68k-opc.c: Add argument for lpstop.  From Olivier Carmona
+       <olivier.carmona@di.epfl.ch>.
+       * 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  <meissner@cygnus.com>
+
+       * 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
+start-sanitize-sh4
+Wed Nov 19 17:42:35 1997  Richard Henderson  <rth@cygnus.com>
+
+        * sh-dis.c (print_insn_shx): Recognize all sh4 additions.
+        * sh-opc.h (fmov): Add @<REG_M>+,<DX_REG_N> variant for sh4.
+        (ftrv): Slay the cut-and-paste monster.
+
+end-sanitize-sh4
+Tue Nov 18 23:10:03 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
+
+       * d10v-dis.c (print_operand):
+       Split OPERAND_FLAG into OPERAND_FFLAG and OPERAND_CFLAG.
+
+Tue Nov 18 18:45:14 1997  J"orn Rennecke  <amylaar@cygnus.co.uk>
+
+       * d10v-opc.c (OPERAND_FLAG): Split into:
+       (OPERAND_FFLAG, OPERAND_CFLAG) .
+       (FSRC): Split into:
+       (FFSRC, CFSRC).
+
+Thu Nov 13 11:05:33 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c: Move the INSN_MACRO ISA value to the membership
+       field for all INSN_MACRO's.
+       * mips16-opc.c: same
+
+Wed Nov 12 10:16:57 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c (sync,cache): These are 3900 insns.
+
+Tue Nov 11 23:53:41 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       sh-opc.h (sh_table): Remove ftst/nan.
+
+start-sanitize-vr5400
+Mon Nov  3 13:23:15 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * mips-opc.c (dror32, dror, rzu.ob): Fix bugs in encoding.
+       (c.*.ob, mula.ob, mull.ob, muls.ob, mulsl.ob): Put 'k' version
+       last.
+       * mips-dis.c (print_insn_arg): Handle VR5400 operand types.
+
+end-sanitize-vr5400
+start-sanitize-tx49
+Wed Oct 29 15:10:56 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c (deret,dmult,dmultu,madd,maddu,pref,sdbbp): 
+       Add tx49 insns and configury.
+
+end-sanitize-tx49
+Tue Oct 28 17:59:32 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * mips-opc.c (ffc, ffs): Fix mask.
+
+start-sanitize-d30v
+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
+       control registers.
+
+end-sanitize-d30v
+Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
+start-sanitize-vr5400
+       Added VR5400 instructions.
+       (N5): New cpu-id macro.
+end-sanitize-vr5400
+       (WR_HILO, RD_HILO, MOD_HILO): New macros.
+
+Mon Oct 27 22:34:03 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * mips-opc.c: Fix bug in mask for "not" pseudo-instruction.
+       (WR_HILO, RD_HILO, MOD_HILO): New macros.
+
+Thu Oct 23 14:57:58 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-dis.c (disassemble): Replace // with /* ... */
+
+Wed Oct 22 17:33:21 1997  Richard Henderson  <rth@cygnus.com>
+
+       * sparc-opc.c: Add wr & rd for v9a asr's.
+       * sparc-dis.c (print_insn_sparc): Recognize '_' and '/' for v9a asr's.
+       (v9a_asr_reg_names): New variable.
+       Patch from David Miller <davem@vger.rutgers.edu>.
+
+Wed Oct 22 17:18:02 1997  Richard Henderson  <rth@cygnus.com>
+
+       * sparc-opc.c (v9notv9a): New insn type.
+       (IMPDEP): Move to the end to not conflict with edge8 et al.
+       Patch from David Miller <davem@vger.rutgers.edu>.
+
+Fri Oct 17 13:18:53 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c (bnezl,beqzl): Mark these as also tx39.
+
+Thu Oct 16 11:55:20 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
+
+Tue Oct 14 16:10:31 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-dis.c (disassemble): Use new symbol_at_address_func() field
+       of disassemble_info structure to determine if an overlay address
+       has a matching symbol in low memory.
+
+       * dis-buf.c (generic_symbol_at_address): New (dummy) function for
+       new symbol_at_address_func field in disassemble_info structure.
+
+Fri Oct 10 16:44:52 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (extract_d22): Use signed arithmatic.
+
+Tue Oct  7 23:40:43 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c: Three op mult is not an ISA insn.
+
+Tue Oct  7 23:37:21 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c: Fix formatting.
+
+Fri Oct  3 17:26:54 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * i386-dis.c (OP_E): Explicitly sign extend 8 bit values, rather
+       than assuming that char is signed.  Explicitly sign extend 16 bit
+       values, rather than assuming that short is 16 bits.
+       (OP_sI, OP_J, OP_DIR): Likewise.
+
+start-sanitize-v850e
+Thu Oct  2 13:36:45 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-dis.c (v850_sreg_names): Use symbolic names for higher
+       system registers.
+
+end-sanitize-v850e
+Wed Oct  1 16:58:54 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c: Fix typo in comment.
+
+       * v850-dis.c (disassemble): Add test of processor type when
+       determining opcodes.
+
+Wed Oct  1 14:10:20 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Use a diversion to set enable_shared before the
+       arguments are parsed.
+       * configure: Rebuild.
+
+Thu Sep 25 13:04:59 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68k-opc.c (TBL1): Use ! rather than `.
+       * m68k-dis.c (print_insn_arg): Remove ` operand specifier.
+
+Wed Sep 24 11:29:35 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * m68k-opc.c: Correct bchg, bclr, bset, and btst on ColdFire.
+
+       * m68k-opc.c: Accept tst{b,w,l} with immediate operands on cpu32.
+
+       * m68k-opc.c: Correct movew of an immediate operand to %sr or %ccr
+       for mcf5200.
+
+       * configure.in: Call AC_CHECK_TOOL before AM_PROG_LIBTOOL.
+       * aclocal.m4: Rebuild with new libtool.
+       * configure: Rebuild.
+
+start-sanitize-v850e
+Fri Sep 19 11:45:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * v850-opc.c ("cmov"): Order reg param r1, r2 not r2, r2.
+
+end-sanitize-v850e
+Thu Sep 18 11:21:43 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc-opc.c (sparclet_cpreg_table): Add %ccsr2, %cccrr, %ccrstr.
+
+Tue Sep 16 15:18:20 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (v850_opcodes): Further rearrangements. 
+
+start-sanitize-d30v
+Tue Sep 16 16:12:11 1997  Ken Raeburn  <raeburn@cygnus.com>
+
+       * 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>
+
+       * v850-opc.c (v850_opcodes): Fields reordered to allow assembler
+       parser to work.
+
+Tue Sep 16 10:01:00 1997  Gavin Koch  <gavin@cygnus.com>
+
+       * mips-opc.c: Added tx39 insns sdbbp, rfe, and deret.
+start-sanitize-tx19
+       * mips16-opc.c: Added mips16 sdbbp.
+end-sanitize-tx19
+
+Mon Sep 15 18:31:52 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * 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>
+
+       Merge changes from Martin Hunt:
+
+       * d30v-opc.c: Change mvfacc to accept 6-bit unsigned values.
+
+       * d30v-opc.c (pre_defined_registers): Add control registers from 0-63.
+       (d30v_opcode_tabel): Add dbt, rtd, srah, and srlh instructions. Fix
+       rot2h, sra2h, and srl2h to use new SHORT_A5S format.
+
+       * d30v-dis.c (print_insn): Fix disassembly of SHORT_D2 opcodes.
+
+       * d30v-dis.c (print_insn): First operand of d*i (delayed
+       branch) instructions is relative.
+
+       * d30v-opc.c (d30v_opcode_table): Change form for repeati.
+       (d30v_operand_table): Add IMM6S3 type.
+       (d30v_format_table): Change SHORT_D2. Add LONG_Db.
+
+       * d30v-dis.c: Fix bug with ".s" and ".l" extensions
+       and cmp instructions.
+
+       * d30v-opc.c: Correct entries for repeat*, and sat*.
+       Make IMM5 unsigned. Create IMM6U and IMM12S3U operand 
+       types. Correct several formats.
+
+       * d30v-opc.c: (pre_defined_registers): Add dpsw and dpc.
+
+       * d30v-opc.c (pre_defined_registers): Change control registers.
+
+       * d30v-opc.c (d30v_format_table): Correct SHORT_C1 and
+       SHORT_C2.  Manual was incorrect.
+
+       * d30v-dis.c (lookup_opcode):  Return value now indicates
+       if an opcode has a short and a long form.  Used for deciding
+       to append a ".s" or ".l".
+       (print_insn): Append a ".s" to an instruction if it is
+       the short form and ".l" if it is a long form. Do not append
+       anything if the instruction has only one possible size.
+
+       * d30v-opc.c: Change mulx2h to require an even register.
+       New form: SHORT_A2; a SHORT_A form that needs an even
+       register as the first operand.
+
+       * d30v-dis.c (print_insn_d30v): Fix problem where the last 
+       instruction was not being disassembled if there were an odd
+       number of instructions.
+
+       * 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  <nickc@cygnus.com>
+
+       * v850-dis.c (disassemble): Improved display of register lists.
+
+end-sanitize-v850e
+Thu Sep 11 17:35:10 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc-opc.c (sparc_opcodes): Fix assembler args to
+       fzeros, fones, fsrc1, fsrc1s, fsrc2s, fnot1, fnot1s, fnot2s,
+       fors, fnors, fands, fnands, fxors, fxnors, fornot1s, fornot2s,
+       fandnot1s, fandnot2s.
+
+Tue Sep  9 10:03:49 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * sparc-opc.c (sparc_opcodes): Fix op3 field for fcmpq/fcmpeq.
+
+Mon Sep  8 14:06:59 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * cgen-asm.c (cgen_parse_address): New argument resultp.
+       All callers updated.
+       * m32r-asm.c (parse_h_hi16): Right shift numbers by 16.
+
+Tue Sep  2 18:39:08 1997  Jeffrey A Law  (law@cygnus.com)
+
+        * mn10200-dis.c (disassemble): PC relative instructions are
+        relative to the next instruction, not the current instruction.
+
+Tue Sep  2 15:41:55 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-dis.c (disassemble): Only signed extend values that are not
+       returned by extract functions.
+       Remove use of V850_OPERAND_ADJUST_SHORT_MEMORY flag.
+
+Tue Sep  2 15:39:40 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c: Update comments.  Remove use of
+       V850_OPERAND_ADJUST_SHORT_MEMORY.  Fix several operand patterns.
+
+Tue Aug 26 09:42:28 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (MOVHI): Immediate parameter is unsigned.
+
+Mon Aug 25 15:58:07 1997  Christopher Provenzano  <proven@cygnus.com>
+
+       * configure: Rebuilt with latest devo autoconf for NT support.
+
+Fri Aug 22 10:35:15 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-dis.c (disassemble): Use curly brace syntax for register
+       lists.
+
+       * v850-opc.c (v850_opcodes[]): Add NOT_R0 flag to decect cases
+       where r0 is being used as a destination register.
+
+start-sanitize-v850e
+Thu Aug 21 11:09:09 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (v850_opcodes[]): Move divh opcodes next to each other.
+end-sanitize-v850e
+
+start-sanitize-sh4
+Wed Aug 20 00:43:11 1997  J"orn Rennecke <amylaar@cygnus.co.uk>
+
+       * sh-opc.h (sh_arg_type): Add A_SGR and A_DBR.
+       (sh_nibble_type, sh_arg_type): Add SH4 floating point extensions.
+       (sh_table): Likewise.  Add movca.l, ocbi, ocbp, ocbwb.
+       Add insns to access SGR and DBR.
+       * sh-dis.c (print_insn_shx): Add SH4 floating point extensions.
+
+end-sanitize-sh4
+Tue Aug 19 10:59:59 1997  Richard Henderson  <rth@cygnus.com>
+
+       * alpha-opc.c (alpha_opcodes): Fix hw_rei_stall mungage.
+
+start-sanitize-v850e
+Mon Aug 18 11:10:03 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850-opc.c (v850_opcodes[]): Remove use of flag field.
+       * v850-opc.c (v850_opcodes[]): Add support for reversed short load
+       opcodes..
+
+Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * configure (cgen_files): Add support for v850e target.
+       * configure.in (cgen_files):  Add support for v850e target.
+
+Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * configure (cgen_files): Add support for v850ea target.
+       * configure.in (cgen_files):  Add support for v850ea target.
+end-sanitize-v850e
+
+Fri Aug 15 05:17:48 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure.in (bfd_arc_arch): Add.
+       * configure: Rebuild.
+       * Makefile.am (ALL_MACHINES): Add arc-dis.lo, arc-opc.lo.
+       * Makefile.in: Rebuild.
+       * arc-dis.c, arc-opc.c: New files.
+       * disassemble.c (ARCH_all): Define ARCH_arc.
+       (disassembler): Add ARC support.
+
+Wed Aug 13 18:52:11 1997  Nick Clifton  <nickc@cygnus.com>
+
+start-sanitize-v850e
+       * v850-dis.c (disassemble): Add support for v850EA instructions.
+       
+       * v850-opc.c (insert_i5div, extract_i5div): New Functions.
+       (v850_opcodes): Add v850EA instructions.
+
+       * v850-dis.c (disassemble): Add support for v850E instructions.
+       
+       * v850-opc.c (insert_d5_4, extract_d5_4, insert_d16_16,
+       extract_d16_16, insert_i9, extract_i9, insert_u9, extract_u9,
+       insert_spe, extract_spe): New Functions.
+       (v850_opcodes): Add v850E instructions.
+end-sanitize-v850e
+       
+       * v850-opc.c: Reorganised and re-layed out to improve readability
+       and portability.
+
+Tue Aug  5 23:09:31 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure: Rebuild with autoconf 2.12.1.
+
+Mon Aug  4 12:02:16 1997  Ian Lance Taylor  <ian@cygnus.com>
+
+       * aclocal.m4, configure: Rebuild with new automake patches.
+
 Fri Aug  1 13:02:04 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * configure.in: Set enable_shared before AM_PROG_LIBTOOL.
@@ -30,7 +580,7 @@ Mon Jul 28 22:07:14 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * mips-opc.c: Fix coding of mtsa.
 
-start-sanitize-r5900
+end-sanitize-r5900
 Thu Jul 24 13:03:26 1997  Doug Evans  <dje@canuck.cygnus.com>
 
        * sparc-opc.c (sparc_opcodes): Fix spelling on fpaddX, fpsubX insns.
@@ -64,7 +614,7 @@ Thu Jun 26 16:20:27 1997  Jeffrey A Law  (law@cygnus.com)
        * mips-opc.c (mips_builtin_opcodes): Add "pinteh", "pexeh" and
        "pexew" as synonyms for "pintoh", "pexoh", "pexow".
 
-end-sanitize-5900
+end-sanitize-r5900
 Wed Jun 25 15:25:57 1997  Felix Lee  <flee@cirdan.cygnus.com>
 
        * ppc-opc.c (extract_nsi): make unsigned expression signed before
@@ -266,14 +816,12 @@ Thu Mar 27 14:24:43 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-opc.c: Add cast when setting mips_opcodes.
 
-start-sanitize-v850
 Tue Mar 25 23:04:00 1997  Stu Grossman  (grossman@critters.cygnus.com)
 
        * v850-dis.c (disassemble):  Fix sign extension problem.
        * v850-opc.c (extract_d*):  Fix sign extension problems to make
        disassembly calculate branch offsets correctly.
 
-end-sanitize-v850
 Mon Mar 24 13:22:13 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * sh-opc.h: Add bf/s and bt/s as synonyms for bf.s and bt.s.
@@ -747,25 +1295,21 @@ Thu Jan  2 12:14:29 1997  Jeffrey A Law  (law@cygnus.com)
        * mn10300-dis.c (disassemble): Make sure all variables are initialized
        before they are used.
 
-start-sanitize-v850
 Tue Dec 31 12:20:38 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-opc.c (v850_opcodes): Put curly-braces around operands
        for "breakpoint" instruction.
 
-end-sanitize-v850
 Tue Dec 31 15:38:13 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * Makefile.in (ALL_CFLAGS): Add -D_GNU_SOURCE.
        (dep): Use ALL_CFLAGS rather than CFLAGS.
 
-start-sanitize-v850
 Tue Dec 31 15:09:16 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * v850-opc.c (D8_{6,7}): Set V850_OPERAND_ADJUST_SHORT_MEMORY
        flag.
 
-end-sanitize-v850
 Mon Dec 30 17:02:11 1996  Fred Fish  <fnf@cygnus.com>
 
        * Makefile.in (m68k-opc.o, alpha-opc.o): Remove dis-asm.h dependency.
@@ -1025,30 +1569,25 @@ Fri Nov  1 10:29:11 1996  Richard Henderson  <rth@tamu.edu>
        (alpha_opcodes): Add new BWX, CIX, and MAX instructions.  
        Recategorize PALcode instructions.
 
-start-sanitize-v850
 Wed Oct 30 16:46:58 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-opc.c (v850_opcodes): Add relaxing "jbr".
 
-end-sanitize-v850
 Tue Oct 29 16:30:28 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-dis.c (_print_insn_mips): Don't print a trailing tab if
        there are no operand types.
 
-start-sanitize-v850
 Tue Oct 29 12:22:21 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-opc.c (D9_RELAX): Renamed from D9, all references
        changed.
        (v850_operands): Make sure D22 immediately follows D9_RELAX.
 
-end-sanitize-v850
 Fri Oct 25 12:12:53 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * i386-dis.c (print_insn_x86): Set info->bytes_per_line to 5.
 
-start-sanitize-v850
 Thu Oct 24 17:53:52 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-opc.c (insert_d8_6): Fix operand insertion for sld.w
@@ -1057,7 +1596,6 @@ Thu Oct 24 17:53:52 1996  Jeffrey A Law  (law@cygnus.com)
        * v850-opc.c (v850_opcodes): Add "jCC" instructions (aliases for
        "bCC"instructions).
 
-end-sanitize-v850
 Thu Oct 24 17:21:20 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-dis.c (_print_insn_mips): Use a tab between the instruction
@@ -1073,12 +1611,10 @@ Fri Oct 11 16:03:49 1996  Jeffrey A Law  (law@cygnus.com)
 
        * mn10300-opc.c (mn10300_opcodes): Fix typo in opcode
        field for movhu instruction.
-start-sanitize-v850
 
        * v850-dis.c (disassemble): For V850_OPERAND_SIGNED operands,
        cast value to "long" not "signed long" to keep hpux10
        compiler quiet.
-end-sanitize-v850
 
 Thu Oct 10 10:25:58 1996  Jeffrey A Law  (law@cygnus.com)
 
@@ -1161,7 +1697,6 @@ Tue Oct  1 10:49:11 1996  Ian Lance Taylor  <ian@cygnus.com>
        * i386-dis.c (op_rtn): Change to be a pointer.  Adjust uses
        accordingly.  Don't declare functions using op_rtn.
 
-start-sanitize-v850
 Fri Sep 27 18:28:59 1996  Stu Grossman  (grossman@critters.cygnus.com)
 
        * v850-dis.c (disassemble):  Add memaddr argument.  Re-arrange
@@ -1172,7 +1707,6 @@ Fri Sep 27 18:28:59 1996  Stu Grossman  (grossman@critters.cygnus.com)
        bit operands.
        * (v850_opcodes):  Add breakpoint insn.
 
-end-sanitize-v850
 Mon Sep 23 12:32:26 1996  Ian Lance Taylor  <ian@cygnus.com>
 
        * m68k-opc.c: Move the fmovemx data register cases before the
@@ -1198,7 +1732,6 @@ Tue Sep  3 12:09:46 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * sparc-opc.c (sparc_opcodes): Add setuw, setsw, setx.
 
-start-sanitize-v850
 Tue Sep  3 12:05:25 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-dis.c (disassemble): Make static.  Provide prototype.
@@ -1233,8 +1766,7 @@ Sat Aug 31 01:27:26 1996  Jeffrey A Law  (law@cygnus.com)
        (v850_opcodes): Fix mask for jarl and jr.
 
        * v850-dis.c: New file.  Skeleton for disassembler support.
-       * Makefile.in Remove v850 references, they're not needed here
-       and they weren't being sanitized away.
+       * Makefile.in Remove v850 references, they're not needed here.
        * configure.in: Add v850-dis.o when building v850 toolchains.
        * configure: Rebuilt.
        * disassemble.c (disassembler): Call v850 disassembler.
@@ -1286,13 +1818,11 @@ Wed Aug 28 15:55:43 1996  Jeffrey A Law  (law@cygnus.com)
        * v850-opc.c (v850_opcodes): Add null opcode to mark the
        end of the opcode table.
 
-end-sanitize-v850
 Mon Aug 26 13:35:53 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
 
        * d10v-opc.c (pre_defined_registers): Added register pairs,
        "r0-r1", "r2-r3", etc.
 
-start-sanitize-v850
 Fri Aug 23 00:27:01 1996  Jeffrey A Law  (law@cygnus.com)
 
        * v850-opc.c (v850_operands): Make I16 be a signed operand.
@@ -1375,7 +1905,6 @@ Tue Aug 20 14:41:03 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
        * configure.in: (bfd_v850_arch) Add new case.
        * v850-opc.c: New file.
        
-end-sanitize-v850
 Mon Aug 19 15:21:38 1996  Doug Evans  <dje@canuck.cygnus.com>
 
        * sparc-dis.c (print_insn_sparc): Handle little endian sparcs.
@@ -2305,12 +2834,6 @@ Tue Jul 11 11:49:49 1995  Ian Lance Taylor  <ian@cygnus.com>
        shifted by 18, without any insertion or extraction function.
        (insert_cr, extract_cr): Remove.
 
-start-sanitize-arc
-Mon Jul  3 11:54:31 1995  Ian Lance Taylor  <ian@cygnus.com>
-
-       * Makefile.in (ALL_MACHINES): Add arc-dis.o and arc-opc.o.
-
-end-sanitize-arc
 Wed Jun 21 20:05:39 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * m68k-dis.c (print_insn_arg, print_indexed): Print "%" before
@@ -2346,13 +2869,6 @@ Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
        * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for
        the correct endianness.
 
-start-sanitize-arc
-Sat Apr 29 23:20:05 1995  Doug Evans  <dje@chestnut.cygnus.com>
-
-       * arc-opc.c (arc_opcodes): Add ARC_OPCODE_CONDITIONAL_BRANCH flag.
-       (arc_suffixes): Use ARC_DELAY_{NONE,NORMAL,JUMP}.
-end-sanitize-arc
-
 Mon Apr 24 14:18:05 1995  Jason Molenda   (crash@phydeaux.cygnus.com>
 
        * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from
@@ -2378,28 +2894,6 @@ Mon Apr 17 12:23:28 1995  Kung Hsu  <kung@rtl.cygnus.com>
        * m68k-dis.c: Take out #define BREAK_UP_BIG_DECL kludge, because
        gcc memory hog problem with initializer is fixed.
 
-start-sanitize-arc
-Wed Apr 12 09:04:12 1995  Doug Evans  <dje@canuck.cygnus.com>
-
-       * arc-opc.c (NULL): Define.
-       (arc_operands, insn fields u,s): Delete.
-       (arc_operands, insn fields a,b,c): Mark as signed.
-       (arc_opcodes): No longer const, links computed at run-time.
-       (arc_opcodes, mac/mul insns): Breakout suffixes as we don't handle
-       suffixes that affect the insn code.
-       (arc_opcodes): Resort table to macros are first.
-       (arc_opcodes, ld [b,c] entry): Add %Q to prevent shimms.
-       (arc_opcodes, st [b] entry): Likewise.
-       (arc_opcodes, st [b,d] entry): Fix mask, value.
-       (arc_reg_names): Add entries for r29, r30, r31, r60.
-       (opcode_map, icode_map): New static globals.
-       (arc_opcode_init_tables): Initialize them.
-       (arc_opcode_lookup_asm, arc_opcode_lookup_dis): New functions.
-       (insert_shimmoffset): Signal error if register present.
-       Validate constant.
-       * arc-dis.c (print_insn): Call arc_opcode_lookup_dis.
-end-sanitize-arc
-
 Mon Apr 10 15:55:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        Merge in support for Mac MPW as a host.
@@ -2425,15 +2919,6 @@ Mon Apr 10 15:55:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
        * mpw-config.in: New file, MPW version of configure.in.
        * mpw-make.in: New file, MPW version of Makefile.in.
 
-start-sanitize-arc
-Thu Apr  6 20:36:08 1995  Doug Evans  <dje@chestnut.cygnus.com>
-
-       * arc-dis.c (print_insn): New parameter `big_p'.  Callers updated.
-       Call arc_get_opcode_mach to map bfd mach number to opcode value.
-       (print_insn_*): Pass bfd mach number, not opcode version.
-       * arc-opc.c (arc_get_opcode_mach): New function.
-end-sanitize-arc
-
 Fri Mar 31 14:23:38 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * alpha-dis.c (print_insn_alpha): Put empty statement after
@@ -2482,21 +2967,6 @@ Wed Mar  8 02:54:05 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
        (print_insn_arg): Arrays cacheFieldName and names now const.
        (print_indexed): Array scales now const.
 
-start-sanitize-arc
-Tue Mar  7 21:14:14 1995  Doug Evans  <dje@chestnut.cygnus.com>
-
-       * arc-dis.c (print_insn_arc_base): Split into big and little fns.
-       (print_insn_arc_{host,graphics,audio}): Likewise.
-       (print_insn): Add prototype.
-       (arc_get_disassembler): New arg `big_p'.  Return little or big
-       print fn accordingly.
-       * arc-opc.c (arc_opcode_init_tables): Init arc_operand_map once.
-       (arc_opcode_supported): Use ARC_OPCODE_CPU to ignore byte order.
-       (arc_opval_supported): Likewise.
-       * disassemble.c (disassembler): Pass big endian flag to
-       arc_get_disassembler.
-end-sanitize-arc
-
 Tue Mar  7 16:41:21 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * ppc-opc.c: Sort recently added instructions by minor opcode
@@ -2514,13 +2984,6 @@ Mon Feb 20 23:54:38 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * Makefile.in (ALL_MACHINES):  Add w65-dis.o.
 
-start-sanitize-arc
-Fri Feb 17 12:42:25 1995  Doug Evans  <dje@chestnut.cygnus.com>
-
-       * arc-dis.c (arc_get_disassembler): Change argument to int,
-       one of bfd_mach_arc_xxx.  All callers updated.
-end-sanitize-arc
-
 Thu Feb 16 17:34:41 1995  Ian Lance Taylor  <ian@cygnus.com>
 
        * mips-opc.c: Add r4650 mul instruction.
@@ -2535,37 +2998,6 @@ Tue Feb 14 13:17:37 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
        * ppc-opc.c (powerpc_opcodes): Add 403GA opcodes rfci, dccci,
        mfdcr, mtdcr, icbt, iccci.
 
-start-sanitize-arc
-Mon Feb 13 11:09:17 1995  Doug Evans  <dje@canuck.cygnus.com>
-
-       * arc-dis.c (print_insn): Handle ARC_OPERAND_ADDRESS.
-       * arc-opc.c (arc_operands): New operand 'J' for jump addresses.
-       ('L' operand): Mark as ARC_OPERAND_ADDRESS.
-       (arc_opcodes, j insn): Use 'J' operand type, not 'L'.
-       (arc_opcodes, ld/st insns): Fix address writeback operand letter.
-       (insert_absaddr): New function.
-
-Thu Feb  9 19:19:23 1995  Doug Evans  <dje@canuck.cygnus.com>
-
-       * arc-dis.c (print_insn_arc): Rename to print_insn and make static.
-       New argument `cpu', pass it to arc_opcode_init_tables.
-       Document byte order dependencies.  Ignore unsupported insns.
-       (arc_get_disassembler): New function.
-       (print_insn_arc_base, print_insn_arc_host, print_insn_arc_graphics,
-       print_insn_arc_audio): New functions.
-       * arc-opc.c (MULTSHIFT operand): Delete.
-       (UNSIGNED, SATURATION): New operands.
-       (mac, mul, mul64, mulu64): New insns.
-       (ext. asl, asr, lsr, ror): Only available on host and graphics cpus.
-       (padc, padd, pmov, pand, psbc, psub, swap): New insns.
-       (host,graphics,audio extended and auxiliary regs): Define.
-       (ss, sc, mh, ml): New suffixes.
-       (arc_opcode_supported, arc_opval_supported): New functions.
-       (insert_multshift, extract_multshift): Deleted.
-       * disassemble.c (disassembler, case bfd_arch_arc): Call
-       arc_get_disassembler to get disassembler routine.
-end-sanitize-arc
-
 Thu Feb  9 12:28:13 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        * i960-dis.c (struct tabent, struct sparse_tabent): Change the
@@ -2618,45 +3050,10 @@ Wed Dec 28 22:15:33 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
        * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
        immediates.
 
-start-sanitize-arc
-Tue Dec 20 10:36:55 1994  Doug Evans  <dje@canuck.cygnus.com>
-
-       * arc-dis.c (print_insn_arc): Branch offsets are relative to delay
-       slot.
-       * arc-opc.c (extract_reladdr): New function.
-       (insert_reladdr): Store address right-shifted by 2.
-end-sanitize-arc
-
 Tue Dec 20 11:25:12 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * mips-opc.c: Add dli as a synonym for li.
 
-start-sanitize-arc
-Mon Dec 19 12:35:51 1994  Doug Evans  <dje@canuck.cygnus.com>
-
-       * arc-opc.c (insertion fns): Pass pointer to value's table entry.
-       All uses changed.
-       (extraction fns): Insn argument now array of two words.  Return pointer
-       to value's table entry.  All uses changed.
-       (arc_opcode_lookup_suffix): Exported for arc-dis.c.
-       (insert_multshift, extract_multshift): New fns.
-       (arc_operands): Add support for cache bypass suffix.  Add support for
-       predefined aux regs.  Modifier bits moved to flags field.
-       (arc_opcodes): Likewise.
-       Add mul/mulu/shift insns.  Syntax of zero/sign extension insns changed.
-       New insn rlc.  Update to syntax in programmer's manual.
-       (arc_reg_names): Fix typo in lp_count.  Add predefined aux regs.
-       (arc_suffixes): New synonyms lo,hs for cs,cc.  New suffix for cache
-       bypass.
-       (arc_opcode_init_tables): New argument to indicate cpu type.
-       (insert_reg): Handle predefined aux regs.
-       (extract_reg): Likewise.
-       (lookup_register): New fn.
-       * arc-dis.c (arc_condition_codes): Deleted.
-       (print_insn_arc): Handle insns with 32 bit immediate constants better.
-       Clean up modifier handling.  Handle predefined aux regs.
-end-sanitize-arc
-
 Thu Dec  8 18:23:31 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
 
        * alpha-dis.c (print_insn_alpha): Handle call_pal instruction, and
@@ -2669,14 +3066,6 @@ Thu Dec  8 18:23:31 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
        * m68k-dis.c (print_insn_arg, case 'J'): Handle buscr and pcr
        control registers.
 
-start-sanitize-arc
-Tue Nov 29 18:02:43 1994  Doug Evans  <dje@canuck.cygnus.com>
-
-       * configure.in: Add ARC support.
-       * disassemble.c: Likewise.
-       * arc-dis.c, arc-opc.c: New files.
-end-sanitize-arc
-
 Wed Nov 23 22:34:51 1994  Steve Chamberlain  (sac@jonny.cygnus.com)
 
        * sh-opc.h (mov.l gbr): Get direction right.