summaryrefslogtreecommitdiff
path: root/gdb/i387-tdep.c
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-11-12 22:27:35 +0000
committerMark Kettenis <kettenis@gnu.org>2001-11-12 22:27:35 +0000
commit8a28a77b14debf1982fd6845944ddcc09609b2b1 (patch)
tree6f6d52154be9d10c477cf54a71cc673d6103ee4c /gdb/i387-tdep.c
parent88627615c7b438da51dac87b551bff93d1296c6d (diff)
downloadgdb-8a28a77b14debf1982fd6845944ddcc09609b2b1.tar.gz
* i386-tdep.h (FPU_REG_RAW_SIZE): Define unconditionally.
* i387-nat.c, i387-tdep.c: Unconditionally include "i386-tdep.h". * config/i386/tm-i386.h (FPU_REG_RAW_SIZE): Removed. (SIZEOF_FPU_REGS): Don't use FPU_REG_RAW_SIZE here.
Diffstat (limited to 'gdb/i387-tdep.c')
-rw-r--r--gdb/i387-tdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/i387-tdep.c b/gdb/i387-tdep.c
index bb69b808453..2a6f77ce42d 100644
--- a/gdb/i387-tdep.c
+++ b/gdb/i387-tdep.c
@@ -30,9 +30,7 @@
#include "gdb_assert.h"
#include "doublest.h"
-#if GDB_MULTI_ARCH >0
#include "i386-tdep.h"
-#endif
/* FIXME: Eliminate the next two functions when we have the time to
change all the callers. */