mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-01 11:59:27 +08:00
2003-04-05 Andrew Cagney <cagney@redhat.com>
* frame.c (get_frame_id): Update comment. (legacy_get_prev_frame): Update comment. * gdbarch.sh: Delete check for EXTRA_FRAME_INFO. * gdbarch.h: Regenerate. * config/sparc/tm-sparc.h (EXTRA_FRAME_INFO): Delete. * frame.h: Delete #ifdef EXTRA_FRAME_INFO code.
This commit is contained in:
@ -65,9 +65,7 @@ get_frame_id (struct frame_info *fi)
|
||||
fi->unwind->this_id (fi->next, &fi->prologue_cache, &fi->id);
|
||||
fi->id_p = 1;
|
||||
/* FIXME: cagney/2002-12-18: Instead of this hack, should only
|
||||
store the frame ID in PREV_FRAME. Unfortunatly, some
|
||||
architectures (HP/UX) still reply on EXTRA_FRAME_INFO and,
|
||||
hence, still poke at the "struct frame_info" object directly. */
|
||||
store the frame ID in PREV_FRAME. */
|
||||
fi->frame = fi->id.base;
|
||||
}
|
||||
return frame_id_build (fi->frame, get_frame_pc (fi));
|
||||
@ -1150,9 +1148,7 @@ legacy_get_prev_frame (struct frame_info *this_frame)
|
||||
frame base, in the frame object. */
|
||||
|
||||
/* FIXME: cagney/2002-12-18: Instead of this hack, should only
|
||||
store the frame ID in PREV_FRAME. Unfortunatly, some
|
||||
architectures (HP/UX) still reply on EXTRA_FRAME_INFO and,
|
||||
hence, still poke at the "struct frame_info" object directly. */
|
||||
store the frame ID in PREV_FRAME. */
|
||||
/* FIXME: cagney/2003-04-04: Once ->frame is eliminated, this
|
||||
assignment can go. */
|
||||
prev->frame = prev->id.base;
|
||||
|
Reference in New Issue
Block a user