Commit 0ce03965 by Ulrich Drepper Committed by Ulrich Drepper

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
parent 1af8bfe5
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
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment