From 4f61df0a3a7a895271cb2813e20bad2f2bf3bcc2 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 31 Jul 2012 19:51:02 +0000 Subject: [PATCH] * ppc-linux-tdep.c (ppc_linux_init_abi): Register linux_get_siginfo_type. --- gdb/ChangeLog | 5 +++++ gdb/ppc-linux-tdep.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 77ae67d38e0..a80cc8da3c9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-07-31 Andreas Schwab + + * ppc-linux-tdep.c (ppc_linux_init_abi): Register + linux_get_siginfo_type. + 2012-07-31 Jan Kratochvil * infcall.c (call_function_by_hand): Move BP_ADDR comment to diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 98704c1e6ee..c7b70dbe38c 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1822,6 +1822,8 @@ ppc_linux_init_abi (struct gdbarch_info info, set_gdbarch_displaced_step_location (gdbarch, ppc_linux_displaced_step_location); } + + set_gdbarch_get_siginfo_type (gdbarch, linux_get_siginfo_type); } /* Provide a prototype to silence -Wmissing-prototypes. */ -- 2.47.2