diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-21 21:53:32 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-21 21:53:32 +0000 |
commit | e51290d7b8d1cafbf9824885d9a94668d7d9e2d5 (patch) | |
tree | 49fb420afd6efbd4ec4a45ee6270e2f5be67e3ca | |
parent | d294599af29ac03dd0d2e96d912a50474052e948 (diff) | |
download | gcc-e51290d7b8d1cafbf9824885d9a94668d7d9e2d5.zip gcc-e51290d7b8d1cafbf9824885d9a94668d7d9e2d5.tar.gz gcc-e51290d7b8d1cafbf9824885d9a94668d7d9e2d5.tar.bz2 |
extend.texi (Thread-Local): Change www.akkadia.org reference to https.
* doc/extend.texi (Thread-Local): Change www.akkadia.org reference
to https.
* doc/invoke.texi (Code Gen Options): Ditto.
From-SVN: r244751
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2980e46..5556ec9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a3fbec0..f575806 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5b96f36..45af80c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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} |