From: Nick Clifton Date: Mon, 12 Nov 2001 16:36:06 +0000 (+0000) Subject: Fix definitions of wddata[bwl]. X-Git-Tag: cygnus_cvs_20020108_pre~713 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c93a8fabc1072d426dcbb71dfafe8dfd94e9ca8;p=external%2Fbinutils.git Fix definitions of wddata[bwl]. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b064120..8ca74e2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,7 @@ +2001-11-12 Niraj Gupta + + * m68k-opc.c: Fix definitions of wddata[bwl]. + 2001-11-09 Richard Sandiford * cgen-asm.c (cgen_parse_keyword): If the keyword is too big to diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c index fe8b731..79d7db0 100644 --- a/opcodes/m68k-opc.c +++ b/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 },