2004-01-17 Andrew Cagney * cris-tdep.c (cris_gdbarch_init): Do not set deprecated_extract_struct_value_address. Index: cris-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/cris-tdep.c,v retrieving revision 1.94 diff -u -r1.94 cris-tdep.c --- cris-tdep.c 17 Jan 2004 18:52:33 -0000 1.94 +++ cris-tdep.c 17 Jan 2004 19:52:47 -0000 @@ -4243,8 +4243,6 @@ 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);