[patch] m68k: Add wdebugl.
Kazu Hirata
kazu@codesourcery.com
Wed Jun 13 12:47:00 GMT 2007
More information about the Binutils mailing list
Wed Jun 13 12:47:00 GMT 2007
- Previous message (by thread): Does anyone have any comments on cleanuping aclocal?
- Next message (by thread): [patch] m68k: Add wdebugl.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, Attached is a patch to add wdebugl. Without this patch, wdebug.l (%a0) is not recognized even though wdebug (without .l) is recognized. The patch fixes the problem by adding wdebugl. Tested by assembling wdebug.l. OK to apply? Kazu Hirata 2007-06-13 Nathan Sidwell <nathan@codesourcery.com> * m68k-opc.c (m68k_opcodes): Add wdebugl variants. Index: opcodes/m68k-opc.c =================================================================== RCS file: /cvs/src/src/opcodes/m68k-opc.c,v retrieving revision 1.24 diff -u -d -p -r1.24 m68k-opc.c --- opcodes/m68k-opc.c 23 Apr 2007 07:51:33 -0000 1.24 +++ opcodes/m68k-opc.c 13 Jun 2007 10:33:20 -0000 @@ -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 }, };
- Previous message (by thread): Does anyone have any comments on cleanuping aclocal?
- Next message (by thread): [patch] m68k: Add wdebugl.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list