mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
PR gas/11030
* m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the Coldfire ISA A+.
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -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. */
|
||||
|
Reference in New Issue
Block a user