From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16280 invoked by alias); 27 Jul 2004 14:35:57 -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 16109 invoked from network); 27 Jul 2004 14:35:55 -0000 Received: from unknown (HELO barry.mail.mindspring.net) (207.69.200.25) by sourceware.org with SMTP; 27 Jul 2004 14:35:55 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by barry.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1BpT3Y-0000bd-00; Tue, 27 Jul 2004 10:35:52 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id 7AAA44B102; Tue, 27 Jul 2004 10:36:07 -0400 (EDT) Date: Tue, 27 Jul 2004 14:35:00 -0000 From: Michael Chastain To: cagney@gnu.org Subject: Re: [patch/testsuite/ada] rename gnat_ada.gpr.in to gnat_ada.gin Cc: gdb-patches@sources.redhat.com, eliz@gnu.org, brobecker@gnat.com Message-ID: <41066857.nail88224TQVZ@mindspring.com> References: <20040720231917.D99D44B104@berman.michael-chastain.com> <410581A2.2030807@gnu.org> <4105A7EF.nailMK74KAQDZ@mindspring.com> In-Reply-To: <4105A7EF.nailMK74KAQDZ@mindspring.com> User-Agent: nail 10.8 6/28/04 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00398.txt.bz2 mec> Yeah, give me 12 hours, I want to see how it looks in my latest spin. Okay ... 13 hours. Committed to the branch. Tested before-and-after on native i686-pc-linux-gnu, red hat 8.0, with gcc 3.2-7-rh, gcc 3.3.4, and gcc 3.4.1, dwarf-2 and stabs+. The gcc 3.2-7-rh is in there because it actually includes Ada. Plus I checked gdb.ada/gnat_ada.gpr in the build directory to make sure it got built okay. Michael C 2004-07-19 Michael Chastain * gdb.ada/gnat_ada.gpr.in: Rename from here ... * gdb.ada/gnat_ada.gin: ... to here. * configure.in: Use gnat_ada.gin. * configure: Regenerate.