This is the mail archive of the gdb-cvs@sourceware.org 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 ChangeLog mips-tdep.c


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2012-05-09 14:29:03

Modified files:
	gdb            : ChangeLog mips-tdep.c 

Log message:
	mips: Switch inferior function calls to ON_STACK method.
	
	This patch switches the mips code to use the ON_STACK method
	for function calls instead of AT_SYMBOL, which we want to remove.
	
	gdb/ChangeLog:
	
	* mips-tdep.c (mips_push_dummy_code): New function.
	(mips_gdbarch_init): Set the gdbarch call_dummy_location to
	ON_STACK and install mips_push_dummy_code as our gdbarch
	push_dummy_code routine.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14222&r2=1.14223
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/mips-tdep.c.diff?cvsroot=src&r1=1.545&r2=1.546


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