From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28754 invoked by alias); 12 Jan 2007 01:22:45 -0000 Received: (qmail 28731 invoked by uid 22791); 12 Jan 2007 01:22:44 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Fri, 12 Jan 2007 01:22:39 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1H5B7t-0001HC-4f; Thu, 11 Jan 2007 20:22:37 -0500 Date: Fri, 12 Jan 2007 01:22:00 -0000 From: Daniel Jacobowitz To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [review] Fix backtrace of prelinked libc with separate debuginfo Message-ID: <20070112012237.GA4884@nevyn.them.org> Mail-Followup-To: Jan Kratochvil , gdb-patches@sourceware.org References: <20061029223912.GA24248@host0.dyn.jankratochvil.net> <20070109224323.GJ30631@nevyn.them.org> <20070111221725.GA12498@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070111221725.GA12498@host0.dyn.jankratochvil.net> User-Agent: Mutt/1.5.13 (2006-08-11) 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: 2007-01/txt/msg00312.txt.bz2 On Thu, Jan 11, 2007 at 11:17:25PM +0100, Jan Kratochvil wrote: > > - I think this is > > because Debian uses binutils' objcopy program, which puts the stripped > > symbols in the debug file, but eu-strip leaves them only in the > > original file. Which seems pretty strange but that's what it does. > > The libbfd backward compatibility was recently restored by elfutils. > Currently a partial symtab copy is being made: > > * Wed Oct 11 2006 Roland McGrath - 0.124-1 > - eu-strip -f: copy symtab into debuginfo file when relocs use it Thanks - that's good to know. -- Daniel Jacobowitz CodeSourcery