From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11724 invoked by alias); 5 May 2010 18:43:10 -0000 Received: (qmail 11704 invoked by uid 22791); 5 May 2010 18:43:07 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 05 May 2010 18:43:02 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id B94CB2BAB77; Wed, 5 May 2010 14:43:00 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 8X3TgDG2qtnK; Wed, 5 May 2010 14:43:00 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 85CC82BAB76; Wed, 5 May 2010 14:43:00 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id B6F73F58F9; Wed, 5 May 2010 11:42:49 -0700 (PDT) Date: Wed, 05 May 2010 18:43:00 -0000 From: Joel Brobecker To: Kevin Buettner Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Fix has_section_at_zero for separate debug files Message-ID: <20100505184249.GW2768@adacore.com> References: <20100107130918.GA11037@chinon.act-europe.fr> <20100428154023.4036c51b@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100428154023.4036c51b@redhat.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00111.txt.bz2 > > 2010-01-07 Tristan Gingold > > > > * dwarf2read.c (dwarf2_locate_sections): Also consider SEC_ALLOC > > sections to set has_section_at_zero. > > (dwarf2_psymtab_to_symtab): Do not copy has_section_at_zero from > > backlink for separate debug file. > > Tristan's patch causes no regressions for the gdb.base/sepdebug.exp > test, for which I had used a different approach for fixing problems > for that I was seeing when testing a mep-elf toolchain. Just a quick status on this patch. I spoke to Tristan yesterday, and we think that there were some things that needed to be adjusted. But we'll need some time to remember all the details again, and Tristan has found a new toy (VMS), so.... -- Joel