summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-03-02 05:56:56 +0000
committerAndrew Cagney <cagney@redhat.com>2003-03-02 05:56:56 +0000
commitbcd45352dd3440cdb05a570b2b8a8507f59137d1 (patch)
treea69d486cf74e61165ff74f1c3b607da17a439d97 /gdb
parent66bf21444639f0a087fb4697ea95b901b4523ada (diff)
downloadgdb-bcd45352dd3440cdb05a570b2b8a8507f59137d1.tar.gz
Fix merge botch in previous commit.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/arm-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 903983d34cf..ebd25948ad8 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -2915,7 +2915,6 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_frame_num_args (gdbarch, arm_frame_num_args);
set_gdbarch_frame_args_skip (gdbarch, 0);
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, arm_frame_init_saved_regs);
- set_gdbarch_frame_init_saved_regs (gdbarch, arm_frame_init_saved_regs);
set_gdbarch_pop_frame (gdbarch, arm_pop_frame);
/* Address manipulation. */