diff options
author | Kevin Buettner <kevinb@redhat.com> | 2004-03-15 18:31:37 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2004-03-15 18:31:37 +0000 |
commit | 69bdd6bcb5d1dce8c75ecb13166f29b8aa740dc0 (patch) | |
tree | 71ef7fc63276112fb1936b299de0bd3bcc242103 /gdb/frv-tdep.c | |
parent | c862be66fa8e95f7c4488326c048aaa653eae997 (diff) | |
download | gdb-69bdd6bcb5d1dce8c75ecb13166f29b8aa740dc0.tar.gz |
* frv-tdep.c (frv_call_dummy_words): Delete.
(frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
Diffstat (limited to 'gdb/frv-tdep.c')
-rw-r--r-- | gdb/frv-tdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/frv-tdep.c b/gdb/frv-tdep.c index 3b0fc1ac23b..5cb038fb3ea 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; |