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 amd64-tdep.c i386-tdep.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	brobecke@sourceware.org	2013-09-24 16:13:49

Modified files:
	gdb            : ChangeLog amd64-tdep.c i386-tdep.h 

Log message:
	Revert use of integer_param_regs_saved_in_caller_frame in i386 gdbarch_tdep.
	
	This is no longer useful, as it was introduced to reuse the funcall
	handling code in amd64-tdep.c in the context of x64-windows. But
	we have since then changed the implementations to be completely
	independent of each other.
	
	This reverts the non-windows-specific part of the change called:
	amd64-windows: 32 bytes allocated on stack by caller for integer
	parameter regs
	(the x64-windows portion has already been reverted)
	
	gdb/ChangeLog:
	
	Revert:
	* i386-tdep.h (struct gdbarch_tdep): Add new field
	integer_param_regs_saved_in_caller_frame.
	* amd64-tdep.c (amd64_push_dummy_call): Allocate some memory on
	stack if tdep->integer_param_regs_saved_in_caller_frame is set.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.16026&r2=1.16027
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/amd64-tdep.c.diff?cvsroot=src&r1=1.117&r2=1.118
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/i386-tdep.h.diff?cvsroot=src&r1=1.82&r2=1.83


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