From: Ulrich Drepper Date: Mon, 2 Mar 2015 20:44:41 +0000 (+0000) Subject: invoke.texi (Options for Code Generation Conventions): Fix URL of DSO paper. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ce039659d62f3de1382f9e4e0fdbdba46595e4c;p=gcc.git invoke.texi (Options for Code Generation Conventions): Fix URL of DSO paper. * doc/invoke.texi (Options for Code Generation Conventions): Fix URL of DSO paper. From-SVN: r221125 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9c093282b8..0b7a4f633a6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-03-02 Ulrich Drepper + + * doc/invoke.texi (Options for Code Generation Conventions): + Fix URL of DSO paper. + 2015-03-02 Jan Hubicka PR ipa/65130 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a87376e1cbb..6e7cc82c202 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -23644,7 +23644,7 @@ GCC@. 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://people.redhat.com/~drepper/}})---however a superior +@w{@uref{http://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}