From 0ce039659d62f3de1382f9e4e0fdbdba46595e4c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 2 Mar 2015 20:44:41 +0000 Subject: 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 --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc') 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} -- cgit v1.1