tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_RETURNS_BOOL.
* doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_RETURNS_BOOL. From-SVN: r77442
This commit is contained in:
parent
dd5f9ea23b
commit
9c9176699a
@ -1,3 +1,8 @@
|
||||
2004-02-06 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
|
||||
to FLOAT_LIB_COMPARE_RETURNS_BOOL.
|
||||
|
||||
2004-02-07 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c.
|
||||
|
@ -4692,7 +4692,7 @@ library routines.
|
||||
The default is to do nothing. Most ports don't need to define this hook.
|
||||
@end deftypefn
|
||||
|
||||
@defmac TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL (@var{mode}, @var{comparison})
|
||||
@defmac FLOAT_LIB_COMPARE_RETURNS_BOOL (@var{mode}, @var{comparison})
|
||||
This macro should return @code{true} if the library routine that
|
||||
implements the floating point comparison operator @var{comparison} in
|
||||
mode @var{mode} will return a boolean, and @var{false} if it will
|
||||
|
Loading…
Reference in New Issue
Block a user