2003-09-12 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / frv-tdep.c
index c217f0bb77dabe42e7e11b3bbc7db54398b6fadc..fe53e56f830d614f2657d4d09dd0fb4837141a69 100644 (file)
@@ -29,6 +29,7 @@
 #include "frame-unwind.h"
 #include "frame-base.h"
 #include "trad-frame.h"
+#include "dis-asm.h"
 
 extern void _initialize_frv_tdep (void);
 
@@ -965,7 +966,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 (inside_entry_file (func))
+  if (deprecated_inside_entry_file (func))
     return;
 
   /* Check if the stack is empty.  */
This page took 0.02295 seconds and 4 git commands to generate.