]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Options for Code Generation Conventions): Fix URL of DSO paper.
authorUlrich Drepper <drepper@gmail.com>
Mon, 2 Mar 2015 20:44:41 +0000 (20:44 +0000)
committerUlrich Drepper <drepper@gcc.gnu.org>
Mon, 2 Mar 2015 20:44:41 +0000 (20:44 +0000)
        * doc/invoke.texi (Options for Code Generation Conventions):
        Fix URL of DSO paper.

From-SVN: r221125

gcc/ChangeLog
gcc/doc/invoke.texi

index f9c093282b816ed8b6b175258f43df2eb9fc3dc6..0b7a4f633a66b070c9e9643c0a01ef670bb8c67c 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 a87376e1cbb7255a2c36eb746a6d1d4fda15859c..6e7cc82c2026e5d6924008a87ce60d592f17f078 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}