]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change to FLOAT_LIB_COMPARE_RETURNS_...
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 7 Feb 2004 03:53:42 +0000 (03:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 7 Feb 2004 03:53:42 +0000 (03:53 +0000)
* doc/tm.texi (TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL): Change
to FLOAT_LIB_COMPARE_RETURNS_BOOL.

From-SVN: r77442

gcc/ChangeLog
gcc/doc/tm.texi

index d4d04ff07c738e6334e7db48f1b593948d9b095e..7a9b8b3a0c5710df8c1633205f744b20d582ff37 100644 (file)
@@ -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.
index dc6953a09357a742c6faca4a8e76ff72620907bd..37a3e20e6dcac90f5f0e5a9f6486aaf4cbaec782 100644 (file)
@@ -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