diff options
author | Ulrich Drepper <drepper@gmail.com> | 2015-03-02 20:44:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 2015-03-02 20:44:41 +0000 |
commit | 0ce039659d62f3de1382f9e4e0fdbdba46595e4c (patch) | |
tree | 8fe73164f3acb84a69b3b11d3ba61230520bf384 /gcc | |
parent | 1af8bfe51613a7ba044d1e7cc8d3e244c6daf8bc (diff) | |
download | gcc-0ce039659d62f3de1382f9e4e0fdbdba46595e4c.zip gcc-0ce039659d62f3de1382f9e4e0fdbdba46595e4c.tar.gz gcc-0ce039659d62f3de1382f9e4e0fdbdba46595e4c.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f9c0932..0b7a4f6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 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} |