From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 662 invoked by alias); 11 Oct 2004 03:50:26 -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 653 invoked from network); 11 Oct 2004 03:50:25 -0000 Received: from unknown (HELO granger.mail.mindspring.net) (207.69.200.148) by sourceware.org with SMTP; 11 Oct 2004 03:50:25 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by granger.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1CGrCS-0005Bz-00; Sun, 10 Oct 2004 23:50:17 -0400 Received: from mindspring.com (localhost [127.0.0.1]) by berman.michael-chastain.com (Postfix) with SMTP id EAE114B102; Sun, 10 Oct 2004 23:50:34 -0400 (EDT) Date: Mon, 11 Oct 2004 03:50:00 -0000 From: Michael Chastain To: drow@false.org Subject: Re: [rfa] Dwarf2 testsuite Cc: gdb-patches@sources.redhat.com Message-ID: <416A0309.nail18911G85W@mindspring.com> References: <20041008183500.GA6625@nevyn.them.org> <4166EE58.nailDYH15U42R@mindspring.com> <20041008202550.GA4140@nevyn.them.org> In-Reply-To: <20041008202550.GA4140@nevyn.them.org> 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-10/txt/msg00185.txt.bz2 Okay, it works fine in my test bed with: gdb 6.2.1 and gdb HEAD gcc 2, gcc 3, gcc 4pre dwarf-2 and stabs+ (not that it makes any difference) -feliminate-dwarf2-dups or not (ditto) drow> I'd prefer to leave the comments now that I've written them, for two drow> reasons: drow> (A) !#(*& it, I spent a lot of effort on those comments! drow> (B) they make it easier to make a copy with only an incremental change Okay with me. Two nits: The copyright notice to Makefile.in. Grab from gdb.fortran/Makefile.in if you like. (And yeah, the copyright notice in main.c makes me laugh at my own stubbornness). Is file2.txt used at all? I could not find a reference to it. With those things fixed ... approved. Michael 2004-10-08 Daniel Jacobowitz * configure.in: Add gdb.dwarf2. * configure: Regenerated. * Makefile.in: Add gdb.dwarf2. * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S, gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c, gdb.dwarf2/file1.txt, gdb.dwarf2/file2.txt: New files.