OSDN Git Service

bfd/
authorrsandifo <rsandifo>
Sat, 25 Feb 2006 09:23:29 +0000 (09:23 +0000)
committerrsandifo <rsandifo>
Sat, 25 Feb 2006 09:23:29 +0000 (09:23 +0000)
commit7a089f4296ada76c1d5e11ae9328063c4bf28e3b
tree368ea466eb63bec7c0816b327ff1e60e5369e9b8
parent4a5840c9724bae1b502526f63e42fb3632ccaf51
bfd/
* elf-bfd.h (elf_link_hash_table): Add hplt field.
* elflink.c (_bfd_elf_create_dynamic_sections): Initialize it.
* elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
* elf32-frv.c (_frv_create_got_section): Likewise.
* elf32-m32r.c (m32r_elf_create_dynamic_sections): Likewise.
* elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
* elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
* elf64-sh64.c (sh64_elf64_create_dynamic_sections): Likewise.
* elf32-i386.c (elf_i386_link_hash_table): Remove hgot and hplt.
(elf_i386_link_hash_table_create): Don't initialize them.
(elf_i386_size_dynamic_sections): Use the generic ELF hplt and
hgot fields.
(elf_i386_finish_dynamic_symbol): Likewise.
* elf32-ppc.c (ppc_elf_link_hash_table): Remove hplt.
(ppc_elf_size_dynamic_sections): Use the generic ELF hplt fields.
(ppc_elf_finish_dynamic_symbol): Likewise.
bfd/ChangeLog
bfd/elf-bfd.h
bfd/elf-m10300.c
bfd/elf32-frv.c
bfd/elf32-i386.c
bfd/elf32-m32r.c
bfd/elf32-ppc.c
bfd/elf32-sh.c
bfd/elf64-alpha.c
bfd/elf64-sh64.c
bfd/elflink.c