Commit 0859c412 by Nick Clifton Committed by Nick Clifton

extend.texi (Function Attributes): Fix typo in description if hot function attribute.

* doc/extend.texi (Function Attributes): Fix typo in description
  if hot function attribute.

From-SVN: r139179
parent 99bf8d16
2008-08-17 Nick Clifton <nickc@redhat.com>
* doc/extend.texi (Function Attributes): Fix typo in description
if hot function attribute.
2008-08-17 Daniel Jacobowitz <dan@codesourcery.com> 2008-08-17 Daniel Jacobowitz <dan@codesourcery.com>
Richard Sandiford <rdsandiford@googlemail.com> Richard Sandiford <rdsandiford@googlemail.com>
......
...@@ -2903,7 +2903,7 @@ are automatically detected and this attribute is ignored. ...@@ -2903,7 +2903,7 @@ are automatically detected and this attribute is ignored.
The @code{hot} attribute is not implemented in GCC versions earlier The @code{hot} attribute is not implemented in GCC versions earlier
than 4.3. than 4.3.
Starting with GCC 4.4, the @code{cold} attribute sets Starting with GCC 4.4, the @code{hot} attribute sets
@code{optimize("O3")} to turn on more aggressive optimization on the @code{optimize("O3")} to turn on more aggressive optimization on the
the i386, x86_64, and IA-64 targets. the i386, x86_64, and IA-64 targets.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment