Commit c09d6901 by David Wohlferd Committed by Sandra Loosemore

extend.texi (Symbol-Renaming Pragmas): Restore (slightly modified) reference to Solaris.

2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>

	gcc/
	* doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
        modified) reference to Solaris.

From-SVN: r220603
parent f9911556
2015-02-10 David Wohlferd <dw@LimeGreenSocks.com>
* doc/extend.texi (Symbol-Renaming Pragmas): Restore (slightly
modified) reference to Solaris.
2015-02-10 Sandra Loosemore <sandra@codesourcery.com> 2015-02-10 Sandra Loosemore <sandra@codesourcery.com>
* doc/extend.texi (Extended Asm): Fix typos. * doc/extend.texi (Extended Asm): Fix typos.
......
...@@ -17604,8 +17604,10 @@ adding a call to the @code{.init} section. ...@@ -17604,8 +17604,10 @@ adding a call to the @code{.init} section.
@subsection Symbol-Renaming Pragmas @subsection Symbol-Renaming Pragmas
GCC supports a @code{#pragma} directive that changes the name used in GCC supports a @code{#pragma} directive that changes the name used in
assembly for a given declaration. This effect can also be achieved assembly for a given declaration. While this pragma is supported on all
using the asm labels extension (@pxref{Asm Labels}). platforms, it is intended primarily to provide compatibility with the
Solaris system headers. This effect can also be achieved using the asm
labels extension (@pxref{Asm Labels}).
@table @code @table @code
@item redefine_extname @var{oldname} @var{newname} @item redefine_extname @var{oldname} @var{newname}
......
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