From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1878 invoked by alias); 7 May 2010 13:26:08 -0000 Received: (qmail 1855 invoked by uid 22791); 7 May 2010 13:26:08 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 07 May 2010 13:26:01 +0000 Received: (qmail 1913 invoked from network); 7 May 2010 13:25:59 -0000 Received: from unknown (HELO ?192.168.0.104?) (ams@127.0.0.2) by mail.codesourcery.com with ESMTPA; 7 May 2010 13:25:59 -0000 Message-ID: <4BE414E4.4070106@codesourcery.com> Date: Fri, 07 May 2010 13:26:00 -0000 From: Andrew Stubbs User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: Jan Kratochvil CC: gdb@sourceware.org Subject: Re: debug problem with prelinked libraries References: <4BE16915.7080501@codesourcery.com> <20100505143213.GA4735@caradoc.them.org> <4BE187D8.4050804@codesourcery.com> <20100507132310.GA6374@host0.dyn.jankratochvil.net> In-Reply-To: <20100507132310.GA6374@host0.dyn.jankratochvil.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-05/txt/msg00036.txt.bz2 On 07/05/10 14:23, Jan Kratochvil wrote: > On Wed, 05 May 2010 16:59:36 +0200, Andrew Stubbs wrote: >>> prelink includes code to manipulate the contents of the debug info. > [...] >> Maybe prelink has failed to relocate the debug info in this case? > > The attached patch should fix it. Yes, I'm just about to post pretty much the exact same patch. :) Andrew