diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 17:56:32 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2007-06-18 17:56:32 +0000 |
commit | 91da76742f5caa3f6d08fc29b365ba329ae99c07 (patch) | |
tree | c0e3029c6f1d253d4563c4d18b9b67a8f8735c27 /gdb/ia64-tdep.c | |
parent | 8dce424debd0384de0d0e05ca027dc7d8d2ebfcd (diff) | |
download | gdb-91da76742f5caa3f6d08fc29b365ba329ae99c07.tar.gz |
2007-06-18 Markus Deuling <deuling@de.ibm.com>
* gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
* sh-tdep.c (sh_extract_struct_value_address): Remove.
(sh_gdbarch_init): Remove
set_gdbarch_deprecated_extract_struct_value_address.
* sh64-tdep.c (sh64_extract_struct_value_address): Remove.
(sh64_gdbarch_init): Remove
set_gdbarch_deprecated_extract_struct_value_address.
* ia64-tdep.c (ia64_extract_struct_value_address): Remove.
(ia64_gdbarch_init): Remove
set_gdbarch_deprecated_extract_struct_value_address.
* frv-tdep.c (frv_extract_struct_value_address): Remove.
(frv_gdbarch_init): Remove
set_gdbarch_deprecated_extract_struct_value_address.
* gdbarch.c, gdbarch.h: Regenerate.
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index afb15190052..841215dc108 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -2994,13 +2994,6 @@ ia64_extract_return_value (struct type *type, struct regcache *regcache, } } -CORE_ADDR -ia64_extract_struct_value_address (struct regcache *regcache) -{ - error (_("ia64_extract_struct_value_address called and cannot get struct value address")); - return 0; -} - static int is_float_or_hfa_type_recurse (struct type *t, struct type **etp) @@ -3551,7 +3544,6 @@ ia64_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches) set_gdbarch_extract_return_value (gdbarch, ia64_extract_return_value); set_gdbarch_store_return_value (gdbarch, ia64_store_return_value); - set_gdbarch_deprecated_extract_struct_value_address (gdbarch, ia64_extract_struct_value_address); set_gdbarch_memory_insert_breakpoint (gdbarch, ia64_memory_insert_breakpoint); set_gdbarch_memory_remove_breakpoint (gdbarch, ia64_memory_remove_breakpoint); |