From: manu Date: Wed, 9 May 2012 19:51:17 +0000 (+0000) Subject: 2012-05-09 Manuel López-Ibáñez X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd0ccb39a30b2999e4b1f81426b40c77456eb02b;p=thirdparty%2Fgcc.git 2012-05-09 Manuel López-Ibáñez * doc/extend.texi (Function Attributes): Point xref to section about Pragmas. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187353 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d872972bddbd..e31b80770a88 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-05-09 Manuel López-Ibáñez + + * doc/extend.texi (Function Attributes): Point xref to section + about Pragmas. + 2012-05-09 Uros Bizjak * config/i386/i386.c (*movdf_internal_rex64): Remove diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 22087c35eec0..53ce2b38f34e 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4120,8 +4120,7 @@ namespace is now in use for GCC-specific pragmas. However, it has been found convenient to use @code{__attribute__} to achieve a natural attachment of attributes to their corresponding declarations, whereas @code{#pragma GCC} is of use for constructs that do not naturally form -part of the grammar. @xref{Other Directives,,Miscellaneous -Preprocessing Directives, cpp, The GNU C Preprocessor}. +part of the grammar. @xref{Pragmas,,Pragmas Accepted by GCC}. @node Attribute Syntax @section Attribute Syntax