diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-06-16 18:11:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-06-16 18:11:38 +0000 |
commit | d4dbc0c3411e4468712b72ba5eb4e613cfe9d5f8 (patch) | |
tree | 01279c285f46a259136c1080214f77dbc6cc6c89 /include/opcode | |
parent | eedca9daa997101d80d7a06e0d9e80e39306c4a6 (diff) | |
download | gdb-d4dbc0c3411e4468712b72ba5eb4e613cfe9d5f8.zip gdb-d4dbc0c3411e4468712b72ba5eb4e613cfe9d5f8.tar.gz gdb-d4dbc0c3411e4468712b72ba5eb4e613cfe9d5f8.tar.bz2 |
Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
* i386.h: Fix pand opcode.
Diffstat (limited to 'include/opcode')
-rw-r--r-- | include/opcode/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 1172bf2..3fde12e 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,23 @@ +Mon Jun 16 14:10:00 1997 H.J. Lu <hjl@gnu.ai.mit.edu> + + * i386.h: Fix pand opcode. + +Mon Jun 2 11:35:09 1997 Gavin Koch <gavin@cygnus.com> + + * mips.h: Widen INSN_ISA and move it to a more convenient + bit position. Add INSN_3900. + +Tue May 20 11:25:29 1997 Gavin Koch <gavin@cygnus.com> + + * mips.h (struct mips_opcode): added new field membership. + +Mon May 12 16:26:50 1997 H.J. Lu <hjl@gnu.ai.mit.edu> + + * i386.h (movd): only Reg32 is allowed. + + * i386.h: add fcomp and ud2. From Wayne Scott + <wscott@ichips.intel.com>. + Mon May 5 17:16:21 1997 Ian Lance Taylor <ian@cygnus.com> * i386.h: Add MMX instructions. |