aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-05-18 09:31:10 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-05-18 09:31:10 +0000
commit58b60bec0db542ebfe9b7a5e53eb04d9c65232eb (patch)
tree29af70128084ef8d8e9483a954f09fb694b4901a
parentb0f7df06530e2fc3ac12db759b327448264da93e (diff)
downloadfsf-binutils-gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.zip
fsf-binutils-gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.tar.gz
fsf-binutils-gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.tar.bz2
* Fix sanitization
-rw-r--r--opcodes/mips-opc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index 0356c5d..62f7e8b 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -236,6 +236,9 @@ 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 },
{"break", "", 0x0000000d, 0xffffffff, TRAP, I1 },
+/* start-sanitize-r5900 */
+{"break", "B", 0x0000000d, 0xfc00003f, TRAP, T5 },
+/* end-sanitize-r5900 */
{"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 },