From c54e7136615f2772e46576b83e6da1c17e37b73a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20L=C3=B3pez-Ib=C3=A1=C3=B1ez?= Date: Wed, 9 May 2012 19:51:17 +0000 Subject: [PATCH] extend.texi (Function Attributes): Point xref to section about Pragmas. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2012-05-09 Manuel López-Ibáñez * doc/extend.texi (Function Attributes): Point xref to section about Pragmas. From-SVN: r187353 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d872972bddb..e31b80770a8 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 22087c35eec..53ce2b38f34 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 -- 2.30.2