From 2593d1cdadf3f447af2054c81eb1d0ae90bc8d6d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 1 May 2004 00:09:12 +0000 Subject: [PATCH] 2004-04-30 Andrew Cagney * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set deprecated_pc_in_sigtramp. (ppcnbsd_pc_in_sigtramp): Delete function. --- gdb/ChangeLog | 6 ++++++ gdb/ppcnbsd-tdep.c | 8 -------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c4381204160..d2cf99c5543 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-04-30 Andrew Cagney + + * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set + deprecated_pc_in_sigtramp. + (ppcnbsd_pc_in_sigtramp): Delete function. + 2004-05-01 Mark Kettenis * config/m68k/nm-nbsd.h: Tweak comments. diff --git a/gdb/ppcnbsd-tdep.c b/gdb/ppcnbsd-tdep.c index bfc869d459f..77150af0c41 100644 --- a/gdb/ppcnbsd-tdep.c +++ b/gdb/ppcnbsd-tdep.c @@ -201,13 +201,6 @@ static struct core_fns ppcnbsd_elfcore_fns = NULL /* next */ }; -static int -ppcnbsd_pc_in_sigtramp (CORE_ADDR pc, char *func_name) -{ - /* FIXME: Need to add support for kernel-provided signal trampolines. */ - return (nbsd_pc_in_sigtramp (pc, func_name)); -} - /* NetBSD is confused. It appears that 1.5 was using the correct SVr4 convention but, 1.6 switched to the below broken convention. For the moment use the broken convention. Ulgh!. */ @@ -288,7 +281,6 @@ static void ppcnbsd_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) { - set_gdbarch_deprecated_pc_in_sigtramp (gdbarch, ppcnbsd_pc_in_sigtramp); /* For NetBSD, this is an on again, off again thing. Some systems do use the broken struct convention, and some don't. */ set_gdbarch_return_value (gdbarch, ppcnbsd_return_value); -- 2.30.2