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 s390-tdep.c

[Get raw message]
CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sources.redhat.com	2001-11-13 09:47:19

Modified files:
	gdb            : ChangeLog s390-tdep.c 

Log message:
	* s390-tdep.c: Rewrite inferior function call code.  This may
	break zSeries support; that should be fixed soon.
	#include "gdb_assert.h".
	(is_integer_like, is_pointer_like, is_simple_arg,
	pass_by_copy_ref, extend_simple_arg, is_double_arg, round_up,
	round_down, alignment_of): New functions.
	(s390_push_arguments): Rewritten to handle passing large arguments
	by value, and to make more readable.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1762&r2=1.1763
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/s390-tdep.c.diff?cvsroot=src&r1=1.13&r2=1.14


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