aboutsummaryrefslogtreecommitdiff
path: root/gdb/mn10300-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-03-22 01:43:32 +0000
committerAndrew Cagney <cagney@redhat.com>2004-03-22 01:43:32 +0000
commit244675f99af964096502f9dfa58fee5676c4c8d5 (patch)
tree04a62a6e0ddb95e773984398d898103e98ad0dff /gdb/mn10300-tdep.c
parentfb9da979021dd3c7c410b3983e23a884ffcbb9fb (diff)
downloadfsf-binutils-gdb-244675f99af964096502f9dfa58fee5676c4c8d5.zip
fsf-binutils-gdb-244675f99af964096502f9dfa58fee5676c4c8d5.tar.gz
fsf-binutils-gdb-244675f99af964096502f9dfa58fee5676c4c8d5.tar.bz2
2004-03-21 Andrew Cagney <cagney@redhat.com>
* inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete declaration and out-of-date comment. * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point): Delete function. * mn10300-tdep.c (mn10300_gdbarch_init): Do not set deprecated_pc_in_call_dummy.
Diffstat (limited to 'gdb/mn10300-tdep.c')
-rw-r--r--gdb/mn10300-tdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/mn10300-tdep.c b/gdb/mn10300-tdep.c
index 998ee68..21f5069 100644
--- a/gdb/mn10300-tdep.c
+++ b/gdb/mn10300-tdep.c
@@ -1185,7 +1185,6 @@ mn10300_gdbarch_init (struct gdbarch_info info,
/* Calling functions in the inferior from GDB. */
set_gdbarch_deprecated_call_dummy_words (gdbarch, mn10300_call_dummy_words);
set_gdbarch_deprecated_sizeof_call_dummy_words (gdbarch, sizeof (mn10300_call_dummy_words));
- set_gdbarch_deprecated_pc_in_call_dummy (gdbarch, deprecated_pc_in_call_dummy_at_entry_point);
set_gdbarch_deprecated_push_arguments (gdbarch, mn10300_push_arguments);
set_gdbarch_deprecated_reg_struct_has_addr
(gdbarch, mn10300_reg_struct_has_addr);