This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH]: Remove HAVE_I387_REGS from tm-i386v4.h


Checked in.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.

Index: config/i386/tm-i386v4.h
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/tm-i386v4.h,v
retrieving revision 1.6
diff -u -p -r1.6 tm-i386v4.h
--- config/i386/tm-i386v4.h 14 Jun 2002 19:42:20 -0000 1.6
+++ config/i386/tm-i386v4.h 15 Aug 2002 18:48:45 -0000
@@ -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)
 
@@ -23,12 +23,10 @@
 #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 */


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