2004-01-17 Andrew Cagney <cagney@redhat.com>
* cris-tdep.c (cris_gdbarch_init): Do not set deprecated_extract_struct_value_address.
This commit is contained in:
parent
07be497a4f
commit
def7e6edde
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2004-01-17 Andrew Cagney <cagney@redhat.com>
|
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-tdep.c: Update copyright.
|
||||||
(xstormy16_extract_struct_value_address): Update to current
|
(xstormy16_extract_struct_value_address): Update to current
|
||||||
extract struct value address interface.
|
extract struct value address interface.
|
||||||
|
|
|
@ -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_pop_frame (gdbarch, cris_pop_frame);
|
||||||
|
|
||||||
set_gdbarch_deprecated_store_struct_return (gdbarch, cris_store_struct_return);
|
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_use_struct_convention (gdbarch, always_use_struct_convention);
|
||||||
|
|
||||||
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, cris_frame_init_saved_regs);
|
set_gdbarch_deprecated_frame_init_saved_regs (gdbarch, cris_frame_init_saved_regs);
|
||||||
|
|
Loading…
Reference in a new issue