summaryrefslogtreecommitdiff
path: root/gdb/m68klinux-tdep.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2012-03-08 13:37:23 +0000
committerAndreas Schwab <schwab@suse.de>2012-03-08 13:37:23 +0000
commitc18e72c42adedfa9668ba1591f3e49aeb8ea960a (patch)
tree2cec82ee789c15795c690d7371c5b1cf0853e537 /gdb/m68klinux-tdep.c
parent0212281f290ab420cc0d62d84eb250a7c244d469 (diff)
downloadgdb-c18e72c42adedfa9668ba1591f3e49aeb8ea960a.tar.gz
* m68klinux-tdep.c (m68k_linux_init_abi): Register
linux_get_siginfo_type.
Diffstat (limited to 'gdb/m68klinux-tdep.c')
-rw-r--r--gdb/m68klinux-tdep.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/m68klinux-tdep.c b/gdb/m68klinux-tdep.c
index cf53baeaafc..6f9a34a99e8 100644
--- a/gdb/m68klinux-tdep.c
+++ b/gdb/m68klinux-tdep.c
@@ -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. */