From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29513 invoked by alias); 26 Oct 2010 13:43:26 -0000 Received: (qmail 29504 invoked by uid 22791); 26 Oct 2010 13:43:26 -0000 X-SWARE-Spam-Status: No, hits=-2.1 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; Tue, 26 Oct 2010 13:43:15 +0000 Received: (qmail 2080 invoked from network); 26 Oct 2010 13:43:14 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 26 Oct 2010 13:43:14 -0000 Date: Tue, 26 Oct 2010 13:43:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org, rearnsha@arm.com, matthew.gretton-dann@arm.com Subject: Re: [rfc/rfa] Use ARM exception tables as GDB unwinder Message-ID: <20101026134310.GO8337@caradoc.them.org> References: <20101021160155.GP8337@caradoc.them.org> <201010212226.o9LMQ5dj013628@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010212226.o9LMQ5dj013628@d12av02.megacenter.de.ibm.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-10/txt/msg00365.txt.bz2 On Fri, Oct 22, 2010 at 12:26:05AM +0200, Ulrich Weigand wrote: > Well, the function elf32_arm_fix_exidx_coverage you refer to above is > never called for a relocatable link ... Boo. I consider this a linker bug. I'll file an internal issue about it; thanks for the analysis. For now, I suppose GDB gets to cope. I'd like to remove that workaround someday, but we have to fix the linker first. -- Daniel Jacobowitz CodeSourcery