* doc/invoke.texi (Options for Code Generation Conventions):
authordrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 2015 20:44:41 +0000 (20:44 +0000)
committerdrepper <drepper@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Mar 2015 20:44:41 +0000 (20:44 +0000)
        Fix URL of DSO paper.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221125 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index f9c0932..0b7a4f6 100644 (file)
@@ -1,3 +1,8 @@
+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
index a87376e..6e7cc82 100644 (file)
@@ -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}