PR gas/11030
authorNick Clifton <nickc@redhat.com>
Mon, 30 Nov 2009 14:45:30 +0000 (14:45 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 30 Nov 2009 14:45:30 +0000 (14:45 +0000)
        * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
        Coldfire ISA A+.

opcodes/ChangeLog
opcodes/m68k-opc.c

index 82c6e01..e5c2f44 100644 (file)
@@ -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>
 
index 28a77e5..0f8deb5 100644 (file)
@@ -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.  */