]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* m68klinux-tdep.c (m68k_linux_init_abi): Register
authorAndreas Schwab <schwab@linux-m68k.org>
Thu, 8 Mar 2012 13:37:26 +0000 (13:37 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Thu, 8 Mar 2012 13:37:26 +0000 (13:37 +0000)
linux_get_siginfo_type.

gdb/ChangeLog
gdb/m68klinux-tdep.c

index 0680f00d69e53048380686cba6f057f8c32cd94d..711b8d2fd7f448f470933d72bfa2353c6ca0f5c5 100644 (file)
@@ -1,5 +1,8 @@
 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
 
+       * m68klinux-tdep.c (m68k_linux_init_abi): Register
+       linux_get_siginfo_type.
+
        * m68klinux-nat.c: Include "gdb_proc_service.h".
        (PTRACE_GET_THREAD_AREA): Define.
        (ps_get_thread_area): New function.
index cf53baeaafcfac0ca4e48feb677ac8ee379bc72d..6f9a34a99e8fd9ad5ab1805efdbe748553451f09 100644 (file)
@@ -372,6 +372,8 @@ m68k_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   /* Enable TLS support.  */
   set_gdbarch_fetch_tls_load_module_address (gdbarch,
                                              svr4_fetch_objfile_link_map);
+
+  set_gdbarch_get_siginfo_type (gdbarch, linux_get_siginfo_type);
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */