* doc/invoke.texi (Options for Code Generation Conventions):
Fix URL of DSO paper.
From-SVN: r221125
+2015-03-02 Ulrich Drepper <drepper@gmail.com>
+
+ * doc/invoke.texi (Options for Code Generation Conventions):
+ Fix URL of DSO paper.
+
2015-03-02 Jan Hubicka <hubicka@ucw.cz>
PR ipa/65130
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}