diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-17 22:45:44 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-17 22:45:44 +0000 |
commit | 931aecf5eec16660dc9ccc4ac4a4be6c4ca77d8e (patch) | |
tree | 89a024212f9f2379e75c0c2e57ef6aa5479ea55d /gdb/x86-64-tdep.c | |
parent | 756fe439bb676a9dc00b2bdbf9eea8a973738f25 (diff) | |
download | gdb-931aecf5eec16660dc9ccc4ac4a4be6c4ca77d8e.zip gdb-931aecf5eec16660dc9ccc4ac4a4be6c4ca77d8e.tar.gz gdb-931aecf5eec16660dc9ccc4ac4a4be6c4ca77d8e.tar.bz2 |
2004-01-17 Andrew Cagney <cagney@redhat.com>
* x86-64-tdep.c (x86_64_init_abi): No need to clear
extract_struct_value_address, i386 does not set it.
* sparc64-tdep.c (sparc64_init_abi): Do not set
extract_struct_value_address, never called.
(sparc64_extract_struct_value_address): Delete function.
* m68hc11-tdep.c: Update copyright.
(m68hc11_gdbarch_init): Delete redundant assignment of
extract_struct_value_address.
* i386-tdep.c: Update copyright.
(i386_gdbarch_init): Do not set extract_struct_value_address,
never called.
(i386_extract_struct_value_address): Delete function.
* sparc-tdep.c (sparc32_gdbarch_init): Do not set
extract_struct_value_address, never called.
(sparc32_extract_struct_value_address): #if 0 function.
Diffstat (limited to 'gdb/x86-64-tdep.c')
-rw-r--r-- | gdb/x86-64-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/x86-64-tdep.c b/gdb/x86-64-tdep.c index fcb29ed..b19372f 100644 --- a/gdb/x86-64-tdep.c +++ b/gdb/x86-64-tdep.c @@ -1109,8 +1109,6 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch) set_gdbarch_value_to_register (gdbarch, i387_value_to_register); set_gdbarch_return_value (gdbarch, amd64_return_value); - /* Override, since this is handled by amd64_extract_return_value. */ - set_gdbarch_extract_struct_value_address (gdbarch, NULL); set_gdbarch_skip_prologue (gdbarch, amd64_skip_prologue); |