diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2010-02-25 20:48:57 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2010-02-25 20:48:57 +0000 |
commit | f61ae0658576105867fcb12d47f5f58441e96bf1 (patch) | |
tree | 22a78da645a59670f547d7f335bd40e60d5aa494 /gcc/doc | |
parent | 7703dc47e18582be5fcef9461ce4e049e07db542 (diff) | |
download | gcc-f61ae0658576105867fcb12d47f5f58441e96bf1.zip gcc-f61ae0658576105867fcb12d47f5f58441e96bf1.tar.gz gcc-f61ae0658576105867fcb12d47f5f58441e96bf1.tar.bz2 |
extend.texi (Symbol-Renaming Pragmas): Fix spelling of #pragma extern_prefix.
* doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
#pragma extern_prefix.
From-SVN: r157072
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 59270e5..ceba105 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -12399,7 +12399,7 @@ adding a call to the @code{.init} section. For compatibility with the Solaris and Tru64 UNIX system headers, GCC supports two @code{#pragma} directives which change the name used in -assembly for a given declaration. @code{#pragma_extern_prefix} is only +assembly for a given declaration. @code{#pragma extern_prefix} is only available on platforms whose system headers need it. To get this effect on all platforms supported by GCC, use the asm labels extension (@pxref{Asm Labels}). |