From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 729 invoked by alias); 19 Jul 2004 21:12:08 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 718 invoked from network); 19 Jul 2004 21:12:07 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 19 Jul 2004 21:12:07 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 3FD7647D8E; Mon, 19 Jul 2004 14:12:06 -0700 (PDT) Date: Mon, 19 Jul 2004 21:19:00 -0000 From: Joel Brobecker To: Michael Elizabeth Chastain Cc: eliz@gnu.org, ac131313@redhat.com, gdb@sources.redhat.com Subject: Re: A.R. Index for GDB version 6.1.91_20040719 Message-ID: <20040719211206.GW3095@gnat.com> References: <20040719210150.DC6614B104@berman.michael-chastain.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040719210150.DC6614B104@berman.michael-chastain.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-07/txt/msg00251.txt.bz2 On Mon, Jul 19, 2004 at 05:01:50PM -0400, Michael Chastain wrote: > eliz> I fixed the conflicts in bfd and gdb/sim. As for > eliz> gdb/testsuite/gdb.ada/gnat_ada.gpr.in, I wonder what is that file > eliz> needed for, as I cannot see any reference to it except in Makefile.in > eliz> in the same directory, where the file is removed in the clean: target. > eliz> Can we simply remove this file, instead of remapping it to something > eliz> that doesn't have 2 dots in the name? Michael's explainations are acurate. There is a little confusion, though: gnat_ada.gpr.in is not deleted by make clean. It is gnat_ada.gpr that's deleted, and the later is generated from gnat_ada.gpr.in by configure. > $BUILD/gnat_ada.gpr.in is made from $SOURCE/gnat_ada.gpr by > the usual autoconf magic. Search for "gnat_ada.gpr" in the > gdb/testsuite/configure. Slight correction (was probably a typo). $BUILD/gnat_ada.gpr is generated from $SOURCE/gnat_ada.gpr.in. Back to Eli's problem: We need to have a name such that, after generation from configure, we end up with "gnat_ada.gpr" (fortunately, gnat_ada.gpr fits the 8+3 profile). Is that possible? -- Joel