include/elf/
[deliverable/binutils-gdb.git] / gdb / cris-tdep.c
index ed66d74583c99466d67894aa0f353210b3f57fa8..63f4ae4fef92c850b6abd27891f7a35cfd024ae8 100644 (file)
@@ -453,7 +453,7 @@ static const struct frame_unwind cris_sigtramp_frame_unwind =
   cris_sigtramp_frame_sniffer
 };
 
-int
+static int
 crisv32_single_step_through_delay (struct gdbarch *gdbarch,
                                   struct frame_info *this_frame)
 {
@@ -745,7 +745,7 @@ pop_stack_item (struct stack_item *si)
    in the stack frame.  sp is even more special: the address we return
    for it IS the sp for the next frame.  */
 
-struct cris_unwind_cache *
+static struct cris_unwind_cache *
 cris_frame_unwind_cache (struct frame_info *this_frame,
                         void **this_prologue_cache)
 {
This page took 0.023607 seconds and 4 git commands to generate.