From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31932 invoked by alias); 23 Apr 2002 17:46:04 -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 31894 invoked from network); 23 Apr 2002 17:46:02 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by sources.redhat.com with SMTP; 23 Apr 2002 17:46:02 -0000 Received: from redhat.com (reddwarf.sfbay.redhat.com [172.16.24.50]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA10569; Tue, 23 Apr 2002 10:45:59 -0700 (PDT) Message-ID: <3CC59B09.14313256@redhat.com> Date: Tue, 23 Apr 2002 10:46:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. X-Accept-Language: en MIME-Version: 1.0 To: Richard.Earnshaw@arm.com CC: Michael Snyder , gdb-patches@sources.redhat.com, cagney@redhat.com, rearnsha@arm.com Subject: Re: [RFA] arm_skip_prologue: recognize "str r(0123), [r11, #-nn]" References: <200204230936.KAA29899@cam-mail2.cambridge.arm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00855.txt.bz2 Richard Earnshaw wrote: > > > > > GCC sometimes generates these stores as discrete instructions. > > > > 2002-04-22 Michael Snyder > > > > * arm-tdep.c (arm_skip_prologue): Recognize str r(0123), [r11, #-nn]. > > > > Are you sure these should really be considered part of the prologue? Yes, they are copying the args registers onto the stack.