Browse Source

Fix definitions of wddata[bwl].

binutils-2_12-branch
Nick Clifton 25 years ago
parent
commit
6c93a8fabc
  1. 4
      opcodes/ChangeLog
  2. 6
      opcodes/m68k-opc.c

4
opcodes/ChangeLog

@ -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

6
opcodes/m68k-opc.c

@ -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…
Cancel
Save