Commit f61ae065 by Gerald Pfeifer Committed by Gerald Pfeifer

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
parent 7703dc47
2010-02-25 Gerald Pfeifer <gerald@pfeifer.com>
* doc/extend.texi (Symbol-Renaming Pragmas): Fix spelling of
#pragma extern_prefix.
2010-02-25 Jakub Jelinek <jakub@redhat.com> 2010-02-25 Jakub Jelinek <jakub@redhat.com>
PR debug/43166 PR debug/43166
......
...@@ -12399,7 +12399,7 @@ adding a call to the @code{.init} section. ...@@ -12399,7 +12399,7 @@ adding a call to the @code{.init} section.
For compatibility with the Solaris and Tru64 UNIX system headers, GCC For compatibility with the Solaris and Tru64 UNIX system headers, GCC
supports two @code{#pragma} directives which change the name used in 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 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 on all platforms supported by GCC, use the asm labels extension (@pxref{Asm
Labels}). Labels}).
......
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