aboutsummaryrefslogtreecommitdiff
path: root/gdb/mcore-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-05-08 22:19:30 +0000
committerAndrew Cagney <cagney@redhat.com>2004-05-08 22:19:30 +0000
commit1ac839b8ccd88fb376204225b0912678140653b5 (patch)
tree4070e07335a21d72d1ab45b8d73c30303f580045 /gdb/mcore-tdep.c
parente21059f29c98c8cfb6277265bee42e3bbb707337 (diff)
downloadfsf-binutils-gdb-1ac839b8ccd88fb376204225b0912678140653b5.zip
fsf-binutils-gdb-1ac839b8ccd88fb376204225b0912678140653b5.tar.gz
fsf-binutils-gdb-1ac839b8ccd88fb376204225b0912678140653b5.tar.bz2
2004-05-08 Andrew Cagney <cagney@redhat.com>
* infcall.c (call_function_by_hand): When no DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos. * rs6000-tdep.c (rs6000_gdbarch_init): Do not set DEPRECATED_SAVE_DUMMY_FRAME_TOS. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto.
Diffstat (limited to 'gdb/mcore-tdep.c')
-rw-r--r--gdb/mcore-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mcore-tdep.c b/gdb/mcore-tdep.c
index 58fe0e8..50aa2c5 100644
--- a/gdb/mcore-tdep.c
+++ b/gdb/mcore-tdep.c
@@ -1055,7 +1055,6 @@ mcore_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
/* Call Dummies: */
- set_gdbarch_deprecated_save_dummy_frame_tos (gdbarch, generic_save_dummy_frame_tos);
set_gdbarch_deprecated_saved_pc_after_call (gdbarch, mcore_saved_pc_after_call);
set_gdbarch_breakpoint_from_pc (gdbarch, mcore_breakpoint_from_pc);
set_gdbarch_deprecated_push_return_address (gdbarch, mcore_push_return_address);