Disassemble ffreep

Andreas Jaeger aj@suse.de
Fri Apr 6 02:00:00 GMT 2001


GAS assembles the i386 ffreep instruction (the only documentation to
ffreep I could find is in the Athlon Optimization Manual) but objdump
can't disassemble it.  Here's a patch.

Ok to commit?
Andreas

2001-04-06  Andreas Jaeger  <aj@suse.de>

	* i386-dis.c: Add ffreep instruction.

============================================================
Index: opcodes/i386-dis.c
--- opcodes/i386-dis.c	2001/03/24 06:29:16	1.18
+++ opcodes/i386-dis.c	2001/04/06 08:43:39
@@ -3540,7 +3540,7 @@
   },
   /* df */
   {
-    { "(bad)",	XX, XX, XX },
+    { "ffreep",	STi, XX, XX },
     { "(bad)",	XX, XX, XX },
     { "(bad)",	XX, XX, XX },
     { "(bad)",	XX, XX, XX },

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



More information about the Binutils mailing list