]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi (Thread-Local): Change www.akkadia.org reference to https.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 21 Jan 2017 21:53:32 +0000 (21:53 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 21 Jan 2017 21:53:32 +0000 (21:53 +0000)
* doc/extend.texi (Thread-Local): Change www.akkadia.org reference
to https.
* doc/invoke.texi (Code Gen Options): Ditto.

From-SVN: r244751

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/invoke.texi

index 2980e46f4b8df23ddcb49b92903b90e2021e1370..5556ec9e333cd9419b2ec5168291b4bf10e44c55 100644 (file)
@@ -1,3 +1,9 @@
+2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (Thread-Local): Change www.akkadia.org reference
+       to https.
+       * doc/invoke.texi (Code Gen Options): Ditto.
+
 2017-01-21  Jan Hubicka  <hubicka@ucw.cz>
 
        PR lto/78407
index a3fbec06073c21d01d7a47c50eb0083a3e7f88e6..f575806ed994f10ea2e8c7e1a47e772c3b2de98e 100644 (file)
@@ -21502,7 +21502,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://www.akkadia.org/drepper/tls.pdf,
+See @uref{https://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 runtime
 is expected to function.
index 5b96f362c1acba5f6cd4642d6f6358eba15888d1..45af80c3530755e73db76edeaffaf6d338c7be63 100644 (file)
@@ -12471,7 +12471,7 @@ The default if @option{-fvisibility} isn't specified is
 A good explanation of the benefits offered by ensuring ELF
 symbols have the correct visibility is given by ``How To Write
 Shared Libraries'' by Ulrich Drepper (which can be found at
-@w{@uref{http://www.akkadia.org/drepper/}})---however a superior
+@w{@uref{https://www.akkadia.org/drepper/}})---however a superior
 solution made possible by this option to marking things hidden when
 the default is public is to make the default hidden and mark things
 public.  This is the norm with DLLs on Windows and with @option{-fvisibility=hidden}