aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-07 03:53:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-07 03:53:42 +0000
commit9c9176699ad0bc45c81d4e5b4f5bacdb54f5b3bc (patch)
treecd2494ed391fbfc2dba9ffae46fdd3ea1aecef34 /gcc/doc
parentdd5f9ea23b6b5fbb1f270572ee0a2dc01d8d50e3 (diff)
downloadgcc-9c9176699ad0bc45c81d4e5b4f5bacdb54f5b3bc.zip
gcc-9c9176699ad0bc45c81d4e5b4f5bacdb54f5b3bc.tar.gz
gcc-9c9176699ad0bc45c81d4e5b4f5bacdb54f5b3bc.tar.bz2
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
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/tm.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index dc6953a..37a3e20 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