From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28437 invoked by alias); 24 Jul 2006 22:30:17 -0000 Received: (qmail 28424 invoked by uid 22791); 24 Jul 2006 22:30:17 -0000 X-Spam-Check-By: sourceware.org Received: from smtp3-g19.free.fr (HELO smtp3-g19.free.fr) (212.27.42.29) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 24 Jul 2006 22:30:15 +0000 Received: from [192.168.0.10] (pas38-3-82-229-199-15.fbx.proxad.net [82.229.199.15]) by smtp3-g19.free.fr (Postfix) with ESMTP id 4CB3749883; Tue, 25 Jul 2006 00:30:13 +0200 (CEST) Subject: Re: [PATCH] Allow dwarf2 debug info for function at address 0 From: =?ISO-8859-1?Q?Fr=E9d=E9ric?= Riss To: Daniel Jacobowitz Cc: Frederic RISS , gdb-patches@sources.redhat.com, Steven Johnson In-Reply-To: <20060724220231.GC18918@nevyn.them.org> References: <1153491793.7783.373.camel@crx549.cro.st.com> <20060724200457.GA15759@nevyn.them.org> <1153777182.4946.26.camel@funkylaptop> <20060724220231.GC18918@nevyn.them.org> Content-Type: text/plain; charset=utf-8 Date: Mon, 24 Jul 2006 22:30:00 -0000 Message-Id: <1153780206.4946.39.camel@funkylaptop> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00376.txt.bz2 Le lundi 24 juillet 2006 à 18:02 -0400, Daniel Jacobowitz a écrit : > > I thought that we had issues with relocating the debug information > > coming from different linkonce sections against the only one kept in > > the linked file... but that definitely works for me on a simple > > example. > > It depends what version of binutils you've got installed. At least > one of HJ's "Linux binutils" releases does this, That could be it I think... My home box, on which I tested, runs Ubuntu Dapper. I didn't know it used HJ's linux-only binutils though. I like to learn something every day. Thanks for the pointer!