Fix definitions of wddata[bwl].
authorNick Clifton <nickc@redhat.com>
Mon, 12 Nov 2001 16:36:06 +0000 (16:36 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 12 Nov 2001 16:36:06 +0000 (16:36 +0000)
opcodes/ChangeLog
opcodes/m68k-opc.c

index b064120..8ca74e2 100644 (file)
@@ -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
index fe8b731..79d7db0 100644 (file)
@@ -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 },