From patchwork Thu Jul 26 00:00:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 173307 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 568C62C0094 for ; Thu, 26 Jul 2012 10:01:04 +1000 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1343865665; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=ol1M5lLr6eDJ2swXRzN6 MCha6fc=; b=M9DEFXcvGXWWWwC5ofhJWdpIER5JpQFJouBLFMrvVkKm6+v4KKgH mfdUr0Qab4ww5zBfR3wfEA9QNe69TvNA7TE+GXS1KH+Ctl2CXK9pAs0eEQEMXiyk os7iVAcpFKI4FAsctKMoJ6EOrpl3RCKAwXzJqxzq3nqeO8Mvhw0b5cU= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=teI3l7xl1w/pVtEEzmtG9xQlA7uoL5Ct14zfPL2THdgM3wHUEFf+MCZlxy+zr6 W9AO3nPreSrRMuj7XV9n45AWcJunO8kTPKO2nzt6Obra8LNGTL4hp/K596Pm8j11 NSNpPhQKUR8I0v/Uwz1+zRsxHdfOreGEC1mAgqbxJoYVA=; Received: (qmail 27264 invoked by alias); 26 Jul 2012 00:01:01 -0000 Received: (qmail 27256 invoked by uid 22791); 26 Jul 2012 00:01:01 -0000 X-SWARE-Spam-Status: No, hits=-50.9 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jul 2012 00:00:48 +0000 Received: from [192.168.0.129] (vie-188-118-248-247.dsl.sil.at [188.118.248.247]) by ainaz.pair.com (Postfix) with ESMTPSA id EEEE03F40F for ; Wed, 25 Jul 2012 20:00:46 -0400 (EDT) Date: Thu, 26 Jul 2012 02:00:45 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [wwwdocs] Use canonical Bugzilla URL in svn.html 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 Applied. Gerald Index: htdocs/svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.175 diff -u -3 -p -r1.175 svn.html --- htdocs/svn.html 18 Jul 2012 01:59:05 -0000 1.175 +++ htdocs/svn.html 25 Jul 2012 23:59:42 -0000 @@ -993,7 +993,7 @@ be prefixed with the initials of the dis
libada-gnattools-branch
This is the spiritual successor to the libada branch. This branch exists to solve - bug 5911 + bug 5911 and others, by breaking out the Ada runtime into a libada directory and the Ada tools into a gnattools directory. Work was devoted to cleaning up the configure and make machinery, and separating it as much