From patchwork Sun Jan 30 11:39:47 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 81015 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 8AC0E1007D3 for ; Sun, 30 Jan 2011 22:39:51 +1100 (EST) Received: (qmail 17929 invoked by alias); 30 Jan 2011 11:39:50 -0000 Received: (qmail 17921 invoked by uid 22791); 30 Jan 2011 11:39:49 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from relay02.pair.com (HELO relay02.pair.com) (209.68.5.16) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Sun, 30 Jan 2011 11:39:45 +0000 Received: (qmail 57754 invoked from network); 30 Jan 2011 11:39:41 -0000 Received: from 188.118.200.192 (HELO ?192.168.0.129?) (188.118.200.192) by relay02.pair.com with SMTP; 30 Jan 2011 11:39:41 -0000 X-pair-Authenticated: 188.118.200.192 Date: Sun, 30 Jan 2011 12:39:47 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] gcc-4.0/changes.html link update Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org I applaud Red Hat and Uli for setting up proper redirects for Uli's old documents. Installed. Gerald Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.58 diff -u -r1.58 changes.html --- changes.html 10 Jul 2010 20:16:08 -0000 1.58 +++ changes.html 30 Jan 2011 11:36:37 -0000 @@ -169,8 +169,8 @@ never used outside a binary as hidden, one can completely avoid PLT indirection overheads during their usage by the compiler. You can find out more about the advantages of this at - http://people.redhat.com/drepper/dsohowto.pdf + href="http://www.akkadia.org/drepper/dsohowto.pdf"> + http://www.akkadia.org/drepper/dsohowto.pdf
  • The -fvisibility-inlines-hidden option has been added which marks all inlineable functions as having hidden ELF visibility,