2004-04-30 Andrew Cagney <cagney@redhat.com>
* mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function. (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
This commit is contained in:
parent
e81554cd7c
commit
c40f49a4cd
2 changed files with 5 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-04-30 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
|
||||
(mipsnbsd_init_abi): Do not set pc_in_sigtramp.
|
||||
|
||||
2004-04-30 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
|
||||
|
|
|
@ -221,13 +221,6 @@ mipsnbsd_sigtramp_offset (CORE_ADDR pc)
|
|||
return -1;
|
||||
}
|
||||
|
||||
static int
|
||||
mipsnbsd_pc_in_sigtramp (CORE_ADDR pc, char *func_name)
|
||||
{
|
||||
return (nbsd_pc_in_sigtramp (pc, func_name)
|
||||
|| mipsnbsd_sigtramp_offset (pc) >= 0);
|
||||
}
|
||||
|
||||
/* Figure out where the longjmp will land. We expect that we have
|
||||
just entered longjmp and haven't yet setup the stack frame, so
|
||||
the args are still in the argument regs. A0_REGNUM points at the
|
||||
|
@ -345,8 +338,6 @@ static void
|
|||
mipsnbsd_init_abi (struct gdbarch_info info,
|
||||
struct gdbarch *gdbarch)
|
||||
{
|
||||
set_gdbarch_deprecated_pc_in_sigtramp (gdbarch, mipsnbsd_pc_in_sigtramp);
|
||||
|
||||
set_gdbarch_get_longjmp_target (gdbarch, mipsnbsd_get_longjmp_target);
|
||||
|
||||
set_gdbarch_cannot_fetch_register (gdbarch, mipsnbsd_cannot_fetch_register);
|
||||
|
|
Loading…
Reference in a new issue