OSDN Git Service

2004-01-17 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 17 Jan 2004 20:02:04 +0000 (20:02 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 17 Jan 2004 20:02:04 +0000 (20:02 +0000)
* cris-tdep.c (cris_gdbarch_init): Do not set
deprecated_extract_struct_value_address.

gdb/ChangeLog
gdb/cris-tdep.c

index fb154f0..6c2c4d6 100644 (file)
@@ -1,5 +1,8 @@
 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.
index 14ecb61..fe8b972 100644 (file)
@@ -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);