* s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
call to set_gdbarch_deprecated_push_arguments.
This commit is contained in:
parent
9b8c98a411
commit
6e691f7a82
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-04-10 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
|
||||
call to set_gdbarch_deprecated_push_arguments.
|
||||
|
||||
2003-04-10 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* frame.c (fprint_frame_id): New function.
|
||||
|
|
|
@ -1864,6 +1864,8 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
|||
set_gdbarch_deprecated_pc_in_call_dummy (gdbarch, deprecated_pc_in_call_dummy_at_entry_point);
|
||||
set_gdbarch_deprecated_push_arguments (gdbarch, s390_push_arguments);
|
||||
set_gdbarch_save_dummy_frame_tos (gdbarch, generic_save_dummy_frame_tos);
|
||||
set_gdbarch_deprecated_push_return_address (gdbarch,
|
||||
s390_push_return_address);
|
||||
set_gdbarch_sizeof_call_dummy_words (gdbarch,
|
||||
sizeof (s390_call_dummy_words));
|
||||
set_gdbarch_call_dummy_words (gdbarch, s390_call_dummy_words);
|
||||
|
|
Loading…
Reference in a new issue