summaryrefslogtreecommitdiff
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2006-05-08 09:32:49 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2006-05-08 09:32:49 +0000
commit0e7bdcae70390cea8b6302d79637025722ddae5e (patch)
tree1ab9bf6f17a055e62e4824578f11d9d6abdb0597 /ChangeLog.csl
parentcf0a608f24f6553cb90999ebc503ac08bf614d57 (diff)
downloadgdb-0e7bdcae70390cea8b6302d79637025722ddae5e.tar.gz
* 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.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index b0760b8d8e3..0eafd8f8827 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,18 @@
+2006-05-08 Richard Sandiford <richard@codesourcery.com>
+
+ 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.
+
2006-05-03 Paul Brook <paul@codesourcery.com>
Daniel Jacobowitz <dan@codesourcery.com>