PR gas/5228
authorNick Clifton <nickc@redhat.com>
Wed, 7 Nov 2007 16:37:44 +0000 (16:37 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 7 Nov 2007 16:37:44 +0000 (16:37 +0000)
* m68k-opc.c (m68k_opcodes): Fix coldfire msac.w instructions with parallel loads.

opcodes/ChangeLog
opcodes/m68k-opc.c

index b80747f3115108f7682016377b55ca2c2000401b..7217151f3e6e2b7c840ba3a06a739a4c5ff5a6ec 100644 (file)
@@ -1,3 +1,9 @@
+2007-11-07  Jens Arnold  <jens@jens-arnold.net>
+
+       PR gas/5228
+       * m68k-opc.c (m68k_opcodes): Fix coldfire msac.w instructions with
+       parallel loads.
+
 2007-11-07  Tristan Gingold  <gingold@adacore.com>
 
        * ia64-dis.c (print_insn_ia64): Generate symbolic names for cr
index e3b7a455ae955a9ab2fb7a446fa8a21d5c5ee354..05bceea7eee3c5eb83ee08f56c91df147ef89e6e 100644 (file)
@@ -1678,9 +1678,9 @@ const struct m68k_opcode m68k_opcodes[] =
 {"msacw", 4,   two(0xa000, 0x0300), two(0xf1b0, 0x0900), "uMumMh", mcfmac },
 {"msacw", 4,   two(0xa000, 0x0100), two(0xf1b0, 0x0f00), "uMum", mcfmac },
 
-{"msacw", 4,   two(0xa000, 0x0100), two(0xf100, 0x0900), "uMumiI4/RneG", mcfemac },/* Ry,Rx,SF,<ea>,accX.  */
-{"msacw", 4,   two(0xa000, 0x0300), two(0xf100, 0x0900), "uMumMh4/RneG", mcfemac },/* Ry,Rx,+1/-1,<ea>,accX.  */
-{"msacw", 4,   two(0xa000, 0x0100), two(0xf100, 0x0f00), "uMum4/RneG", mcfemac },/* Ry,Rx,<ea>,accX.  */
+{"msacw", 4,   two(0xa000, 0x0100), two(0xf100, 0x0900), "uNuoiI4/RneG", mcfemac },/* Ry,Rx,SF,<ea>,accX.  */
+{"msacw", 4,   two(0xa000, 0x0300), two(0xf100, 0x0900), "uNuoMh4/RneG", mcfemac },/* Ry,Rx,+1/-1,<ea>,accX.  */
+{"msacw", 4,   two(0xa000, 0x0100), two(0xf100, 0x0f00), "uNuo4/RneG", mcfemac },/* Ry,Rx,<ea>,accX.  */
 {"msacw", 4,   two(0xa000, 0x0100), two(0xf130, 0x0900), "uMumiIeH", mcfemac },/* Ry,Rx,SF,accX.  */
 {"msacw", 4,   two(0xa000, 0x0300), two(0xf130, 0x0900), "uMumMheH", mcfemac },/* Ry,Rx,+1/-1,accX.  */
 {"msacw", 4,   two(0xa000, 0x0100), two(0xf130, 0x0f00), "uMumeH", mcfemac }, /* Ry,Rx,accX.  */
This page took 0.045571 seconds and 4 git commands to generate.