From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4636 invoked by alias); 27 Mar 2004 00:07:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4612 invoked from network); 27 Mar 2004 00:07:38 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 27 Mar 2004 00:07:38 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1125447D62; Fri, 26 Mar 2004 16:07:38 -0800 (PST) Date: Sat, 27 Mar 2004 00:07:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFC/RFA] (testsuite/Ada) Add gdb_compile_ada Message-ID: <20040327000738.GN1483@gnat.com> References: <20040225183211.GH1105@gnat.com> <20040225201749.GA21911@nevyn.them.org> <20040226223742.GH1154@gnat.com> <20040226230239.GA8487@nevyn.them.org> <20040303042107.GB1146@gnat.com> <20040305041814.GI5320@nevyn.them.org> <20040305060322.GD1226@gnat.com> <20040305164815.GB23778@nevyn.them.org> <20040326234255.GM1483@gnat.com> <20040326234608.GA3233@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040326234608.GA3233@nevyn.them.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-03/txt/msg00691.txt.bz2 > > - you said that the changes to dejagnu itself looked reasonable to you. > > So I'll submit them to the dejagnu maintainers. > > You may want to put them in both DejaGNU and somewhere under > gdb/testsuite/lib for now, once you get some feedback from the DejaGNU > maintainers; we don't want to unnecessarily bump the DejaGNU version > requirement. I am discovering the wonderful properties of TCL everyday :-). How about I put the modified version of default_target_compile and also the new find_gnatmake functions in lib/ada.exp with a comment explaining that we're trying to get them integrated into dejagnu. Putting them in ada.exp allows us to shield all the other tests from this hack. -- Joel