* frv-tdep.c (frv_frame_this_id): Eliminate call to
inside_entry_func().
This commit is contained in:
parent
8fe0d34792
commit
3a3da38cb0
2 changed files with 5 additions and 5 deletions
|
@ -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>
|
2003-11-20 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* i386-tdep.c (i386_extract_return_value,
|
* i386-tdep.c (i386_extract_return_value,
|
||||||
|
|
|
@ -1101,11 +1101,6 @@ frv_frame_this_id (struct frame_info *next_frame,
|
||||||
/* The FUNC is easy. */
|
/* The FUNC is easy. */
|
||||||
func = frame_func_unwind (next_frame);
|
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. */
|
/* Check if the stack is empty. */
|
||||||
msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL);
|
msym_stack = lookup_minimal_symbol ("_stack", NULL, NULL);
|
||||||
if (msym_stack && info->base == SYMBOL_VALUE_ADDRESS (msym_stack))
|
if (msym_stack && info->base == SYMBOL_VALUE_ADDRESS (msym_stack))
|
||||||
|
|
Loading…
Add table
Reference in a new issue