aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2009-11-30 14:45:30 +0000
committerNick Clifton <nickc@redhat.com>2009-11-30 14:45:30 +0000
commitee9fd255b7b6d7c5b7d67b8ee7b24988cc0e267f (patch)
treeacdfe01dabc98bfd3ecbff6060a7059926225b3f /opcodes
parent974da60de16a5c1911eb4d3548f26deb48023eb9 (diff)
downloadgdb-ee9fd255b7b6d7c5b7d67b8ee7b24988cc0e267f.zip
gdb-ee9fd255b7b6d7c5b7d67b8ee7b24988cc0e267f.tar.gz
gdb-ee9fd255b7b6d7c5b7d67b8ee7b24988cc0e267f.tar.bz2
PR gas/11030
* m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the Coldfire ISA A+.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/m68k-opc.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 82c6e01..e5c2f44 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2009-11-30 Massimo Ruo Roch <massimo.ruoroch@polito.it>
+
+ PR gas/11030
+ * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
+ Coldfire ISA A+.
+
2009-11-17 Quentin Neill <quentin.neill@amd.com>
Sebastian Pop <sebastian.pop@amd.com>
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c
index 28a77e5..0f8deb5 100644
--- a/opcodes/m68k-opc.c
+++ b/opcodes/m68k-opc.c
@@ -2026,7 +2026,7 @@ const struct m68k_opcode m68k_opcodes[] =
{"sbcd", 2, one(0100400), one(0170770), "DsDd", m68000up },
{"sbcd", 2, one(0100410), one(0170770), "-s-d", m68000up },
-{"stldsr", 6, two(0x40e7, 0x46fc), two(0xffff, 0xffff), "#w", mcfisa_c },
+{"stldsr", 6, two(0x40e7, 0x46fc), two(0xffff, 0xffff), "#w", mcfisa_aa | mcfisa_c },
/* Traps have to come before conditional sets, as they have a more
specific opcode. */