This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Disassemble ffreep



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]