summaryrefslogtreecommitdiff
path: root/include/opcode
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@redhat.com>1999-11-18 19:53:48 +0000
committerGavin Romig-Koch <gavin@redhat.com>1999-11-18 19:53:48 +0000
commit3540739741edf415fc27b0d8fe77eb61a9155a36 (patch)
tree7a9b66691c03253193fd9cb6a0615962953da5e4 /include/opcode
parent447a30dbd3faf46727d44014deff90495ef07b95 (diff)
downloadgdb-3540739741edf415fc27b0d8fe77eb61a9155a36.tar.gz
For include/opcode:
* mips.h (INSN_ISA5): New. For opcodes: * mips-opc.c (I5): New. (abs.ps,add.ps,alnv.ps,c.COND.ps,cvt.s.pl,cvt.s.pu,cvt.ps.s madd.ps,movf.ps,movt.ps,mul.ps,net.ps,nmadd.ps,nmsub.ps, pll.ps,plu.ps,pul.ps,puu.ps,sub.ps,suxc1,luxc1): New.
Diffstat (limited to 'include/opcode')
-rw-r--r--include/opcode/ChangeLog4
-rw-r--r--include/opcode/mips.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index ebf79ddd97f..01e881d834c 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,7 @@
+1999-11-18 Gavin Romig-Koch <gavin@cygnus.com>
+
+ * mips.h (INSN_ISA5): New.
+
1999-11-01 Gavin Romig-Koch <gavin@cygnus.com>
* mips.h (OPCODE_IS_MEMBER): New.
diff --git a/include/opcode/mips.h b/include/opcode/mips.h
index 07e0fd7c679..8c93d1bd7a3 100644
--- a/include/opcode/mips.h
+++ b/include/opcode/mips.h
@@ -308,6 +308,7 @@ struct mips_opcode
#define INSN_ISA3 0x00000003
/* MIPS ISA 4 instruction (R8000). */
#define INSN_ISA4 0x00000004
+#define INSN_ISA5 0x00000005
/* Chip specific instructions. These are bitmasks. */
/* MIPS R4650 instruction. */