From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29726 invoked by alias); 12 Jan 2010 05:01:19 -0000 Received: (qmail 29565 invoked by uid 22791); 12 Jan 2010 05:01:18 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Jan 2010 05:01:14 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0C50lRo024609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Jan 2010 00:00:47 -0500 Received: from localhost.localdomain (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0C50iTD012441 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 12 Jan 2010 00:00:44 -0500 Date: Tue, 12 Jan 2010 05:01:00 -0000 From: Kevin Buettner To: tromey@redhat.com Cc: gdb-patches@sourceware.org, Tristan Gingold Subject: Re: [RFA] Fix has_section_at_zero for separate debug files Message-ID: <20100111220043.44a9449d@redhat.com> In-Reply-To: References: <20100107130918.GA11037@chinon.act-europe.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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-01/txt/msg00289.txt.bz2 On Mon, 11 Jan 2010 14:28:48 -0700 Tom Tromey wrote: > Tristan> No regression on GNU Linux i386. > > I wonder whether this code path is tested there. > I don't know. I don't know either. My earlier patch (which seems to be causing problems on Darwin now) was motivated by some problems that I was seeing with mep-elf. I'll test Tristan's patch using a mep-elf build in the next few days to see if it too solves the problems that I was seeing last year. Kevin