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.
This commit is contained in:
Ian Lance Taylor 1998-07-13 18:54:43 +00:00
parent 8654629216
commit 33b111fa62
1 changed files with 9 additions and 0 deletions

View File

@ -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)