aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJason Eckhardt <jle@rice.edu>2003-08-23 18:03:06 +0000
committerJason Eckhardt <jle@gcc.gnu.org>2003-08-23 18:03:06 +0000
commitedf11bdaab4cd1c1347451f928318b8abec1c01b (patch)
tree293c2c2d86b49bc9025b414d686b0bd820c75b27 /gcc/doc
parente2a188b234821d8246e95ceb19726273df8613e7 (diff)
downloadgcc-edf11bdaab4cd1c1347451f928318b8abec1c01b.zip
gcc-edf11bdaab4cd1c1347451f928318b8abec1c01b.tar.gz
gcc-edf11bdaab4cd1c1347451f928318b8abec1c01b.tar.bz2
calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE.
2003-08-23 Jason Eckhardt <jle@rice.edu> * calls.c (emit_library_call_value_1): Remove code related to LIBGCC_NEEDS_DOUBLE. * config/stormy16/stormy16.h: Remove mention of LIBGCC_NEEDS_DOUBLE. * doc/tm.texi: Likewise. * system.h: Poison the LIBGCC_NEEDS_DOUBLE macro. From-SVN: r70740
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 47fbb78..a6b23d6 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -4768,15 +4768,6 @@ number of existing systems lacks support for these functions in the runtime so
they needs this macro to be redefined to 0.
@end defmac
-@defmac LIBGCC_NEEDS_DOUBLE
-Define this macro if @code{float} arguments cannot be passed to library
-routines (so they must be converted to @code{double}). This macro
-affects both how library calls are generated and how the library
-routines in @file{libgcc.a} accept their arguments. It is useful on
-machines where floating and fixed point arguments are passed
-differently, such as the i860.
-@end defmac
-
@defmac NEXT_OBJC_RUNTIME
Define this macro to generate code for Objective-C message sending using
the calling convention of the NeXT system. This calling convention