Support for disassembling parallel instructions added.
[external/binutils.git] / opcodes / ChangeLog
index b4c6169..0c631aa 100644 (file)
@@ -1,3 +1,169 @@
+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>
 
@@ -132,7 +298,7 @@ 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.
 
-start-sanitize-v850e
+end-sanitize-v850e
 Wed Oct  1 16:58:54 1997  Nick Clifton  <nickc@cygnus.com>
 
        * v850-opc.c: Fix typo in comment.
@@ -341,8 +507,8 @@ Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
 
 Mon Aug 18 11:08:25 1997  Nick Clifton  <nickc@cygnus.com>
 
-       * configure (cgen_files): Add support for v850eq target.
-       * configure.in (cgen_files):  Add support for v850eq target.
+       * 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>
@@ -358,10 +524,10 @@ Fri Aug 15 05:17:48 1997  Doug Evans  <dje@canuck.cygnus.com>
 Wed Aug 13 18:52:11 1997  Nick Clifton  <nickc@cygnus.com>
 
 start-sanitize-v850e
-       * v850-dis.c (disassemble): Add support for v850EQ instructions.
+       * v850-dis.c (disassemble): Add support for v850EA instructions.
        
        * v850-opc.c (insert_i5div, extract_i5div): New Functions.
-       (v850_opcodes): Add v850EQ instructions.
+       (v850_opcodes): Add v850EA instructions.
 
        * v850-dis.c (disassemble): Add support for v850E instructions.