mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
2002-11-24 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c (arm_gdbarch_init): Do not set get_saved_register.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user