diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-06-18 16:10:27 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2007-06-18 16:10:27 +0000 |
commit | ddefa7f50892ef835baf283217701cc9acb45418 (patch) | |
tree | 12bcbd8ff087a978a7859e5052bc7b2aaa11af1c /opcodes/m68k-opc.c | |
parent | 03997556dae335abff76e00a41d1459e4bfa6ed1 (diff) | |
download | gdb-ddefa7f50892ef835baf283217701cc9acb45418.zip gdb-ddefa7f50892ef835baf283217701cc9acb45418.tar.gz gdb-ddefa7f50892ef835baf283217701cc9acb45418.tar.bz2 |
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.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r-- | opcodes/m68k-opc.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 }, }; |