aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-07-11 16:12:56 +0000
committerJeff Law <law@redhat.com>1997-07-11 16:12:56 +0000
commit71545ee5386869830a96948bc5aeb56828c40124 (patch)
treee7669b655c060acea27522a7969d5be2edee84c2 /include
parent1e851d2c82aa27d025bca2cc508ee18ca080dcf1 (diff)
downloadgdb-71545ee5386869830a96948bc5aeb56828c40124.zip
gdb-71545ee5386869830a96948bc5aeb56828c40124.tar.gz
gdb-71545ee5386869830a96948bc5aeb56828c40124.tar.bz2
* mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insn
uses single or double precision floating point resources. (INSN_NO_ISA, INSN_ISA1): Define. (cpu specific INSN macros): Tweak into bitmasks outside the range of INSN_ISA field. toshiba_5900 stuff
Diffstat (limited to 'include')
-rw-r--r--include/opcode/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 3fde12e..0d49ddc 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,11 @@
+Thu Jul 10 12:53:25 1997 Jeffrey A Law (law@cygnus.com)
+
+ * mips.h (FP_S, FP_D): Define. Bitmasks indicating if an insn
+ uses single or double precision floating point resources.
+ (INSN_NO_ISA, INSN_ISA1): Define.
+ (cpu specific INSN macros): Tweak into bitmasks outside the range
+ of INSN_ISA field.
+
Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* i386.h: Fix pand opcode.