* config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
authorMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 18:49:52 +0000 (18:49 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 18:49:52 +0000 (18:49 +0000)
gdb/ChangeLog
gdb/config/i386/tm-i386v4.h

index 11c6628..d6aa1b9 100644 (file)
@@ -1,5 +1,7 @@
 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
 
+       * config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
+
        * config/i386/tm-i386.h: Don't include "regcache.h".
 
        * i387-tdep.h (i387_print_float_info): New prototype.
index 7ebd27d..bfc4bb2 100644 (file)
@@ -1,5 +1,5 @@
 /* Macro definitions for GDB on an Intel i386 running SVR4.
-   Copyright 1991, 1994, 1995, 1998, 1999, 2000
+   Copyright 1991, 1994, 1995, 1998, 1999, 2000, 2002
    Free Software Foundation, Inc.
    Written by Fred Fish at Cygnus Support (fnf@cygnus.com)
 
 #ifndef TM_I386V4_H
 #define TM_I386V4_H 1
 
-/* Pick up most of what we need from the generic i386 target include file. */
-#define HAVE_I387_REGS
+/* Pick up most of what we need from the generic i386 target include file.  */
 #include "i386/tm-i386.h"
 
-/* Pick up more stuff from the generic SVR4 host include file. */
-
+/* Pick up more stuff from the generic SVR4 host include file.  */
 #include "config/tm-sysv4.h"
 
 #endif /* ifndef TM_I386V4_H */