From ddefa7f50892ef835baf283217701cc9acb45418 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Mon, 18 Jun 2007 16:10:27 +0000 Subject: opcodes/ * m68k-opc.c (m68k_opcodes): Add wdebugl variants. gas/testsuite/ * gas/m68k/all.exp: Run mcf-wdebug. * gas/testsuite/gas/m68k/mcf-wdebug.d, gas/testsuite/gas/m68k/mcf-wdebug.s: New. --- opcodes/m68k-opc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opcodes/m68k-opc.c') diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index b0f1885..12cd14a 100644 --- a/opcodes/m68k-opc.c +++ b/opcodes/m68k-opc.c @@ -2176,6 +2176,8 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0), {"wddataw", 2, one(0175500), one(0177700), "~s", mcfisa_a }, {"wddatal", 2, one(0175600), one(0177700), "~s", mcfisa_a }, +{"wdebugl", 4, two(0175720, 03), two(0177770, 0xffff), "as", mcfisa_a }, +{"wdebugl", 4, two(0175750, 03), two(0177770, 0xffff), "ds", mcfisa_a }, {"wdebug", 4, two(0175720, 03), two(0177770, 0xffff), "as", mcfisa_a }, {"wdebug", 4, two(0175750, 03), two(0177770, 0xffff), "ds", mcfisa_a }, }; -- cgit v1.1