summaryrefslogtreecommitdiff
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
commita19c9296107519bb76b0d383055dd7a6a81e0123 (patch)
tree9d0774d47181f01ce6dbf7babd6c7e1b7b5affe3
parent709edde532f0e91782081b54b15832b5ce423554 (diff)
downloadgdb-a19c9296107519bb76b0d383055dd7a6a81e0123.tar.gz
2002-11-24 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/arm-tdep.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3f33d39f47a..031101a0347 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2002-11-24 Andrew Cagney <ac131313@redhat.com>
+ * arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
+
+2002-11-24 Andrew Cagney <ac131313@redhat.com>
+
* frame.c (set_unwind_by_pc): Revert change below, use
PC_IN_CALL_DUMMY.
(get_prev_frame): Ditto.
diff --git a/gdb/arm-tdep.c b/gdb/arm-tdep.c
index 5553bb5352e..68a075a5855 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);