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 ChangeLog sh-tdep.c sh-tdep.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.org	2003-08-21 00:01:32

Modified files:
	gdb            : ChangeLog sh-tdep.c sh-tdep.h 

Log message:
	2003-08-20  Michael Snyder  <msnyder@redhat.com>
	
	* sh-tdep.h (struct gdbarch_tdep): New member FLOAT_ARGLAST_REG.
	* sh-tdep.c (sh_gdbarch_init): For sh2e, sh3e, and sh4, set
	FLOAT_ARG0_REGNUM and FLOAT_ARGLAST_REGNUM, to be used for
	argument passing.
	(sh_push_dummy_call_fpu, sh_push_dummy_call_nofpu): New
	functions, replace sh_push_dummy_call.
	(sh_gdbarch_init): Set push_dummy_call to one of new methods.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.4639&r2=1.4640
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.c.diff?cvsroot=src&r1=1.135&r2=1.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sh-tdep.h.diff?cvsroot=src&r1=1.3&r2=1.4


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