mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
2003-10-31 Andrew Cagney <cagney@redhat.com>
* avr-tdep.c (avr_frame_this_id): Do not call deprecated_inside_entry_file. * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto. * m32r-tdep.c (m32r_frame_this_id): Ditto. * d10v-tdep.c (d10v_frame_this_id): Ditto. * arm-tdep.c (arm_prologue_this_id): Ditto. * alpha-tdep.c (alpha_heuristic_frame_this_id): Ditto.
This commit is contained in:
@@ -994,7 +994,7 @@ arm_prologue_this_id (struct frame_info *next_frame,
|
||||
|
||||
/* This is meant to halt the backtrace at "_start". Make sure we
|
||||
don't halt it at a generic dummy frame. */
|
||||
if (func <= LOWEST_PC || deprecated_inside_entry_file (func))
|
||||
if (func <= LOWEST_PC)
|
||||
return;
|
||||
|
||||
/* If we've hit a wall, stop. */
|
||||
|
||||
Reference in New Issue
Block a user