mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* elf32-arm.c (elf32_arm_size_info): Init checksum_contents field.
* elf64-alpha.c (alpha_elf_size_info): Likewise. * elf64-hppa.c (hppa64_elf_size_info): Likewise. * elf64-mips.c (mips_elf64_size_info): Likewise. * elf64-s390.c (s390_elf64_size_info): Likewise. * elf64-sparc.c (elf64_sparc_size_info): Likewise.
This commit is contained in:
parent
00cbee0aa8
commit
1489a3a0d7
@ -1,3 +1,12 @@
|
||||
2007-07-10 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf32-arm.c (elf32_arm_size_info): Init checksum_contents field.
|
||||
* elf64-alpha.c (alpha_elf_size_info): Likewise.
|
||||
* elf64-hppa.c (hppa64_elf_size_info): Likewise.
|
||||
* elf64-mips.c (mips_elf64_size_info): Likewise.
|
||||
* elf64-s390.c (s390_elf64_size_info): Likewise.
|
||||
* elf64-sparc.c (elf64_sparc_size_info): Likewise.
|
||||
|
||||
2007-07-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* elflink.c (bfd_elf_record_link_assignment): Handle indirect
|
||||
|
@ -10133,6 +10133,7 @@ const struct elf_size_info elf32_arm_size_info = {
|
||||
ELFCLASS32, EV_CURRENT,
|
||||
bfd_elf32_write_out_phdrs,
|
||||
bfd_elf32_write_shdrs_and_ehdr,
|
||||
bfd_elf32_checksum_contents,
|
||||
bfd_elf32_write_relocs,
|
||||
elf32_arm_swap_symbol_in,
|
||||
elf32_arm_swap_symbol_out,
|
||||
|
@ -5277,6 +5277,7 @@ static const struct elf_size_info alpha_elf_size_info =
|
||||
ELFCLASS64, EV_CURRENT,
|
||||
bfd_elf64_write_out_phdrs,
|
||||
bfd_elf64_write_shdrs_and_ehdr,
|
||||
bfd_elf64_checksum_contents,
|
||||
bfd_elf64_write_relocs,
|
||||
bfd_elf64_swap_symbol_in,
|
||||
bfd_elf64_swap_symbol_out,
|
||||
|
@ -2774,6 +2774,7 @@ const struct elf_size_info hppa64_elf_size_info =
|
||||
ELFCLASS64, EV_CURRENT,
|
||||
bfd_elf64_write_out_phdrs,
|
||||
bfd_elf64_write_shdrs_and_ehdr,
|
||||
bfd_elf64_checksum_contents,
|
||||
bfd_elf64_write_relocs,
|
||||
bfd_elf64_swap_symbol_in,
|
||||
bfd_elf64_swap_symbol_out,
|
||||
|
@ -3070,6 +3070,7 @@ const struct elf_size_info mips_elf64_size_info =
|
||||
EV_CURRENT,
|
||||
bfd_elf64_write_out_phdrs,
|
||||
bfd_elf64_write_shdrs_and_ehdr,
|
||||
bfd_elf64_checksum_contents,
|
||||
mips_elf64_write_relocs,
|
||||
bfd_elf64_swap_symbol_in,
|
||||
bfd_elf64_swap_symbol_out,
|
||||
|
@ -3413,6 +3413,7 @@ const struct elf_size_info s390_elf64_size_info =
|
||||
ELFCLASS64, EV_CURRENT,
|
||||
bfd_elf64_write_out_phdrs,
|
||||
bfd_elf64_write_shdrs_and_ehdr,
|
||||
bfd_elf64_checksum_contents,
|
||||
bfd_elf64_write_relocs,
|
||||
bfd_elf64_swap_symbol_in,
|
||||
bfd_elf64_swap_symbol_out,
|
||||
|
@ -798,6 +798,7 @@ const struct elf_size_info elf64_sparc_size_info =
|
||||
EV_CURRENT,
|
||||
bfd_elf64_write_out_phdrs,
|
||||
bfd_elf64_write_shdrs_and_ehdr,
|
||||
bfd_elf64_checksum_contents,
|
||||
elf64_sparc_write_relocs,
|
||||
bfd_elf64_swap_symbol_in,
|
||||
bfd_elf64_swap_symbol_out,
|
||||
|
Loading…
Reference in New Issue
Block a user