*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / alpha-tdep.c
index ddf27448380e897d1b8425f7bc3096e8c2e4874d..325cf19b7d4c92f8e8c8d2215d4544f1a354689b 100644 (file)
@@ -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);
 }
 
This page took 0.023954 seconds and 4 git commands to generate.