This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] arm_scan_prologue: accept strh and strb as well as str


> 
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]