*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / d10v-tdep.c
index 3090cc8bca4ec438c60e0fb334da58ac37779f36..db30460f1615c682a115df395ba9e2264b6e4f66 100644 (file)
@@ -506,7 +506,7 @@ d10v_skip_prologue (CORE_ADDR pc)
   struct symtab_and_line sal;
 
   /* If we have line debugging information, then the end of the prologue 
-     should the first assembly instruction of the first source line */
+     should be the first assembly instruction of the first source line.  */
   if (find_pc_partial_function (pc, NULL, &func_addr, &func_end))
     {
       sal = find_pc_line (func_addr, 0);
@@ -1405,11 +1405,6 @@ d10v_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 (func <= IMEM_START || deprecated_inside_entry_file (func))
-    return;
-
   /* Hopefully the prologue analysis either correctly determined the
      frame's base (which is the SP from the previous frame), or set
      that base to "NULL".  */
This page took 0.023335 seconds and 4 git commands to generate.