From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11194 invoked by alias); 9 Mar 2010 18:10:44 -0000 Received: (qmail 11179 invoked by uid 22791); 9 Mar 2010 18:10:43 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Mar 2010 18:10:38 +0000 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o29IAEcB002801 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 9 Mar 2010 13:10:15 -0500 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx04.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o29IAB2E020670 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Mar 2010 13:10:14 -0500 Message-ID: <4B968F03.3020600@redhat.com> Date: Tue, 09 Mar 2010 18:10:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc11 Lightning/1.0b1 Thunderbird/3.0.1 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [RFA] dwarf2_physname FINAL References: <4B903926.7070303@redhat.com> <20100308061748.GC3081@adacore.com> In-Reply-To: <20100308061748.GC3081@adacore.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00359.txt.bz2 I have now committed this patchset. At long, long last. My thanks to everyone who reviewed it. On 03/07/2010 10:17 PM, Joel Brobecker wrote: > Attached is a patch that fixes all regressions for Ada. I like your patch a whole lot better than mine, you should probably commit it. O:-) Keith