From: Frank Ch. Eigler Date: Mon, 18 May 1998 09:31:10 +0000 (+0000) Subject: * Fix sanitization X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=58b60bec0db542ebfe9b7a5e53eb04d9c65232eb;p=binutils-gdb.git * Fix sanitization --- diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c index 0356c5d040b..62f7e8b1667 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 },