From: Kevin Buettner Date: Mon, 15 Mar 2004 18:31:37 +0000 (+0000) Subject: * frv-tdep.c (frv_call_dummy_words): Delete. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=69bdd6bcb5d1dce8c75ecb13166f29b8aa740dc0;p=pf3gnuchains%2Fpf3gnuchains3x.git * frv-tdep.c (frv_call_dummy_words): Delete. (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ebe5913e74..3edbf902b9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-03-15 Kevin Buettner + + * frv-tdep.c (frv_call_dummy_words): Delete. + (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''. + 2004-03-15 Andrew Cagney * infrun.c (handle_step_into_function, step_over_function): Only diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 3b0fc1ac23..5cb038fb3e 100644 --- a/gdb/frv-tdep.c +++ b/gdb/frv-tdep.c @@ -48,9 +48,6 @@ static gdbarch_breakpoint_from_pc_ftype frv_breakpoint_from_pc; static gdbarch_adjust_breakpoint_address_ftype frv_gdbarch_adjust_breakpoint_address; static gdbarch_skip_prologue_ftype frv_skip_prologue; -static LONGEST frv_call_dummy_words[] = -{0}; - struct frv_unwind_cache /* was struct frame_extra_info */ { @@ -65,7 +62,6 @@ struct frv_unwind_cache /* was struct frame_extra_info */ struct trad_frame_saved_reg *saved_regs; }; - /* A structure describing a particular variant of the FRV. We allocate and initialize one of these structures when we create the gdbarch object for a variant. @@ -925,7 +921,6 @@ frv_frame_unwind_cache (struct frame_info *next_frame, { struct gdbarch *gdbarch = get_frame_arch (next_frame); CORE_ADDR pc; - ULONGEST prev_sp; ULONGEST this_base; struct frv_unwind_cache *info;