correct a few mistakes found while extending the dissassembler.
authorK. Richard Pixley <rich@cygnus>
Wed, 29 Sep 1993 23:18:06 +0000 (23:18 +0000)
committerK. Richard Pixley <rich@cygnus>
Wed, 29 Sep 1993 23:18:06 +0000 (23:18 +0000)
gas/ChangeLog
gas/config/m88k-opcode.h

index adbeaef032cd2f7e865d8646e45762fab21161e7..4659446a311ddfd7a3af1c318327596d87c6338d 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 29 16:15:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
+
+       * config/m88k-opcode.h (m88k_opcodes): correct a few mistakes
+         found while extending the dissassembler.
+
 Tue Sep 28 12:02:04 1993  Stan Shebs  (shebs@rtl.cygnus.com)
 
        * configure.in: Split i386 LynxOS out from other coff targets,
index 39112c176beaa356123212582ecef9e4ba31e635..9f4cb342d19b07563428cca0aaee27dedf237f6a 100644 (file)
@@ -390,13 +390,13 @@ static struct m88k_opcode m88k_opcodes[] =
   _MC88xxx (0x48000000, "mask",                "d,1,I")
   _MC88xxx (0x4c000000, "mask.u",      "d,1,I")
   _MC88110 (0x8400c000, "mov.s",       "d,x2")
-  _MC88110 (0x84008200, "mov.s",       "xd,2")
+  _MC88110 (0x84004200, "mov.s",       "xd,2")
   _MC88110 (0x8400c080, "mov.d",       "d,x2")
-  _MC88110 (0x84008280, "mov.d",       "xd,2")
+  _MC88110 (0x84004280, "mov.d",       "xd,2")
   _MC88110 (0x8400c300, "mov",         "xd,x2")
   _MC88xxx (0xf4006c00, "mul",         "d,1,2")
   _MC88xxx (0x6c000000, "mul",         "d,1,I")
-  _MC88xxx (0xf4006c00, "muls",                "d,1,2")
+  _MC88xxx (0xf4006e00, "muls",                "d,1,2")
   _MC88xxx (0x6c000000, "muls",                "d,1,I")
   _MC88xxx (0xf4006c00, "mulu",                "d,1,2")        /* synonym for mul */
   _MC88xxx (0x6c000000, "mulu",                "d,1,I")        /* synonym for mul */
This page took 0.033353 seconds and 4 git commands to generate.