diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-07-01 09:13:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-07-01 09:13:09 +0000 |
commit | 52e9098c242de8531191e7d57cef206379ca778c (patch) | |
tree | 08d220f084c14131fa543ad3c6c3511cf52fe5dd /gdb/config/i386 | |
parent | 607c0e09443a78107c1019ef0573c74c9b1ba605 (diff) | |
download | gdb-52e9098c242de8531191e7d57cef206379ca778c.zip gdb-52e9098c242de8531191e7d57cef206379ca778c.tar.gz gdb-52e9098c242de8531191e7d57cef206379ca778c.tar.bz2 |
* config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
* i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
this macro. Include "value.h".
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/tm-i386sol2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/i386/tm-i386sol2.h b/gdb/config/i386/tm-i386sol2.h index a63e8a0..35d63d1 100644 --- a/gdb/config/i386/tm-i386sol2.h +++ b/gdb/config/i386/tm-i386sol2.h @@ -23,14 +23,6 @@ #include "i386/tm-i386v4.h" -/* If the current gcc for for this target does not produce correct - debugging information for float parameters, both prototyped and - unprototyped, then define this macro. This forces gdb to always - assume that floats are passed as doubles and then converted in the - callee. */ - -#define COERCE_FLOAT_TO_DOUBLE(formal, actual) (1) - /* The SunPRO compiler puts out 0 instead of the address in N_SO symbols, and for SunPRO 3.0, N_FUN symbols too. */ #define SOFUN_ADDRESS_MAYBE_MISSING |