This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src include/opcode/m68k.h opcodes/m68k-opc.c o ...
- From: rsandifo at sourceware dot org
- To: binutils-cvs at sources dot redhat dot com
- Date: 27 Apr 2006 17:04:51 -0000
- Subject: src include/opcode/m68k.h opcodes/m68k-opc.c o ...
CVSROOT: /cvs/src
Module name: src
Branch: binutils-csl-2_17-branch
Changes by: rsandifo@sourceware.org 2006-04-27 17:04:51
Modified files:
include/opcode : m68k.h
opcodes : m68k-opc.c m68k-dis.c
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/m68k.h.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.11.6.1&r2=1.11.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/m68k-opc.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.17&r2=1.17.6.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/m68k-dis.c.diff?cvsroot=src&only_with_tag=binutils-csl-2_17-branch&r1=1.21&r2=1.21.6.1