diff options
author | David Wohlferd <dw@LimeGreenSocks.com> | 2015-02-11 01:47:12 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-02-10 20:47:12 -0500 |
commit | c09d690157290f0185fac35656c14f2d2d61a996 (patch) | |
tree | 2b4855648be586e7b2810f8c5de37c1e1ab39c45 /gcc | |
parent | f9911556beb9338a7eb585eddf1817773dbaa951 (diff) | |
download | gcc-c09d690157290f0185fac35656c14f2d2d61a996.zip gcc-c09d690157290f0185fac35656c14f2d2d61a996.tar.gz gcc-c09d690157290f0185fac35656c14f2d2d61a996.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea838c1..324c48d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> * doc/extend.texi (Extended Asm): Fix typos. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 3428af7..8d4e07d 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -17604,8 +17604,10 @@ adding a call to the @code{.init} section. @subsection Symbol-Renaming Pragmas GCC supports a @code{#pragma} directive that changes the name used in -assembly for a given declaration. This effect can also be achieved -using the asm labels extension (@pxref{Asm Labels}). +assembly for a given declaration. While this pragma is supported on all +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 @item redefine_extname @var{oldname} @var{newname} |