* mips-opc.c (mips_builtin_opcodes): Fix formatting of "ld".
authorMaciej W. Rozycki <macro@linux-mips.org>
Thu, 28 Oct 2010 13:49:51 +0000 (13:49 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Thu, 28 Oct 2010 13:49:51 +0000 (13:49 +0000)
opcodes/ChangeLog
opcodes/mips-opc.c

index a39d8bee3c0b6db663bd90b4499b98a134abcdfd..9cab9a17ac4b4bc79d8e376d64ff304a3ebd210f 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-28  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * mips-opc.c (mips_builtin_opcodes): Fix formatting of "ld".
+
 2010-10-28  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * s390-opc.txt: cfxr, cfdr and cfer z900 -> g5.
index 8ff6435fc50673b7f0d91db9b67533ab5ce7f411..7a3666655c08bcac554b7290b815cf3df03ac08a 100644 (file)
@@ -745,7 +745,7 @@ const struct mips_opcode mips_builtin_opcodes[] =
 {"lca",     "t,A(b)",  0,    (int) M_LCA_AB,   INSN_MACRO,             0,              I1      },
 /* The macro has to be first to handle o32 correctly.  */
 {"ld",      "t,o(b)",  0,    (int) M_LD_OB,    INSN_MACRO,             0,              I1      },
-{"ld",      "t,o(b)",   0xdc000000, 0xfc000000, WR_t|RD_b,             0,              I3      },
+{"ld",      "t,o(b)",  0xdc000000, 0xfc000000, WR_t|RD_b,              0,              I3      },
 {"ld",      "t,A(b)",  0,    (int) M_LD_AB,    INSN_MACRO,             0,              I1      },
 {"ldaddw",  "t,b",     0x70000010, 0xfc00ffff, SM|RD_t|WR_t|RD_b,      0,              XLR     },
 {"ldaddwu", "t,b",     0x70000011, 0xfc00ffff, SM|RD_t|WR_t|RD_b,      0,              XLR     },
This page took 0.031035 seconds and 4 git commands to generate.