extend.texi (Symbol-Renaming Pragmas): Restore (slightly modified) reference to Solaris.
authorDavid Wohlferd <dw@LimeGreenSocks.com>
Wed, 11 Feb 2015 01:47:12 +0000 (01:47 +0000)
committerSandra Loosemore <sandra@gcc.gnu.org>
Wed, 11 Feb 2015 01:47:12 +0000 (20:47 -0500)
2015-02-10  David Wohlferd  <dw@LimeGreenSocks.com>

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

From-SVN: r220603

gcc/ChangeLog
gcc/doc/extend.texi

index ea838c1df1120538271f6fc0a3d49d511327e3d7..324c48d0e2551704de4142da2402827359b04ed6 100644 (file)
@@ -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.
index 3428af70638924197d139abf241ee95d5abee575..8d4e07d9080b13986d6f7fe93dde6c9d9ce524e1 100644 (file)
@@ -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}