2004-04-30 Andrew Cagney * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set deprecated_pc_in_sigtramp. (ppcnbsd_pc_in_sigtramp): Delete function. Index: ppcnbsd-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/ppcnbsd-tdep.c,v retrieving revision 1.14 diff -p -u -r1.14 ppcnbsd-tdep.c --- ppcnbsd-tdep.c 23 Apr 2004 01:02:32 -0000 1.14 +++ ppcnbsd-tdep.c 1 May 2004 00:07:51 -0000 @@ -201,13 +201,6 @@ static struct core_fns ppcnbsd_elfcore_f 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);