diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-03-14 16:05:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-03-14 16:05:36 +0000 |
commit | 129c1cd6c2eade2bef833eaf25a0e9b0de9ef946 (patch) | |
tree | 1018490dc7433e5fdfeade1f30397e96a15d700a /gdb/cris-tdep.c | |
parent | 49ae03bff7760b46399fb873052fbdf2d7ebd5e3 (diff) | |
download | gdb-129c1cd6c2eade2bef833eaf25a0e9b0de9ef946.zip gdb-129c1cd6c2eade2bef833eaf25a0e9b0de9ef946.tar.gz gdb-129c1cd6c2eade2bef833eaf25a0e9b0de9ef946.tar.bz2 |
2003-03-14 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DEPRECATED_GET_SAVED_REGISTER): Replace
GET_SAVED_REGISTER.
* gdbarch.h, gdbarch.c: Re-generate.
* frame.h: Update comments.
* xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
* x86-64-tdep.c (x86_64_init_abi): Update.
* sparc-tdep.c (sparc_gdbarch_init): Update.
* sh-tdep.c (sh_gdbarch_init): Update.
* mips-tdep.c (mips_gdbarch_init): Update.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
* cris-tdep.c (cris_gdbarch_init): Update.
* ia64-tdep.c (ia64_gdbarch_init): Update.
* frame.c (frame_register): Update.
(get_saved_register): Update.
* config/sparc/tm-sparc.h (DEPRECATED_GET_SAVED_REGISTER): Update.
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r-- | gdb/cris-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c index 53eb953..c71c12f 100644 --- a/gdb/cris-tdep.c +++ b/gdb/cris-tdep.c @@ -4279,7 +4279,7 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_call_dummy_stack_adjust_p (gdbarch, 0); set_gdbarch_fix_call_dummy (gdbarch, generic_fix_call_dummy); - set_gdbarch_get_saved_register (gdbarch, deprecated_generic_get_saved_register); + set_gdbarch_deprecated_get_saved_register (gdbarch, deprecated_generic_get_saved_register); /* No register requires conversion from raw format to virtual format. */ set_gdbarch_register_convertible (gdbarch, generic_register_convertible_not); |