From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13388 invoked by alias); 1 Dec 2004 03:31:28 -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 13374 invoked from network); 1 Dec 2004 03:31:24 -0000 Received: from unknown (HELO priv-edtnes28.telusplanet.net) (199.185.220.223) by sourceware.org with SMTP; 1 Dec 2004 03:31:24 -0000 Received: from takamaka.act-europe.fr ([142.179.108.108]) by priv-edtnes28.telusplanet.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041201033120.YQFP24672.priv-edtnes28.telusplanet.net@takamaka.act-europe.fr>; Tue, 30 Nov 2004 20:31:20 -0700 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 56D9A47DA6; Tue, 30 Nov 2004 19:31:19 -0800 (PST) Date: Wed, 01 Dec 2004 03:31: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: <20041201033119.GJ1204@adacore.com> References: <20041017010238.GD20779@gnat.com> <20041101194801.GI27334@gnat.com> <16810.33907.717155.200928@localhost.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16810.33907.717155.200928@localhost.redhat.com> User-Agent: Mutt/1.4i X-SW-Source: 2004-12/txt/msg00005.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. Thanks for the review, -- Joel