* frv-tdep.c (frv_frame_this_id): Eliminate call to

inside_entry_func().
This commit is contained in:
Kevin Buettner 2003-11-21 21:36:23 +00:00
parent 8fe0d34792
commit 3a3da38cb0
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,8 @@
2003-11-21 Kevin Buettner <kevinb@redhat.com>
* frv-tdep.c (frv_frame_this_id): Eliminate call to
inside_entry_func().
2003-11-20 Mark Kettenis <kettenis@gnu.org>
* i386-tdep.c (i386_extract_return_value,

View file

@ -1101,11 +1101,6 @@ frv_frame_this_id (struct frame_info *next_frame,
/* The FUNC is easy. */
func = frame_func_unwind (next_frame);
/* This is meant to halt the backtrace at "_start". Make sure we
don't halt it at a generic dummy frame. */
if (inside_entry_func (func))
return;
/* Check if the stack is empty. */
msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL);
if (msym_stack && info->base == SYMBOL_VALUE_ADDRESS (msym_stack))