diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-11-12 22:27:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-11-12 22:27:35 +0000 |
commit | 226271d3c05cf60c66c65b2492fdd12418f4f616 (patch) | |
tree | bff9a280848c5f2d73996962f3979584f79806c0 /gdb/i387-nat.c | |
parent | ae948b86fe3cba210a95dd78fd72de98ec02266d (diff) | |
download | gdb-226271d3c05cf60c66c65b2492fdd12418f4f616.zip gdb-226271d3c05cf60c66c65b2492fdd12418f4f616.tar.gz gdb-226271d3c05cf60c66c65b2492fdd12418f4f616.tar.bz2 |
* 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-nat.c')
-rw-r--r-- | gdb/i387-nat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/i387-nat.c b/gdb/i387-nat.c index 44a5e8a..b15184e 100644 --- a/gdb/i387-nat.c +++ b/gdb/i387-nat.c @@ -24,10 +24,7 @@ #include "regcache.h" #include "i387-nat.h" - -#if GDB_MULTI_ARCH > 0 #include "i386-tdep.h" -#endif /* FIXME: kettenis/2000-05-21: Right now more than a few i386 targets define their own routines to manage the floating-point registers in |