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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jimb@sources.redhat.com	2001-11-09 11:14:01

Modified files:
	gdb            : s390-tdep.c ChangeLog 

Log message:
	* s390-tdep.c: Don't use a call dummy.
	(s390_fix_call_dummy, s390_pc_in_call_dummy): Delete.
	(s390_push_return_address): Put the address of the inferior call
	breakpoint in r14.
	(s390_gdbarch_init):
	- Provide trivial definition of s390_call_dummy_words; register it
	with the gdbarch appropriately.
	- Delete S390x_call_dummy_words.
	- Gather inferior-call-related settings into a group.
	- Use generic dummy frames.
	- Put the inferior call breakpoint at the entry point.
	- Use generic gdbarch methods: pc_in_call_dummy_at_entry_point,
	generic_push_dummy_frame, generic_fix_call_dummy.
	- There is a call dummy breakpoint offset; it's zero.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/s390-tdep.c.diff?cvsroot=src&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.1746&r2=1.1747


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