From f5c1c37a6e3a79f6bb738eda34fa48c89555744d Mon Sep 17 00:00:00 2001 From: nickc Date: Mon, 30 Nov 2009 14:45:29 +0000 Subject: [PATCH] PR gas/11030 * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the Coldfire ISA A+. --- opcodes/ChangeLog | 6 ++++++ opcodes/m68k-opc.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 82c6e01d6d..e5c2f4433f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2009-11-30 Massimo Ruo Roch + + PR gas/11030 + * m68k-opc.c (m68k_opcodes): Allow the STLDSR instruction on the + Coldfire ISA A+. + 2009-11-17 Quentin Neill Sebastian Pop diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index 28a77e56e9..0f8deb52fc 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. */ -- 2.11.0