aboutsummaryrefslogtreecommitdiff
path: root/gdb/arm-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-24 18:23:37 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-24 18:23:37 +0000
commite5d2af146b35918deacdec7270a9e6890410e1a5 (patch)
treed54ca8cb49c927503493c03c11de3f1f505ad66e /gdb/arm-tdep.c
parent756954c3c911ad904623426b5631436511b95cca (diff)
downloadgdb-e5d2af146b35918deacdec7270a9e6890410e1a5.zip
gdb-e5d2af146b35918deacdec7270a9e6890410e1a5.tar.gz
gdb-e5d2af146b35918deacdec7270a9e6890410e1a5.tar.bz2
2002-11-24 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
Diffstat (limited to 'gdb/arm-tdep.c')
-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 5553bb5..68a075a 100644
--- a/gdb/arm-tdep.c
+++ b/gdb/arm-tdep.c
@@ -2839,7 +2839,6 @@ arm_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_call_dummy_address (gdbarch, entry_point_address);
set_gdbarch_push_return_address (gdbarch, arm_push_return_address);
- set_gdbarch_get_saved_register (gdbarch, deprecated_generic_get_saved_register);
set_gdbarch_push_arguments (gdbarch, arm_push_arguments);
set_gdbarch_coerce_float_to_double (gdbarch,
standard_coerce_float_to_double);