This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
Re: [RFA] arm_scan_prologue: accept strh and strb as well as str
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Michael Snyder <msnyder at cygnus dot com>
- Cc: gdb-patches at sources dot redhat dot com, rearnsha at arm dot com
- Date: Wed, 08 May 2002 16:01:40 +0100
- Subject: Re: [RFA] arm_scan_prologue: accept strh and strb as well as str
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
>
> 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 <msnyder@redhat.com>
>
> * 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.