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 * 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.