diff options
| -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 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, |
