aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386/tm-i386v4.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-08-15 18:49:52 +0000
committerMark Kettenis <kettenis@gnu.org>2002-08-15 18:49:52 +0000
commitdcdb1290ca447f9bcd90a694b762716d6bdadb34 (patch)
treef8d2d259ca80c757ea25080763dfb3cd3a4abe5c /gdb/config/i386/tm-i386v4.h
parent16057ec7a62bf4c1c937a33ea6dadd266738b52d (diff)
downloadgdb-dcdb1290ca447f9bcd90a694b762716d6bdadb34.zip
gdb-dcdb1290ca447f9bcd90a694b762716d6bdadb34.tar.gz
gdb-dcdb1290ca447f9bcd90a694b762716d6bdadb34.tar.bz2
* config/i386/tm-i386v4.h (HAVE_I387_REGS): Remove define.
Diffstat (limited to 'gdb/config/i386/tm-i386v4.h')
-rw-r--r--gdb/config/i386/tm-i386v4.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/config/i386/tm-i386v4.h b/gdb/config/i386/tm-i386v4.h
index 7ebd27d..bfc4bb2 100644
--- a/gdb/config/i386/tm-i386v4.h
+++ b/gdb/config/i386/tm-i386v4.h
@@ -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 */