From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6714 invoked by alias); 1 Feb 2008 23:17:04 -0000 Received: (qmail 6706 invoked by uid 22791); 1 Feb 2008 23:17:04 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 01 Feb 2008 23:16:35 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 0281B2A9E8A for ; Fri, 1 Feb 2008 18:16:34 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cPCphFJXPMIi for ; Fri, 1 Feb 2008 18:16:33 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id C09402A9E7F for ; Fri, 1 Feb 2008 18:16:33 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 709B9E7ACB; Fri, 1 Feb 2008 15:16:31 -0800 (PST) Date: Fri, 01 Feb 2008 23:17:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] fix Ada SYMBOL_PRINT_NAME problem Message-ID: <20080201231631.GC4303@adacore.com> References: <20080108114358.GE24614@adacore.com> <20080129175458.GG3773@caradoc.them.org> <20080130213833.GF12387@adacore.com> <20080130214136.GA7889@caradoc.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080130214136.GA7889@caradoc.them.org> User-Agent: Mutt/1.4.2.2i 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: 2008-02/txt/msg00039.txt.bz2 > > 2008-01-30 Joel Brobecker > > > > * symtab.c (symbol_set_names): Do not add an entry in the demangling > > hash table for Ada symbols. Just store the linkage name as is, > > and leave the demangled_name as NULL. > > I like this one much better :-) Great! Patch checked in, together with the testcase. Thanks, -- Joel