This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Remove 5 target macros that are documented but notused.


Hi Roger,

> >   TARGET_FLOAT_LIB_COMPARE_RETURNS_BOOL
> 
> This is a typo in the documentation, FLOAT_LIB_COMPARE_RETURNS_BOOL
> is both used in the GCC source code and defined by several backends.
> Rather than just delete the documentation, it would be better to correct
> it, as "FLOAT_LIB_COMPARE_RETURNS_BOOL" is currently undocumented :>

Fixed thus.  I will resubmit the rest after a bootstrap.

Kazu Hirata

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.

Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.293
diff -u -r1.293 tm.texi
--- tm.texi	6 Feb 2004 06:18:17 -0000	1.293
+++ tm.texi	7 Feb 2004 03:22:49 -0000
@@ -4692,7 +4692,7 @@
 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]