include/opcodes/
commit8862112f0a1fa8633c99f70111ad86de51dfca4c
authorRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 25 May 2006 08:09:03 +0000 (25 08:09 +0000)
committerRichard Sandiford <rsandifo@nildram.co.uk>
Thu, 25 May 2006 08:09:03 +0000 (25 08:09 +0000)
tree442831a56a2191165db2b17e2a8ae9fb7e0b2a61
parent33d12787a7afbfe0b41d4f79fd72c3e9ce6e03b4
include/opcodes/
* m68k.h (mcf_mask): Define.

opcodes/
* m68k-opc.c (m68k_opcodes): Fix the masks of the Coldfire fmovemd
and fmovem entries.  Put register list entries before immediate
mask entries.  Use "l" rather than "L" in the fmovem entries.
* m68k-dis.c (match_insn_m68k): Remove the PRIV argument and work it
out from INFO.
(m68k_scan_mask): New function, split out from...
(print_insn_m68k): ...here.  If no architecture has been set,
first try printing an m680x0 instruction, then try a Coldfire one.

gas/testsuite/
* gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
* gas/m68k/mcf-fpu.d: Adjust accordingly.
gas/testsuite/ChangeLog
gas/testsuite/gas/m68k/mcf-fpu.d
gas/testsuite/gas/m68k/mcf-fpu.s
include/opcode/ChangeLog
include/opcode/m68k.h
opcodes/ChangeLog
opcodes/m68k-dis.c
opcodes/m68k-opc.c