* frv-tdep.c (frv_frame_this_id): Eliminate call to
authorKevin Buettner <kevinb@redhat.com>
Fri, 21 Nov 2003 21:36:23 +0000 (21:36 +0000)
committerKevin Buettner <kevinb@redhat.com>
Fri, 21 Nov 2003 21:36:23 +0000 (21:36 +0000)
inside_entry_func().

gdb/ChangeLog
gdb/frv-tdep.c

index 400b025..4a50144 100644 (file)
@@ -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>
 
        * i386-tdep.c (i386_extract_return_value,
index e08ebe4..8be7124 100644 (file)
@@ -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))