aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-02-24 18:52:51 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-02-24 18:52:51 +0000
commitf8dc212b5deccabd4f3f32beb4459ba944cfca98 (patch)
treeb75b02a1b40335aa83b4aaebc6fdb4ed8f808707 /gcc/doc/extend.texi
parent391cd0955eb2a5018af9fb791ffeeac171ebb9b9 (diff)
downloadgcc-f8dc212b5deccabd4f3f32beb4459ba944cfca98.zip
gcc-f8dc212b5deccabd4f3f32beb4459ba944cfca98.tar.gz
gcc-f8dc212b5deccabd4f3f32beb4459ba944cfca98.tar.bz2
re PR c/5059 (Compiling s/w containing the use of DIR.H fails on other stat-calls)
* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Rename __EXTERN_PREFIX to __PRAGMA_EXTERN_PREFIX. * doc/extend.texi (Tru64 Pragmas): Reflect this. * fixinc/inclhack.def (alpha___extern_prefix): Indicate #pragma extern_prefix support for Tru64 UNIX V5 <sys/stat.h>. * fixinc/fixincl.x: Regenerate. * fixinc/tests/base/sys/stat.h [ALPHA___EXTERN_PREFIX_CHECK]: New testcase. Fixes PR c/5059, c/6126, other/9671. testsuite: * g++.dg/other/pragma-ep-1.C: Test for __PRAGMA_EXTERN_PREFIX. * gcc.dg/pragma-ep-1.c: Likewise. From-SVN: r63370
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 86e0491..7547526 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -6588,7 +6588,8 @@ empty string.
This pragma is similar in intent to to the asm labels extension
(@pxref{Asm Labels}) in that the system programmer wants to change
the assembly-level ABI without changing the source-level API. The
-preprocessor defines @code{__EXTERN_PREFIX} if the pragma is available.
+preprocessor defines @code{__PRAGMA_EXTERN_PREFIX} if the pragma is
+available.
@end table
@node Unnamed Fields