Renamed v850eq -> v850eq
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index 5b813c79154f22345a2b374a3be2fa6b79b9c87a..f66d5a48585ba11a06dacff2c9dfaecb35e8c4bc 100644 (file)
@@ -1,3 +1,210 @@
+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.
This page took 0.024683 seconds and 4 git commands to generate.