public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] fix URL
@ 2015-03-02 18:20 Ulrich Drepper
  2015-03-02 20:37 ` Sandra Loosemore
  2015-03-04 21:14 ` Gerald Pfeifer
  0 siblings, 2 replies; 3+ messages in thread
From: Ulrich Drepper @ 2015-03-02 18:20 UTC (permalink / raw)
  To: gcc-patches

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.


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}

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix URL
  2015-03-02 18:20 [PATCH] fix URL Ulrich Drepper
@ 2015-03-02 20:37 ` Sandra Loosemore
  2015-03-04 21:14 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Sandra Loosemore @ 2015-03-02 20:37 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] fix URL
  2015-03-02 18:20 [PATCH] fix URL Ulrich Drepper
  2015-03-02 20:37 ` Sandra Loosemore
@ 2015-03-04 21:14 ` Gerald Pfeifer
  1 sibling, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2015-03-04 21:14 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-04 21:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-02 18:20 [PATCH] fix URL Ulrich Drepper
2015-03-02 20:37 ` Sandra Loosemore
2015-03-04 21:14 ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).