include/opcodes/
authorRichard Sandiford <rdsandiford@googlemail.com>
Thu, 27 Apr 2006 17:04:51 +0000 (17:04 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Thu, 27 Apr 2006 17:04:51 +0000 (17:04 +0000)
commitcd512e9cb9ef84af0f7b0d305c0887c1ecd6d555
tree34eeeac4330fe58cba0904deab08d61b4f5beea0
parentb1f77134d803fc234bcc4f59fcc5f5d4a811f11a
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.
ChangeLog.csl
include/opcode/m68k.h
opcodes/m68k-dis.c
opcodes/m68k-opc.c