* cris-tdep.c (cris_gdbarch_init): Do not set
deprecated_extract_struct_value_address.
2004-01-17 Andrew Cagney <cagney@redhat.com>
+ * cris-tdep.c (cris_gdbarch_init): Do not set
+ deprecated_extract_struct_value_address.
+
* xstormy16-tdep.c: Update copyright.
(xstormy16_extract_struct_value_address): Update to current
extract struct value address interface.
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);