src/gdb rs6000-tdep.c ChangeLog

brobecke@sourceware.org brobecke@sourceware.org
Sat May 15 05:57:00 GMT 2004


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2004-05-15 05:57:18

Modified files:
	gdb            : rs6000-tdep.c ChangeLog 

Log message:
	* rs6000-tdep.c (store_param_on_stack_p): New function,
	an improved version of some code extracted from skip_prologue().
	(skip_prologue): Use store_param_on_stack_p() to detect
	instructions saving a parameter on the stack. Detect when r0
	is used to save a parameter.
	Do not mark "li rx, SIMM" instructions as part of the prologue,
	unless the following instruction is also part of the prologue.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/rs6000-tdep.c.diff?cvsroot=src&r1=1.204&r2=1.205
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.5875&r2=1.5876



More information about the Gdb-cvs mailing list