2004-01-17 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Sat, 17 Jan 2004 22:45:44 +0000 (22:45 +0000)
committerAndrew Cagney <cagney@redhat.com>
Sat, 17 Jan 2004 22:45:44 +0000 (22:45 +0000)
commit931aecf5eec16660dc9ccc4ac4a4be6c4ca77d8e
tree89a024212f9f2379e75c0c2e57ef6aa5479ea55d
parent756fe439bb676a9dc00b2bdbf9eea8a973738f25
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.
gdb/ChangeLog
gdb/i386-tdep.c
gdb/m68hc11-tdep.c
gdb/sparc-tdep.c
gdb/sparc64-tdep.c
gdb/x86-64-tdep.c
This page took 0.029286 seconds and 4 git commands to generate.