* m68k-opc.c (m68k-opcodes): Fix move and movem instructions for
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
index fc6d5481cc73bb0d758157fb122703e5bd713171..67d43942ec5be0d6f11a1957bf646794361e1982 100644 (file)
@@ -1,3 +1,112 @@
+Mon Nov 25 16:15:17 1996  J.T. Conklin  <jtc@cygnus.com>
+
+       * m68k-opc.c (m68k-opcodes): Fix move and movem instructions for
+       the coldfire.
+
+       * m68k-opc.c (m68k-opcodes): The coldfire (mcf5200) can only use
+       register operands for immediate arithmetic, not, neg, negx, and
+       set according to condition instructions.
+       
+       * m68k-opc.c (m68k_opcodes): Consistantly Use "s" as the storage
+       specifier of the effective-address operand in immediate forms of
+       arithmetic instructions.  The specifier for the immediate operand
+       notes how and where the constant will be stored.
+
+Mon Nov 25 11:17:01 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_opcodes): Remove redundant "lcc"
+       opcode.
+
+       * mn10300-dis.c (disassemble): Use '$' instead of '%' for 
+       register prefix.
+
+       * mn10300-dis.c (disassemble): Prefix registers with '%'.
+
+Wed Nov 20 10:37:13 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-dis.c (disassemble): Handle register lists.
+
+       * mn10300-opc.c: Fix handling of register list operand for
+       "call", "ret", and "rets" instructions.
+
+       * mn10300-dis.c (disassemble): Print PC-relative and memory
+       addresses symbolically if possible.
+       * mn10300-opc.c: Distinguish between absolute memory addresses,
+       pc-relative offsets & random immediates.
+
+       * mn10300-dis.c (print_insn_mn10300): Fix fetch of last byte
+       in 7 byte insns.
+       (disassemble): Handle SPLIT and EXTENDED operands.
+
+Tue Nov 19 13:33:01 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-dis.c: Rough cut at printing some operands.
+
+       * mn10300-dis.c: Start working on disassembler support.
+       * mn10300-opc.c (mn10300_opcodes): Fix masks on several insns.
+
+       * mn10300-opc.c (mn10300_operands): Add "REGS" for a register
+       list.
+       (mn10300_opcodes): Use REGS for register list in "movm" instructions.
+       
+start-sanitize-d10v
+Mon Nov 18 15:20:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
+
+       * d10v-opc.c (d10v_opcodes): Add3 sets the carry.
+
+end-sanitize-d10v
+Fri Nov 15 13:43:19 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_opcodes): Demand parens around
+       register argument is calls and jmp instructions.
+
+Thu Nov  7 00:26:05 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_opcodes): Use DN01 for putx and
+       getx operand.  Fix opcode for mulqu imm,dn.
+
+Wed Nov  6 13:42:32 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_operands): Hijack "bits" field
+       in MN10300_OPERAND_SPLIT operands for how many bits
+       appear in the basic insn word.  Add IMM32_HIGH24,
+       IMM32_HIGH24_LOWSHIFT8, IMM8E_SHIFT8.  
+       (mn10300_opcodes): Use new operands as needed.
+
+       * mn10300-opc.c (mn10300_operands): Add IMM32_LOWSHIFT8
+       for bset, bclr, btst instructions.
+       (mn10300_opcodes): Use new IMM32_LOWSHIFT8 as needed.
+
+       * mn10300-opc.c (mn10300_operands): Remove many redundant
+       operands.  Update opcode table as appropriate.
+       (IMM32): Add MN10300_OPERAND_SPLIT flag.
+       (mn10300_opcodes): Fix single bit error in mov imm32,dn insn.
+
+Tue Nov  5 13:26:58 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_operands): Add DN2, DM2, AN2, AM2
+       operands (for indexed load/stores).  Fix bitpos for DI
+       operand.  Add SN8N_SHIFT8, IMM8_SHIFT8, and D16_SHIFT for the
+       few instructions that insert immediates/displacements in the
+       middle of the instruction.  Add IMM8E for 8 bit immediate in
+       the extended part of an instruction.
+       (mn10300_operands): Use new opcodes as appropriate.
+
+start-sanitize-d10v
+Tue Nov  5 10:30:51 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
+
+       * d10v-opc.c (d10v_opcodes): Declare the trap instruction
+       sequential so the assembler never parallelizes it with
+       other instructions.
+
+end-sanitize-d10v
+Mon Nov  4 12:50:40 1996  Jeffrey A Law  (law@cygnus.com)
+
+       * mn10300-opc.c (mn10300_operands): Add DN01 and AN01 for
+       a data/address register that appears in register field 0
+       and register field 1.
+       (mn10300_opcodes): Use DN01 and AN01 for mov/cmp imm8,DN/AN
+
 Fri Nov  1 10:29:11 1996  Richard Henderson  <rth@tamu.edu>
 
        * alpha-dis.c (print_insn_alpha): Use new NOPAL mask for
This page took 0.024307 seconds and 4 git commands to generate.