aboutsummaryrefslogtreecommitdiff
path: root/gdb/alpha-tdep.c
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-11-11 23:51:22 +0000
committerDavid Carlton <carlton@bactrian.org>2003-11-11 23:51:22 +0000
commit99a61fab5ac430923f7063f62da281fba23e5bd1 (patch)
treec7f201498ea4bcfe1a8b6acb5d542f6162006bb6 /gdb/alpha-tdep.c
parentdd13cc9a87d19f095a199544e49c73fd98bbe708 (diff)
downloadfsf-binutils-gdb-99a61fab5ac430923f7063f62da281fba23e5bd1.zip
fsf-binutils-gdb-99a61fab5ac430923f7063f62da281fba23e5bd1.tar.gz
fsf-binutils-gdb-99a61fab5ac430923f7063f62da281fba23e5bd1.tar.bz2
2003-11-11 David Carlton <carlton@kealia.com>
* Merge with mainline; tag is carlton-dictionary-20031111-merge.
Diffstat (limited to 'gdb/alpha-tdep.c')
-rw-r--r--gdb/alpha-tdep.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/alpha-tdep.c b/gdb/alpha-tdep.c
index ddf2744..325cf19 100644
--- a/gdb/alpha-tdep.c
+++ b/gdb/alpha-tdep.c
@@ -1136,11 +1136,6 @@ alpha_heuristic_frame_this_id (struct frame_info *next_frame,
struct alpha_heuristic_unwind_cache *info
= alpha_heuristic_frame_unwind_cache (next_frame, this_prologue_cache, 0);
- /* This is meant to halt the backtrace at "_start". Make sure we
- don't halt it at a generic dummy frame. */
- if (deprecated_inside_entry_file (info->start_pc))
- return;
-
*this_id = frame_id_build (info->vfp, info->start_pc);
}