diff options
author | John Gilmore <gnu@cygnus> | 1992-06-27 04:56:08 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-27 04:56:08 +0000 |
commit | ce868e5c943a349112b96e11829ce80f9f0c7d88 (patch) | |
tree | 79fff924b4b39e2732f981f27a9b163535239753 /include/opcode/ChangeLog | |
parent | b1385986d8dd93340c092e1f33de518452ed160b (diff) | |
download | gdb-ce868e5c943a349112b96e11829ce80f9f0c7d88.zip gdb-ce868e5c943a349112b96e11829ce80f9f0c7d88.tar.gz gdb-ce868e5c943a349112b96e11829ce80f9f0c7d88.tar.bz2 |
* i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases.
Fix opcodes on various sizes of fild/fist instructions
(16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix).
Fixes suggested by Minh Tran-Le.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index d1ce8d8..dc82360 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,39 @@ +Fri Jun 26 21:27:17 1992 John Gilmore (gnu at cygnus.com) + + * i386.h: Add setc, setnc, addr16, data16, repz, repnz aliases. + Fix opcodes on various sizes of fild/fist instructions + (16bit=no suffix, 32bit="l" suffix, 64bit="ll" suffix). + Fixes suggested by Minh Tran-Le. + +Thu Jun 25 16:13:26 1992 Stu Grossman (grossman at cygnus.com) + + * h8300.h: Fill in all the holes in the opcode table so that the + losing HPUX C compiler can digest this... + +Thu Jun 11 12:15:25 1992 John Gilmore (gnu at cygnus.com) + + * mips.h: Fix decoding of coprocessor instructions, somewhat. + (Fix by Eric Anderson, 3jean@maas-neotek.arc.nasa.gov.) + +Thu May 28 11:17:44 1992 Jim Wilson (wilson@sphagnum.cygnus.com) + + * sparc.h: Add new architecture variant sparclite; add its scan + and divscc opcodes. Define ARCHITECTURES_CONFLICT_P macro. + +Tue May 5 14:23:27 1992 Per Bothner (bothner@rtl.cygnus.com) + + * mips.h: Add some more opcode synonyms (from Frank Yellin, + fy@lucid.com). + +Thu Apr 16 18:25:26 1992 Per Bothner (bothner@cygnus.com) + + * rs6k.h: New version from IBM (Metin). + +Thu Apr 9 00:31:19 1992 Per Bothner (bothner@rtl.cygnus.com) + + * rs6k.h: Fix incorrect extended opcode for instructions `fm' + and `fd'. (From metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik).) + Tue Apr 7 13:38:47 1992 Stu Grossman (grossman at cygnus.com) * rs6k.h: Move from ../../gdb/rs6k-opcode.h. |