aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2011-01-30 11:45:22 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2011-01-30 11:45:22 +0000
commit419d1d37f060e2523fada32ec2e22137711bda86 (patch)
tree0d8c71e6d9d7c9acaf4f33ebb16a8188504389f1 /gcc/doc/extend.texi
parent3302e06ceb50628c892865beb61c6db6c7e2069c (diff)
downloadgcc-419d1d37f060e2523fada32ec2e22137711bda86.zip
gcc-419d1d37f060e2523fada32ec2e22137711bda86.tar.gz
gcc-419d1d37f060e2523fada32ec2e22137711bda86.tar.bz2
extend.texi (Thread-Local): Adjust reference to Ulrich Drepper's paper.
* doc/extend.texi (Thread-Local): Adjust reference to Ulrich Drepper's paper. From-SVN: r169404
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 5a2b268..a1da1cf 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -13370,7 +13370,7 @@ In C++, if an initializer is present for a thread-local variable, it must
be a @var{constant-expression}, as defined in 5.19.2 of the ANSI/ISO C++
standard.
-See @uref{http://people.redhat.com/drepper/tls.pdf,
+See @uref{http://www.akkadia.org/drepper/tls.pdf,
ELF Handling For Thread-Local Storage} for a detailed explanation of
the four thread-local storage addressing models, and how the run-time
is expected to function.