2003-03-29 Andrew Cagney <cagney@redhat.com>

* ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
	offset.
This commit is contained in:
Andrew Cagney 2003-03-29 22:13:14 +00:00
parent 2dd604e7ef
commit 2c3bbe771a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-03-29 Andrew Cagney <cagney@redhat.com>
* ns32k-tdep.c (ns32k_gdbarch_init): Set the call dummy breakpoint
offset.
2003-03-29 Richard Earnshaw <rearnsha@arm.com>
* arm-tdep.c (arm_push_arguments): Delete.

View File

@ -600,7 +600,8 @@ ns32k_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_sizeof_call_dummy_words (gdbarch, sizeof_ns32k_call_dummy_words);
set_gdbarch_fix_call_dummy (gdbarch, ns32k_fix_call_dummy);
set_gdbarch_call_dummy_start_offset (gdbarch, 3);
set_gdbarch_call_dummy_breakpoint_offset_p (gdbarch, 0);
set_gdbarch_call_dummy_breakpoint_offset_p (gdbarch, 1);
set_gdbarch_call_dummy_breakpoint_offset (gdbarch, 15);
set_gdbarch_deprecated_use_generic_dummy_frames (gdbarch, 0);
set_gdbarch_deprecated_pc_in_call_dummy (gdbarch, deprecated_pc_in_call_dummy_on_stack);