OSDN Git Service

* config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
authorkettenis <kettenis>
Sat, 15 Jun 2002 18:09:30 +0000 (18:09 +0000)
committerkettenis <kettenis>
Sat, 15 Jun 2002 18:09:30 +0000 (18:09 +0000)
config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
config/i386/tm-linux.h, config/i386/tm-nbsd.h,
config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
* config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.

gdb/ChangeLog
gdb/config/i386/tm-cygwin.h
gdb/config/i386/tm-fbsd.h
gdb/config/i386/tm-go32.h
gdb/config/i386/tm-i386.h
gdb/config/i386/tm-i386gnu.h
gdb/config/i386/tm-i386sol2.h
gdb/config/i386/tm-linux.h
gdb/config/i386/tm-nbsd.h
gdb/config/i386/tm-obsd.h

index d16e31e..96dd269 100644 (file)
@@ -1,5 +1,12 @@
 2002-06-15  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
+       config/i386/tm-go32.h, config/i386/tm-i386gnu.h,
+       config/i386/tm-i386sol2.h, config/i386/tm-i386v4.h,
+       config/i386/tm-linux.h, config/i386/tm-nbsd.h,
+       config/i386/tm-obsd.h (HAVE_I387_REGS): Remove define.
+       * config/i386/tm-i386.h: Unconditionally define FLOAT_INFO.
+
        * i386-tdep.c (i386_coff_osabi_sniffer): Add "coff-go32" to the
        list of DJGPP COFF targets.
 
index 1d49133..2710ef7 100644 (file)
@@ -25,7 +25,6 @@
 #else
 #undef HAVE_SSE_REGS
 #endif /* CONTEXT_EXTENDED_REGISTERS */
-#define HAVE_I387_REGS
 
 #include "i386/tm-i386.h"
 
index f51859d..87d0e08 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef TM_FBSD_H
 #define TM_FBSD_H
 
-#define HAVE_I387_REGS
 #include "i386/tm-i386.h"
 
 /* These defines allow the recognition of sigtramps as a function name
index 79370e7..85e0888 100644 (file)
@@ -22,7 +22,6 @@
 #define TM_GO32_H
 
 #undef HAVE_SSE_REGS   /* FIXME! go32-nat.c needs to support XMMi registers */
-#define HAVE_I387_REGS
 
 #include "i386/tm-i386.h"
 
index adbff64..982e7c8 100644 (file)
@@ -87,10 +87,8 @@ extern void i386_register_convert_to_raw (struct type *type, int regnum,
                                          char *from, char *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
 
 #define PUSH_ARGUMENTS(nargs, args, sp, struct_return, struct_addr) \
index f183542..638cb03 100644 (file)
@@ -39,7 +39,6 @@
    FIXME: This is probably native-dependent too.  */
 #define ATTACH_DETACH 1
 
-#define HAVE_I387_REGS
 #include "i386/tm-i386.h"
 
 /* We use stabs-in-ELF with the DWARF register numbering scheme.  */
index 7473f3b..a63e8a0 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef TM_I386SOL2_H
 #define TM_I386SOL2_H 1
 
-#define HAVE_I387_REGS
 #include "i386/tm-i386v4.h"
 
 /* If the current gcc for for this target does not produce correct
index 7bfdf03..e64ae8a 100644 (file)
@@ -24,7 +24,6 @@
 #define TM_LINUX_H
 
 #define I386_GNULINUX_TARGET
-#define HAVE_I387_REGS
 #ifdef HAVE_PTRACE_GETFPXREGS
 #define FILL_FPXREGSET
 #define HAVE_SSE_REGS
index 55ef6fa..ac61d93 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef TM_NBSD_H
 #define TM_NBSD_H
 
-#define HAVE_I387_REGS
 #define HAVE_SSE_REGS
 
 #include "i386/tm-i386.h"
index d26b03b..f3b111a 100644 (file)
@@ -21,7 +21,6 @@
 #ifndef TM_OBSD_H
 #define TM_OBSD_H
 
-#define HAVE_I387_REGS
 #include "i386/tm-i386.h"
 
 /* OpenBSD uses the old gcc convention for struct returns.  */