diff options
author | Kevin Buettner <kevinb@redhat.com> | 2003-11-21 21:36:23 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2003-11-21 21:36:23 +0000 |
commit | 3a3da38cb074f49dd121ff033281eb9f2a126079 (patch) | |
tree | 65cc046ce0ac392b900b682bfe77ac0c2c6bf94b /gdb/frv-tdep.c | |
parent | 8fe0d347924e7cd2d9c3e7889548106c016bac5f (diff) | |
download | gdb-3a3da38cb074f49dd121ff033281eb9f2a126079.zip gdb-3a3da38cb074f49dd121ff033281eb9f2a126079.tar.gz gdb-3a3da38cb074f49dd121ff033281eb9f2a126079.tar.bz2 |
* frv-tdep.c (frv_frame_this_id): Eliminate call to
inside_entry_func().
Diffstat (limited to 'gdb/frv-tdep.c')
-rw-r--r-- | gdb/frv-tdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index e08ebe4..8be7124 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -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)) |