* i386bsd-tdep.c (i386bsd_frame_saved_pc): Removed.
This commit is contained in:
parent
52e9098c24
commit
77b13a25ae
@ -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".
|
||||
|
@ -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…
Reference in New Issue
Block a user