mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
2003-11-22 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c (mips_frame_chain): Delete call to deprecated_inside_entry_file.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2003-11-22 Andrew Cagney <cagney@redhat.com>
|
2003-11-22 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* mips-tdep.c (mips_frame_chain): Delete call to
|
||||||
|
deprecated_inside_entry_file.
|
||||||
|
|
||||||
* frame.h (deprecated_set_frame_next_hack): Delete declaration.
|
* frame.h (deprecated_set_frame_next_hack): Delete declaration.
|
||||||
(deprecated_set_frame_prev_hack): Delete declaration.
|
(deprecated_set_frame_prev_hack): Delete declaration.
|
||||||
* frame.c (deprecated_set_frame_next_hack): Delete function.
|
* frame.c (deprecated_set_frame_next_hack): Delete function.
|
||||||
|
@ -2517,9 +2517,6 @@ mips_frame_chain (struct frame_info *frame)
|
|||||||
CORE_ADDR tmp;
|
CORE_ADDR tmp;
|
||||||
CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame);
|
CORE_ADDR saved_pc = DEPRECATED_FRAME_SAVED_PC (frame);
|
||||||
|
|
||||||
if (saved_pc == 0 || deprecated_inside_entry_file (saved_pc))
|
|
||||||
return 0;
|
|
||||||
|
|
||||||
/* Check if the PC is inside a call stub. If it is, fetch the
|
/* Check if the PC is inside a call stub. If it is, fetch the
|
||||||
PC of the caller of that stub. */
|
PC of the caller of that stub. */
|
||||||
if ((tmp = SKIP_TRAMPOLINE_CODE (saved_pc)) != 0)
|
if ((tmp = SKIP_TRAMPOLINE_CODE (saved_pc)) != 0)
|
||||||
|
Reference in New Issue
Block a user