diff mbox

fix URL

Message ID 87y4nf45ya.fsf@gmail.com
State New
Headers show

Commit Message

Ulrich Drepper March 2, 2015, 6:20 p.m. UTC
A trivial patch to fix the URL of my paper referenced in the
documentation.  The RH server isn't the canonical address even though it
will automatically redirect to the correct address.  At least for now,
who knows.

OK?


gcc/ChangeLog

2015-03-02  Ulrich Drepper  <drepper@gmail.com>

	* doc/invoke.texi (Options for Code Generation Conventions):
        Fix URL of DSO paper.

Comments

Sandra Loosemore March 2, 2015, 8:36 p.m. UTC | #1
On 03/02/2015 11:20 AM, Ulrich Drepper wrote:
> A trivial patch to fix the URL of my paper referenced in the
> documentation.  The RH server isn't the canonical address even though it
> will automatically redirect to the correct address.  At least for now,
> who knows.
>
>
> 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}

I'd prefer to link directly to the cited paper if possible, but if the 
new URL is an exact replacement for the old one this is OK.

-Sandra
Gerald Pfeifer March 4, 2015, 9:14 p.m. UTC | #2
On Mon, 2 Mar 2015, Ulrich Drepper wrote:
> 2015-03-02  Ulrich Drepper  <drepper@gmail.com>
> 
> 	* doc/invoke.texi (Options for Code Generation Conventions):
>         Fix URL of DSO paper.

Note, you do not need approval for changes like this. ;-)  Just
go ahead and commit (and thanks for thinking of it).

Gerald
diff mbox

Patch

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}