This is the mail archive of the gdb-patches@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]

Re: PATCH ARM arm_push_arguemntes->arm_push_dummy_call


This patch implements the new arm_push_dummy_call function and thus removes the deprecated arm_push_arguments and arm_store_struct_return functions.

R.

2003-03-29 Richard Earnshaw <rearnsha at arm dot com>

	* arm-tdep.c (arm_push_arguments): Delete.
	(struct stack_item): New type.
	(push_stack_item, pop_stack_item, arm_push_dummy_call): New functions.
	(arm_store_struct_return): Delete.
	(arm_gdbarch_init): Register arm_push_dummy_call.  Don't register
	arm_push_arguments or arm_store_struct_return.

Nice!


You might want to eventually look at all the arm code related to call_dummy_words and fix_call_dummy. While the arm code is present, I don't think it is used - instead ARM is using a breakpoint at the entry point.

Note thought, that I'm still going through and eliminating the need to define much of this.

Andrew



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