From f61ae0658576105867fcb12d47f5f58441e96bf1 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 25 Feb 2010 20:48:57 +0000 Subject: 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 --- gcc/doc/extend.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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}). -- cgit v1.1