From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86001 invoked by alias); 2 Mar 2015 20:37:34 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 85987 invoked by uid 89); 2 Mar 2015 20:37:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Mar 2015 20:37:31 +0000 Received: from svr-orw-fem-03.mgc.mentorg.com ([147.34.97.39]) by relay1.mentorg.com with esmtp id 1YSX5k-0003lc-63 from Sandra_Loosemore@mentor.com ; Mon, 02 Mar 2015 12:37:28 -0800 Received: from [IPv6:::1] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.3.224.2; Mon, 2 Mar 2015 12:37:27 -0800 Message-ID: <54F4C9EB.10900@codesourcery.com> Date: Mon, 02 Mar 2015 20:37:00 -0000 From: Sandra Loosemore User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Ulrich Drepper CC: Subject: Re: [PATCH] fix URL References: <87y4nf45ya.fsf@gmail.com> In-Reply-To: <87y4nf45ya.fsf@gmail.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg00101.txt.bz2 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