From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23054 invoked by alias); 9 Mar 2005 06:12:19 -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 20366 invoked from network); 9 Mar 2005 06:11:30 -0000 Received: from unknown (HELO priv-edtnes40.telusplanet.net) (199.185.220.224) by sourceware.org with SMTP; 9 Mar 2005 06:11:30 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes40.telusplanet.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050309061126.BKSX28142.priv-edtnes40.telusplanet.net@takamaka.act-europe.fr>; Tue, 8 Mar 2005 23:11:26 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 1EFDD47DC0; Tue, 8 Mar 2005 22:11:21 -0800 (PST) Date: Wed, 09 Mar 2005 06:12:00 -0000 From: Joel Brobecker To: Elena Zannoni Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/dwarf2] Fix name of include psymtabs, avoid duplicates Message-ID: <20050309061121.GJ1156@adacore.com> References: <20041017010238.GD20779@gnat.com> <20041101194801.GI27334@gnat.com> <16810.33907.717155.200928@localhost.redhat.com> <20041201033119.GJ1204@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041201033119.GJ1204@adacore.com> User-Agent: Mutt/1.4i X-SW-Source: 2005-03/txt/msg00140.txt.bz2 > > > > 2004-10-16 Joel Brobecker > > > > > > > > * dwarf2read.c (dwarf_decode_lines): Use the complete filename > > > > when creating include psymtabs. > > > > > > > > Tested on x86-linux, no regression. > > > > OK to apply? > > > > Yes, after you add the test, which should fail before and pass after > > your patch. > > I'll see what I can come up with, and commit the patch once a testcase > for it has been added. I have finally checked this patch in. The testcase I added can be found at http://sources.redhat.com/ml/gdb-patches/2005-03/msg00139.html. (the name of the testcase is gdb.dwarf2/dup-psym.exp). -- Joel