Commit 197ef306 by Joseph Myers Committed by Joseph Myers

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
parent 7e82085a
2010-12-09 Joseph Myers <joseph@codesourcery.com> 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/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
* config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*, * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h. mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
...@@ -4036,7 +4036,7 @@ If @code{D1} has the form @code{* ...@@ -4036,7 +4036,7 @@ If @code{D1} has the form @code{*
declaration @code{T D} specifies the type declaration @code{T D} specifies the type
``@var{derived-declarator-type-list} @var{Type}'' for @var{ident}, then ``@var{derived-declarator-type-list} @var{Type}'' for @var{ident}, then
@code{T D1} specifies the type ``@var{derived-declarator-type-list} @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}. @var{ident}.
For example, For example,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment