aboutsummaryrefslogtreecommitdiff
path: root/gdb/i386-tdep.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-10-26 14:47:26 +0000
committerMark Kettenis <kettenis@gnu.org>2003-10-26 14:47:26 +0000
commitf783586b81cab0d6b8b4a8590d17a53ccb7c1231 (patch)
tree637831c99fe35b612fd0589541958efcbf7ea4b8 /gdb/i386-tdep.h
parentbcf48cc700d1f667aba7794950664a5dd83270d1 (diff)
downloadgdb-f783586b81cab0d6b8b4a8590d17a53ccb7c1231.zip
gdb-f783586b81cab0d6b8b4a8590d17a53ccb7c1231.tar.gz
gdb-f783586b81cab0d6b8b4a8590d17a53ccb7c1231.tar.bz2
* i386-tdep.h (FPU_REG_RAW_SIZE): Remove define.
* x86-64-tdep.c (x86_64_store_return_value): Use I386_MAX_REGISTER_SIZE instead of FPU_REG_RAW_SIZE.
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 cb42a1b..1b5b6a3 100644
--- a/gdb/i386-tdep.h
+++ b/gdb/i386-tdep.h
@@ -104,8 +104,6 @@ struct gdbarch_tdep
/* Floating-point registers. */
-#define FPU_REG_RAW_SIZE 10
-
/* All FPU control regusters (except for FIOFF and FOOFF) are 16-bit
(at most) in the FPU, but are zero-extended to 32 bits in GDB's
register cache. */