From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28340 invoked by alias); 5 Feb 2009 23:51:24 -0000 Received: (qmail 28332 invoked by uid 22791); 5 Feb 2009 23:51:24 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 05 Feb 2009 23:51:20 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 26BC02A9714; Thu, 5 Feb 2009 18:51:19 -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 JeOWTVrn6IRB; Thu, 5 Feb 2009 18:51:19 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B9BBC2A9713; Thu, 5 Feb 2009 18:51:18 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id E7C0CE7ACD; Thu, 5 Feb 2009 15:51:15 -0800 (PST) Date: Thu, 05 Feb 2009 23:51:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: Daniel Jacobowitz , gdb-patches ml Subject: Re: [RFA] Add la_getstr member to language_defn Message-ID: <20090205235115.GD3676@adacore.com> References: <1227490821.8533.25.camel@hotblack.bauerhaus> <20081124022858.GA19331@caradoc.them.org> <1227551659.28256.225.camel@localhost.localdomain> <20081124202146.GA1991@caradoc.them.org> <1227564549.28256.248.camel@localhost.localdomain> <1230949603.8380.143.camel@localhost.localdomain> <20090203002336.GB3964@adacore.com> <1233666130.14735.11.camel@localhost.localdomain> <20090203170106.GI3964@adacore.com> <1233853281.14735.88.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1233853281.14735.88.camel@localhost.localdomain> 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: 2009-02/txt/msg00142.txt.bz2 > For the time being I committed the patch with default_get_string, but > with Ada and minimal using c_get_string, I hope you don't mind... We can > change this when someone knowledgeable about m2 and fortran speaks up. Not at all. I think this is fine, it was actually an open question. Thanks for doing this. -- Joel