]> 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:49:49 +0000 (11:49 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sun, 30 Jan 2011 11:49:49 +0000 (11:49 +0000)
* doc/extend.texi (Thread-Local): Adjust reference to Ulrich
Drepper's paper.

From-SVN: r169405

gcc/ChangeLog
gcc/doc/extend.texi

index dea279754779ce23576c93906cb0f1527f1c0025..912dd0611ce2fa1e5af6f9c6b27e6aa79db9c472 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  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        Backport from mainline:
index 341493b797e447fa0967a31650d8fa04cc2a7e1e..6311f09b23e29cc34b16540c76c9a6c556e29e07 100644 (file)
@@ -12799,7 +12799,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.