]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (Thread-Local): Adjust reference to Ulrich Drepper's paper.
authorGerald Pfeifer <gerald@pfeifer.com>
Sun, 30 Jan 2011 11:45:22 +0000 (11:45 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 30 Jan 2011 11:45:22 +0000 (11:45 +0000)
* doc/extend.texi (Thread-Local): Adjust reference to Ulrich
Drepper's paper.

From-SVN: r169404

gcc/ChangeLog
gcc/doc/extend.texi

index 9e9fb082719e84120ff2a1a5e96de3c8fb9d6aab..16f1fe650b86423ec76a3d9ef2a2ed077419becf 100644 (file)
@@ -1,3 +1,8 @@
+2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (Thread-Local): Adjust reference to Ulrich
+       Drepper's paper.
+
 2011-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR bootstrap/47147
index 5a2b2684d90689e0b27e70ad40c5628da7e918e6..a1da1cff9a5903acaec2c1ce02de2cc3e0fbdd02 100644 (file)
@@ -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.