aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-09 21:22:09 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-09 21:22:09 +0000
commit197ef306047f8d5c3cb25540f4207a13bc559e28 (patch)
tree3a0823573fdd9ce3392b506f71f710018d779135 /gcc
parent7e82085a8af4fda56df5b231800e0f0575fc965c (diff)
downloadgcc-197ef306047f8d5c3cb25540f4207a13bc559e28.zip
gcc-197ef306047f8d5c3cb25540f4207a13bc559e28.tar.gz
gcc-197ef306047f8d5c3cb25540f4207a13bc559e28.tar.bz2
extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.
* doc/extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators. From-SVN: r167664
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f209a8f..9ba828f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2010-12-09 Joseph Myers <joseph@codesourcery.com>
+ * doc/extend.texi (Attribute Syntax): Correct description of
+ attributes in pointer declarators.
+
+2010-12-09 Joseph Myers <joseph@codesourcery.com>
+
* config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
* config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 28c25e1..654c3b0 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4036,7 +4036,7 @@ If @code{D1} has the form @code{*
declaration @code{T D} specifies the type
``@var{derived-declarator-type-list} @var{Type}'' for @var{ident}, then
@code{T D1} specifies the type ``@var{derived-declarator-type-list}
-@var{type-qualifier-and-attribute-specifier-list} @var{Type}'' for
+@var{type-qualifier-and-attribute-specifier-list} pointer to @var{Type}'' for
@var{ident}.
For example,