* frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
authorKevin Buettner <kevinb@redhat.com>
Tue, 14 Oct 2003 20:44:46 +0000 (20:44 +0000)
committerKevin Buettner <kevinb@redhat.com>
Tue, 14 Oct 2003 20:44:46 +0000 (20:44 +0000)
instead of deprecated_inside_entry_file().

gdb/ChangeLog
gdb/frv-tdep.c

index 9b525f9..137e7ea 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-14  Kevin Buettner  <kevinb@redhat.com>
+
+       * frv-tdep.c (frv_frame_this_id): Call inside_entry_func()
+       instead of deprecated_inside_entry_file().
+
 2003-10-14  Corinna Vinschen  <vinschen@redhat.com>
 
        * sh-tdep.c: Fix copy/paste hangover in comment.
index 055afc5..55e31b8 100644 (file)
@@ -1009,7 +1009,7 @@ frv_frame_this_id (struct frame_info *next_frame,
 
   /* 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 (func))
+  if (inside_entry_func (func))
     return;
 
   /* Check if the stack is empty.  */