From: Kazu Hirata Date: Sat, 7 Feb 2004 03:53:42 +0000 (+0000) Subject: tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_RETURNS_... X-Git-Tag: releases/gcc-4.0.0~10286 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c9176699ad0bc45c81d4e5b4f5bacdb54f5b3bc;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4d04ff07c73..7a9b8b3a0c57 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-06 Kazu Hirata + + * doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change + to FLOAT_LIB_COMPARE_RETURNS_BOOL. + 2004-02-07 Alan Modra * config/rs6000/t-linux64 (LIB2FUNCS_EXTRA): Add darwin-ldouble.c. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index dc6953a09357..37a3e20e6dca 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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