This is the mail archive of the gdb-cvs@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]

src/gdb mips-tdep.c ChangeLog


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2004-10-14 22:34:26

Modified files:
	gdb            : mips-tdep.c ChangeLog 

Log message:
	* mips-tdep.c (mips32_scan_prologue): Merge code from
	mips32_skip_prologue.  Now return the address of the first
	instruction past the function prologue.
	(mips32_skip_prologue): Remove.  No longer necessary.
	(mips16_skip_prologue): Add parameter end_pc instead of
	computing it.
	(mips_skip_prologue): Compute the upper limit for the
	prologue scanning. Update call to mips16_skip_prologue.
	Replace call to mips32_skip_prologue by call to
	mips32_scan_prologue.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.331&r2=1.332
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.6485&r2=1.6486


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