diff options
author | Nick Clifton <nickc@redhat.com> | 2008-08-17 16:36:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2008-08-17 16:36:39 +0000 |
commit | 0859c412cfb07a17ad2417fbf175844ce1550ec3 (patch) | |
tree | 7bab5e9859aa4f6793270542b808a1f89e0fb536 /gcc | |
parent | 99bf8d167edc748e9163cfecdcb6655b182476e6 (diff) | |
download | gcc-0859c412cfb07a17ad2417fbf175844ce1550ec3.zip gcc-0859c412cfb07a17ad2417fbf175844ce1550ec3.tar.gz gcc-0859c412cfb07a17ad2417fbf175844ce1550ec3.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9ca20ac..4d5c6b4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> Richard Sandiford <rdsandiford@googlemail.com> diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 66fb840..1f8cbd3 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -2903,7 +2903,7 @@ are automatically detected and this attribute is ignored. The @code{hot} attribute is not implemented in GCC versions earlier 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 the i386, x86_64, and IA-64 targets. |