Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>

* m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
 	move ccr/sr insns more strict so that the disassembler only
 	selects them when the addressing mode is data register.
This commit is contained in:
Ian Lance Taylor 1996-07-22 19:49:24 +00:00
parent 9bd65136af
commit 354447a435
2 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,15 @@
Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire
move ccr/sr insns more strict so that the disassembler only
selects them when the addressing mode is data register.
start-sanitize-d10v
Mon Jul 22 11:25:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
* d10v-opc.c (pre_defined_registers): Declare.
* d10v-dis.c (print_operand): Now uses pre_defined_registers
to pick a better name for the registers.
end-sanitize-d10v
Mon Jul 22 13:47:23 1996 Ian Lance Taylor <ian@cygnus.com>

View File

@ -1260,8 +1260,8 @@ const struct m68k_opcode m68k_opcodes[] =
{"movew", one(0030000), one(0170000), "*w$d", m68000up | mcf5200 },
{"movew", one(0030100), one(0170700), "*wAd", m68000up | mcf5200 },
{"movew", one(0040300), one(0177700), "SsDs", mcf5200 },
{"movew", one(0041300), one(0177700), "CsDs", mcf5200 },
{"movew", one(0040300), one(0177770), "SsDs", mcf5200 },
{"movew", one(0041300), one(0177770), "CsDs", mcf5200 },
{"movew", one(0040300), one(0177700), "Ss$s", m68000up },
{"movew", one(0041300), one(0177700), "Cs$s", m68010up },
{"movew", one(0042300), one(0177700), ";wCd", m68000up | mcf5200 },
@ -1275,8 +1275,8 @@ const struct m68k_opcode m68k_opcodes[] =
{"move", one(0030000), one(0170000), "*w$d", m68000up | mcf5200 },
{"move", one(0030100), one(0170700), "*wAd", m68000up | mcf5200 },
{"move", one(0040300), one(0177700), "SsDs", mcf5200 },
{"move", one(0041300), one(0177700), "CsDs", mcf5200 },
{"move", one(0040300), one(0177770), "SsDs", mcf5200 },
{"move", one(0041300), one(0177770), "CsDs", mcf5200 },
{"move", one(0040300), one(0177700), "Ss$s", m68000up },
{"move", one(0041300), one(0177700), "Cs$s", m68010up },
{"move", one(0042300), one(0177700), ";wCd", m68000up | mcf5200 },