From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16697 invoked by alias); 8 May 2002 15:02:17 -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 16672 invoked from network); 8 May 2002 15:02:16 -0000 Received: from unknown (HELO fw-cam.cambridge.arm.com) (193.131.176.3) by sources.redhat.com with SMTP; 8 May 2002 15:02:16 -0000 Received: by fw-cam.cambridge.arm.com; id QAA09668; Wed, 8 May 2002 16:02:10 +0100 (BST) Received: from unknown(172.16.1.2) by fw-cam.cambridge.arm.com via smap (V5.5) id xma009284; Wed, 8 May 02 16:01:42 +0100 Received: from cam-mail2.cambridge.arm.com (cam-mail2.cambridge.arm.com [172.16.1.91]) by cam-admin0.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id QAA29926; Wed, 8 May 2002 16:01:41 +0100 (BST) Received: from sun18.cambridge.arm.com (sun18.cambridge.arm.com [172.16.2.18]) by cam-mail2.cambridge.arm.com (8.9.3/8.9.3) with ESMTP id QAA15060; Wed, 8 May 2002 16:01:40 +0100 (BST) Message-Id: <200205081501.QAA15060@cam-mail2.cambridge.arm.com> To: Michael Snyder cc: gdb-patches@sources.redhat.com, rearnsha@arm.com Reply-To: Richard.Earnshaw@arm.com 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_scan_prologue: accept strh and strb as well as str In-reply-to: Your message of "Thu, 25 Apr 2002 18:18:24 PDT." <200204260118.g3Q1IO319037@reddwarf.sfbay.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 May 2002 08:02:00 -0000 From: Richard Earnshaw X-SW-Source: 2002-05/txt/msg00205.txt.bz2 > > Hi Richard, > > These are for char and short args, respectively. > The more I play with it, the more I want to merge > arm_scan and arm_skip into one function. ;-) > > Michael > > 2002-04-25 Michael Snyder > > * arm-tdep.c (arm_scan_prologue): Accept strb r(0123),[r11,#-nn] > and strh r(0123),[r11,#-nn] as well as str r(0123),[r11,#-nn]. > (arm_skip_prologue): Ditto. > OK. As mentioned before, we should also handle str{,h,b} r(0123), [sp, #+nn] in the prologue (for frameless functions). R.