PR gas/11030

* m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the
        Coldfire ISA A+.
This commit is contained in:
Nick Clifton 2009-11-30 14:45:30 +00:00
parent 974da60de1
commit ee9fd255b7
2 changed files with 7 additions and 1 deletions

View 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>

View 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. */