From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31510 invoked by alias); 3 Mar 2005 14:50:13 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31363 invoked from network); 3 Mar 2005 14:50:00 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sourceware.org with SMTP; 3 Mar 2005 14:50:00 -0000 Received: from pc960.cambridge.arm.com (pc960.cambridge.arm.com [10.1.205.4]) by cam-admin0.cambridge.arm.com (8.12.10/8.12.10) with ESMTP id j23EnO4m008928; Thu, 3 Mar 2005 14:49:24 GMT Received: from pc960.cambridge.arm.com (localhost.localdomain [127.0.0.1]) by pc960.cambridge.arm.com (8.12.8/8.12.8) with ESMTP id j23EnRrg021047; Thu, 3 Mar 2005 14:49:28 GMT Received: (from rearnsha@localhost) by pc960.cambridge.arm.com (8.12.8/8.12.8/Submit) id j23EnRiI021045; Thu, 3 Mar 2005 14:49:27 GMT X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha set sender to rearnsha@gcc.gnu.org using -f Subject: Re: RFA: ARM stub unwinder From: Richard Earnshaw To: Daniel Jacobowitz Cc: rearnsha@buzzard.freeserve.co.uk, gdb-patches@sources.redhat.com In-Reply-To: <20050303144538.GA26195@nevyn.them.org> References: <20050303144538.GA26195@nevyn.them.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: GNU Message-Id: <1109861367.20316.10.camel@pc960.cambridge.arm.com> Mime-Version: 1.0 Date: Thu, 03 Mar 2005 14:50:00 -0000 X-SW-Source: 2005-03/txt/msg00026.txt.bz2 On Thu, 2005-03-03 at 14:45, Daniel Jacobowitz wrote: > This patch adds a stub unwinder for ARM, and just like other architectures > with a stub unwinder, uses it for PLT entries and unreadable code addresses. > Richard tested this on arm-netbsd and it fixed a hundred failures; I tested > it on arm-linux some time ago, and it did the same there. > > OK? OK. I forgot last night that it would be me approving this :-) R.