From d7727fe96b825f58ab5aacd910aaa957fb5626c2 Mon Sep 17 00:00:00 2001
From: Gavin Romig-Koch <gavin@redhat.com>
Date: Fri, 17 Oct 1997 17:26:45 +0000
Subject: opcodes/mips-opc.c (bnezl,beqzl): Mark these as also tx39.

---
 opcodes/ChangeLog  | 4 ++++
 opcodes/mips-opc.c | 4 ++--
 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	},
-- 
cgit v1.1