aboutsummaryrefslogtreecommitdiff
path: root/opcodes/mips-opc.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2004-07-20 17:49:31 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2004-07-20 17:49:31 +0000
commit1586d91e32ea5f8352ea442c38cd261c2de73d7a (patch)
tree00b3a461ac8a6308060244ade77a37a83294a11b /opcodes/mips-opc.c
parent2cd8546d1321946294f6c89cdfb250a7de50f99d (diff)
downloadgdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.zip
gdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.tar.gz
gdb-1586d91e32ea5f8352ea442c38cd261c2de73d7a.tar.bz2
opcodes/
* mips-opc.c (mips_builtin_opcodes): Remove the MIPS32 ISA-specific "break" encoding. gas/testsuite/ * gas/mips/mips32.s: Adjust for the unified "break" syntax. Add another "break" case. Update the comment accordingly. * gas/mips/set-arch.s: Likewise. * gas/mips/mips32.d: Adjust for the new output. * gas/mips/set-arch.d: Likewise.
Diffstat (limited to 'opcodes/mips-opc.c')
-rw-r--r--opcodes/mips-opc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index 9a80e53..93a5787 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -274,7 +274,6 @@ const struct mips_opcode mips_builtin_opcodes[] =
{"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
{"bnel", "s,I,p", 0, (int) M_BNEL_I, INSN_MACRO, I2|T3 },
{"break", "", 0x0000000d, 0xffffffff, TRAP, I1 },
-{"break", "B", 0x0000000d, 0xfc00003f, TRAP, I32 },
{"break", "c", 0x0000000d, 0xfc00ffff, TRAP, I1 },
{"break", "c,q", 0x0000000d, 0xfc00003f, TRAP, I1 },
{"c.f.d", "S,T", 0x46200030, 0xffe007ff, RD_S|RD_T|WR_CC|FP_D, I1 },