On 03/02/2015 11:20 AM, Ulrich Drepper wrote:
A trivial patch to fix the URL of my paper referenced in the documentation. The RH server isn't the canonical address even though it will automatically redirect to the correct address. At least for now, who knows.diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a87376e..6e7cc82 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}
I'd prefer to link directly to the cited paper if possible, but if the new URL is an exact replacement for the old one this is OK.
-Sandra
