]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/i386/tm-cygwin.h, config/i386/tm-fbsd.h,
authorMark Kettenis <kettenis@gnu.org>
Sat, 15 Jun 2002 18:09:31 +0000 (18:09 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 15 Jun 2002 18:09:31 +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 d16e31e70f66aefc609800c3400d1a43315112bb..96dd2690c275d09b39d40a524cf894e955cbf10d 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 1d49133a05b6e328832bf538256ed599fe68de5b..2710ef70ca3160feda65470c3e1f18b64528278a 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 f51859d0b46bf30ef5c3860714d1eae51cf839c6..87d0e08b26c70340266c4bbc322d5e659964f3c4 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 79370e778a21ea5b68a853a083a9cb2e87081c2a..85e0888ef80c0f8e717b3f52976b3be519d14142 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 adbff64a8490cf1a3b76db69bc1ceaaff439d8b2..982e7c83eeb9b21fd6288ec84b0e40da9fbef264 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 f1835423a72675db77c93cb5df13f448adcac9cc..638cb03f2a01df6595bbdc68e16364ed42b4477f 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 7473f3bbc917430ac999c39349954d735ebb83fb..a63e8a011ffbf2d16b17c6227374196d552fd6ed 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 7bfdf03895cad0bd92ccacb982dcdf4ab88c2927..e64ae8a257fb446c5dcecd6770b7c02f8ff7eb6e 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 55ef6fa56fc4b3c5bd0529785e51e223da59ab7c..ac61d93a8cfd134d4172dea7fb62c0fa2a3e82e7 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 d26b03bf41d98a2ac699e261e66e6cfe522a9be0..f3b111adcaadbc0a98848dd8ae569c20a6dce394 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.  */