diff options
author | Jeff Law <law@redhat.com> | 1997-07-11 16:12:56 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-07-11 16:12:56 +0000 |
commit | 71545ee5386869830a96948bc5aeb56828c40124 (patch) | |
tree | e7669b655c060acea27522a7969d5be2edee84c2 /include | |
parent | 1e851d2c82aa27d025bca2cc508ee18ca080dcf1 (diff) | |
download | gdb-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/ChangeLog | 8 |
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. |