import gdb-1999-12-07 snapshot
[deliverable/binutils-gdb.git] / gdb / config / i386 / tm-i386.h
index efc3f4174916bbbe44eb5d082323986f5a2895b2..51818453ad4a60a437e59120fc144844054c0f24 100644 (file)
@@ -259,6 +259,13 @@ extern void double_to_i387 (char *, char *);
   double_to_i387((char *)&val, (TO));                          \
 }
 
+/* Print out the i387 floating point state.  */
+#ifdef HAVE_I387_REGS
+extern void i387_float_info (void);
+#define FLOAT_INFO { i387_float_info (); }
+#endif
+
+\f
 /* Store the address of the place in which to copy the structure the
    subroutine will return.  This is called from call_function. */
 
This page took 0.023943 seconds and 4 git commands to generate.