summaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
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
commit226271d3c05cf60c66c65b2492fdd12418f4f616 (patch)
treebff9a280848c5f2d73996962f3979584f79806c0 /gdb/i386-tdep.h
parentae948b86fe3cba210a95dd78fd72de98ec02266d (diff)
downloadbinutils-gdb-226271d3c05cf60c66c65b2492fdd12418f4f616.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/i386-tdep.h')
-rw-r--r--gdb/i386-tdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/i386-tdep.h b/gdb/i386-tdep.h
index 39798ecdb51..b8f3d40bbfd 100644
--- a/gdb/i386-tdep.h
+++ b/gdb/i386-tdep.h
@@ -22,9 +22,7 @@
#ifndef I386_TDEP_H
#define I386_TDEP_H
-#if !defined (FPU_REG_RAW_SIZE) || (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
#define FPU_REG_RAW_SIZE 10
-#endif
#if !defined (XMM0_REGNUM) || (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL)
#define XMM0_REGNUM FIRST_XMM_REGNUM