aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1997-10-17 17:26:45 +0000
committerGavin Romig-Koch <gavin@redhat.com>1997-10-17 17:26:45 +0000
commitd7727fe96b825f58ab5aacd910aaa957fb5626c2 (patch)
tree7e778fe53176dd88bd9e1679adfdfc83ecdc5b65 /opcodes
parentb038ec7bd92a9fab141f73cae63efcb66caa98a3 (diff)
downloadgdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.zip
gdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.tar.gz
gdb-d7727fe96b825f58ab5aacd910aaa957fb5626c2.tar.bz2
opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/mips-opc.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 593f127..6c1eeb6 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 17 13:18:53 1997 Gavin Koch <gavin@cygnus.com>
+
+ * mips-opc.c (bnezl,beqzl): Mark these as also tx39.
+
Thu Oct 16 11:55:20 1997 Gavin Koch <gavin@cygnus.com>
* mips-opc.c: Note that 'jalx' is (probably incorrectly) marked I1.
diff --git a/opcodes/mips-opc.c b/opcodes/mips-opc.c
index 81c553d..186bedd 100644
--- a/opcodes/mips-opc.c
+++ b/opcodes/mips-opc.c
@@ -145,7 +145,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
{"bc3t", "p", 0x4d010000, 0xffff0000, CBD|RD_CC, I1 },
{"bc3tl", "p", 0x4d030000, 0xffff0000, CBL|RD_CC, I2|T3 },
{"beqz", "s,p", 0x10000000, 0xfc1f0000, CBD|RD_s, I1 },
-{"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, I2 },
+{"beqzl", "s,p", 0x50000000, 0xfc1f0000, CBL|RD_s, I2|T3 },
{"beq", "s,t,p", 0x10000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
{"beq", "s,I,p", 0, (int) M_BEQ_I, INSN_MACRO },
{"beql", "s,t,p", 0x50000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },
@@ -195,7 +195,7 @@ const struct mips_opcode mips_builtin_opcodes[] = {
{"bltzal", "s,p", 0x04100000, 0xfc1f0000, CBD|RD_s|WR_31, I1 },
{"bltzall", "s,p", 0x04120000, 0xfc1f0000, CBL|RD_s, I2|T3 },
{"bnez", "s,p", 0x14000000, 0xfc1f0000, CBD|RD_s, I1 },
-{"bnezl", "s,p", 0x54000000, 0xfc1f0000, CBL|RD_s, I2 },
+{"bnezl", "s,p", 0x54000000, 0xfc1f0000, CBL|RD_s, I2|T3 },
{"bne", "s,t,p", 0x14000000, 0xfc000000, CBD|RD_s|RD_t, I1 },
{"bne", "s,I,p", 0, (int) M_BNE_I, INSN_MACRO },
{"bnel", "s,t,p", 0x54000000, 0xfc000000, CBL|RD_s|RD_t, I2|T3 },