From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28998 invoked by alias); 8 Mar 2004 14:28:06 -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 28977 invoked from network); 8 Mar 2004 14:28:06 -0000 Received: from unknown (HELO cam-admin0.cambridge.arm.com) (193.131.176.58) by sources.redhat.com with SMTP; 8 Mar 2004 14:28:06 -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 i28ES323029374; Mon, 8 Mar 2004 14:28:04 GMT Received: from pc960.cambridge.arm.com (rearnsha@localhost) by pc960.cambridge.arm.com (8.11.6/8.9.3) with ESMTP id i28ES3410285; Mon, 8 Mar 2004 14:28:03 GMT Message-ID: <200403081428.i28ES3410285@pc960.cambridge.arm.com> X-Authentication-Warning: pc960.cambridge.arm.com: rearnsha owned process doing -bs To: Daniel Jacobowitz cc: Richard Earnshaw , gdb-patches@sources.redhat.com Reply-To: Richard Earnshaw Organization: ARM Ltd. X-Telephone: +44 1223 400569 (direct+voicemail), +44 1223 400400 (switchbd) X-Fax: +44 1223 400410 X-Address: ARM Ltd., 110 Fulbourn Road, Cherry Hinton, Cambridge CB1 9NJ. X-Url: http://www.arm.com/ Subject: Re: [rfa/arm] Handle bx and blx In-reply-to: Your message of "Mon, 08 Mar 2004 09:25:22 EST." <20040308142522.GA15288@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Mar 2004 14:28:00 -0000 From: Richard Earnshaw X-SW-Source: 2004-03.o/txt/msg00154.txt Message-ID: <20040308142800.1sc9D2N5hJvXphV3wrvDws4havo-OnLjbD77vaQCPIY@z> > Ahh, that's right. The offset will be a multiple of four but the > PC+offset may not be. This OK then? > > -- > Daniel Jacobowitz > MontaVista Software Debian GNU/Linux Developer > > 2004-03-08 Daniel Jacobowitz > > * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX. Ok, thanks. R.