Fix merge botch in previous commit.
authorAndrew Cagney <cagney@redhat.com>
Sun, 2 Mar 2003 05:56:56 +0000 (05:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sun, 2 Mar 2003 05:56:56 +0000 (05:56 +0000)
gdb/arm-tdep.c

index 903983d..ebd2594 100644 (file)
@@ -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.  */