Browse Source

* i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.

binutils-2_13-branch
Mark Kettenis 24 years ago
parent
commit
77b13a25ae
  1. 2
      gdb/ChangeLog
  2. 11
      gdb/i386bsd-tdep.c

2
gdb/ChangeLog

@ -1,5 +1,7 @@
2002-07-01 Mark Kettenis <kettenis@gnu.org>
* i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
* config/i386/tm-i386sol2.h (COERCE_FLOAT_TO_DOUBLE): Removed.
* i386-sol2-tdep.c (i386_sol2_init_abi): Adjust for the removal of
this macro. Include "value.h".

11
gdb/i386bsd-tdep.c

@ -71,17 +71,6 @@ i386bsd_sigtramp_saved_pc (struct frame_info *frame)
return read_memory_unsigned_integer (addr + sc_pc_offset, 4);
}
/* Return the saved program counter for FRAME. */
static CORE_ADDR
i386bsd_frame_saved_pc (struct frame_info *frame)
{
if (frame->signal_handler_caller)
return i386bsd_sigtramp_saved_pc (frame);
return read_memory_unsigned_integer (frame->frame + 4, 4);
}
/* Return the start address of the sigtramp routine. */
CORE_ADDR

Loading…
Cancel
Save