diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-28 13:49:51 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2010-10-28 13:49:51 +0000 |
commit | af47889861165b7f939b1279df804d5cb28f0005 (patch) | |
tree | 89c99bde7c32214e089f20d958bcb0653f9d11e2 /opcodes | |
parent | ace9d8665fab93c30e94c3081b2a7f89843fb560 (diff) | |
download | gdb-af47889861165b7f939b1279df804d5cb28f0005.zip gdb-af47889861165b7f939b1279df804d5cb28f0005.tar.gz gdb-af47889861165b7f939b1279df804d5cb28f0005.tar.bz2 |
* mips-opc.c (mips_builtin_opcodes): Fix formatting of "ld".
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 4 | ||||
-rw-r--r-- | opcodes/mips-opc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index a39d8be..9cab9a1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -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. diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 8ff6435..7a36666 100644 --- a/opcodes/mips-opc.c +++ b/opcodes/mips-opc.c @@ -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 }, |