* s390-tdep.c (s390_gdbarch_init): Call set_gdbarch_get_siginfo_type.
authorUlrich Weigand <uweigand@de.ibm.com>
Wed, 30 Nov 2011 08:26:46 +0000 (08:26 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Wed, 30 Nov 2011 08:26:46 +0000 (08:26 +0000)
gdb/ChangeLog
gdb/s390-tdep.c

index cecccc8..49f2945 100644 (file)
@@ -1,5 +1,9 @@
 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
 
+       * s390-tdep.c (s390_gdbarch_init): Call set_gdbarch_get_siginfo_type.
+
+2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
+
        * s390-tdep.c (s390_displaced_step_fixup): Fix processing of LARL
        instruction.  Add more diagnostic output.
 
index 2e9dd23..7e36a28 100644 (file)
@@ -2992,6 +2992,8 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_fetch_tls_load_module_address (gdbarch,
                                              svr4_fetch_objfile_link_map);
 
+  set_gdbarch_get_siginfo_type (gdbarch, linux_get_siginfo_type);
+
   return gdbarch;
 }