diff options
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index ed66d74..63f4ae4 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -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) { |