* s390-tdep.c (s390_gdbarch_init): Put back accidentally deleted
authorJim Blandy <jimb@codesourcery.com>
Thu, 10 Apr 2003 22:40:38 +0000 (22:40 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 10 Apr 2003 22:40:38 +0000 (22:40 +0000)
call to set_gdbarch_deprecated_push_arguments.

gdb/ChangeLog
gdb/s390-tdep.c

index 8272137..b83a331 100644 (file)
@@ -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.
index 2f8f4ff..e3917ba 100644 (file)
@@ -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);