diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-05-18 09:31:10 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-05-18 09:31:10 +0000 |
commit | 58b60bec0db542ebfe9b7a5e53eb04d9c65232eb (patch) | |
tree | 29af70128084ef8d8e9483a954f09fb694b4901a /opcodes | |
parent | b0f7df06530e2fc3ac12db759b327448264da93e (diff) | |
download | gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.zip gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.tar.gz gdb-58b60bec0db542ebfe9b7a5e53eb04d9c65232eb.tar.bz2 |
* Fix sanitization
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/mips-opc.c | 3 |
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 }, |