2003-09-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index 2a4bf6f16f6dcc6ff3a9e4b24df5e01321033468..90bf9102ebe1e0aca67376793f6df5401d584ce2 100644 (file)
@@ -972,7 +972,7 @@ avr_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 (inside_entry_file (func))
+  if (deprecated_inside_entry_file (func))
     return;
 
   /* Hopefully the prologue analysis either correctly determined the
This page took 0.026919 seconds and 4 git commands to generate.