]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/33785 (TARGET_C99_FUNCTIONS default wrong in tm.texi)
authorSteve Ellcey <sje@cup.hp.com>
Tue, 24 Feb 2009 16:28:07 +0000 (16:28 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Tue, 24 Feb 2009 16:28:07 +0000 (16:28 +0000)
PR target/33785
* doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.

From-SVN: r144411

gcc/ChangeLog
gcc/doc/tm.texi

index 3083daedb97a76c9e93315b1a757ce3251d18cca..d7b5d37d47f392cf3b77af8ea3eb3fd6b6cc741e 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-24  Steve Ellcey  <sje@cup.hp.com>
+
+       PR target/33785
+       * doc/tm.texi (TARGET_C99_FUNCTIONS): Fix description.
+
 2009-02-24  Richard Guenther  <rguenther@suse.de>
 
        PR debug/39285
index fc8586b48e575137722e4682967944a0092fb22a..a311a9fbbcb51427345d1ce3ce7786dced87a422 100644 (file)
@@ -5228,9 +5228,9 @@ macro, a reasonable default is used.
 @defmac TARGET_C99_FUNCTIONS
 When this macro is nonzero, GCC will implicitly optimize @code{sin} calls into
 @code{sinf} and similarly for other functions defined by C99 standard.  The
-default is nonzero that should be proper value for most modern systems, however
-number of existing systems lacks support for these functions in the runtime so
-they needs this macro to be redefined to 0.
+default is zero because a number of existing systems lack support for these
+functions in their runtime so this macro needs to be redefined to one on
+systems that do support the C99 runtime.
 @end defmac
 
 @cindex sincos math function, implicit usage