summaryrefslogtreecommitdiff
path: root/gdb/cris-tdep.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-17 20:02:04 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-17 20:02:04 +0000
commitdef7e6eddebb87f7304b3d0ef7ca0427d5056300 (patch)
tree965f15b18ffee0ece40feca8b5ac31eeebc58119 /gdb/cris-tdep.c
parent07be497a4f8cc738dd34e269cdb60940822ec242 (diff)
downloadbinutils-gdb-def7e6eddebb87f7304b3d0ef7ca0427d5056300.tar.gz
2004-01-17 Andrew Cagney <cagney@redhat.com>
* cris-tdep.c (cris_gdbarch_init): Do not set deprecated_extract_struct_value_address.
Diffstat (limited to 'gdb/cris-tdep.c')
-rw-r--r--gdb/cris-tdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/cris-tdep.c b/gdb/cris-tdep.c
index 14ecb613db7..fe8b9726972 100644
--- a/gdb/cris-tdep.c
+++ b/gdb/cris-tdep.c
@@ -4243,8 +4243,6 @@ cris_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
set_gdbarch_deprecated_pop_frame (gdbarch, cris_pop_frame);
set_gdbarch_deprecated_store_struct_return (gdbarch, cris_store_struct_return);
- set_gdbarch_deprecated_extract_struct_value_address
- (gdbarch, cris_extract_struct_value_address);
set_gdbarch_use_struct_convention (gdbarch, always_use_struct_convention);
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, cris_frame_init_saved_regs);