aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-09 19:51:17 +0000
committerManuel López-Ibáñez <manu@gcc.gnu.org>2012-05-09 19:51:17 +0000
commitc54e7136615f2772e46576b83e6da1c17e37b73a (patch)
tree53e4a3773ed06b5e063c4d572c5a4cfe576fbe4a /gcc
parent0ba511a1353586237c1e3342e91b5218505a20c1 (diff)
downloadgcc-c54e7136615f2772e46576b83e6da1c17e37b73a.zip
gcc-c54e7136615f2772e46576b83e6da1c17e37b73a.tar.gz
gcc-c54e7136615f2772e46576b83e6da1c17e37b73a.tar.bz2
extend.texi (Function Attributes): Point xref to section about Pragmas.
2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org> * doc/extend.texi (Function Attributes): Point xref to section about Pragmas. From-SVN: r187353
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi3
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d872972..e31b807 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
+
+ * doc/extend.texi (Function Attributes): Point xref to section
+ about Pragmas.
+
2012-05-09 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (*movdf_internal_rex64): Remove
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 22087c3..53ce2b3 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