mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-01 06:25:50 +00:00
Fix definitions of wddata[bwl].
This commit is contained in:
parent
d7b784871a
commit
6c93a8fabc
@ -1,3 +1,7 @@
|
||||
2001-11-12 Niraj Gupta <ngupta@zumanetworks.com>
|
||||
|
||||
* m68k-opc.c: Fix definitions of wddata[bwl].
|
||||
|
||||
2001-11-09 Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* cgen-asm.c (cgen_parse_keyword): If the keyword is too big to
|
||||
|
@ -1951,9 +1951,9 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0),
|
||||
{"unpk", one(0100600), one(0170770), "DsDd#w", m68020up },
|
||||
{"unpk", one(0100610), one(0170770), "-s-d#w", m68020up },
|
||||
|
||||
{"wddatab", one(0172000), one(0177700), "~s", mcf },
|
||||
{"wddataw", one(0172100), one(0177700), "~s", mcf },
|
||||
{"wddatal", one(0172200), one(0177700), "~s", mcf },
|
||||
{"wddatab", one(0175400), one(0177700), "~s", mcf },
|
||||
{"wddataw", one(0175500), one(0177700), "~s", mcf },
|
||||
{"wddatal", one(0175600), one(0177700), "~s", mcf },
|
||||
|
||||
{"wdebug", two(0175720, 03), two(0177770, 0xffff), "as", mcf },
|
||||
{"wdebug", two(0175750, 03), two(0177770, 0xffff), "ds", mcf },
|
||||
|
Loading…
x
Reference in New Issue
Block a user