diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-13 18:54:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-13 18:54:43 +0000 |
commit | 33b111fa6244509de6d945ef93fd98006e0c0d02 (patch) | |
tree | 316f9246263d6bd9bac70c1d160f6234d8e568bb /opcodes | |
parent | 86546292169f27139753332c93c8dc472154cebe (diff) | |
download | gdb-33b111fa6244509de6d945ef93fd98006e0c0d02.zip gdb-33b111fa6244509de6d945ef93fd98006e0c0d02.tar.gz gdb-33b111fa6244509de6d945ef93fd98006e0c0d02.tar.bz2 |
Mon Jul 13 14:53:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386-dis.c (ckprefix): Handle fwait specially only when it isn't
the first prefix.
(dofloat): Correct test for fnstsw. Print `fnstsw %ax' rather
than `fnstsw %eax'.
(OP_J): Remove unnecessary subtraction when 16-bit displacement
will be masked later.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 8f09c59..7f38af2 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,12 @@ +Mon Jul 13 14:53:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au> + + * i386-dis.c (ckprefix): Handle fwait specially only when it isn't + the first prefix. + (dofloat): Correct test for fnstsw. Print `fnstsw %ax' rather + than `fnstsw %eax'. + (OP_J): Remove unnecessary subtraction when 16-bit displacement + will be masked later. + start-sanitize-am33 Fri Jul 10 23:09:56 1998 Jeffrey A Law (law@cygnus.com) |