2009-05-29 H.J. Lu <hongjiu.lu@intel.com>
commit46c2bd5ccff8a1c235d5b51063f92e5b49ac3991
authorH.J. Lu <hjl@lucon.org>
Fri, 29 May 2009 18:30:30 +0000 (29 18:30 +0000)
committerH.J. Lu <hjl@lucon.org>
Fri, 29 May 2009 18:30:30 +0000 (29 18:30 +0000)
tree7d240e8ce70c4d419aaf09bae4d0be2ee3aabe37
parent854c8d0fdfa827ac9948116e6ddf6a02cec90fec
2009-05-29  H.J. Lu  <hongjiu.lu@intel.com>

* elf32-i386.c (link_hash_newfunc): Add elf_i386_ prefix.
(create_got_section): Likewise.
(allocate_dynrelocs): Likewise.
(readonly_dynrelocs): Likewise.
(set_tls_module_base): Likewise.
(dtpoff_base): Likewise.
(tpoff): Likewise.
(elf_i386_link_hash_table_create): Updated.
(elf_i386_create_dynamic_sections): Likewise.
(elf_i386_check_relocs): Likewise.
(elf_i386_size_dynamic_sections): Likewise.
(elf_i386_relocate_section): Likewise.

* elf64-x86-64.c (link_hash_newfunc): Add elf64_x86_64_ prefix.
(create_got_section): Likewise.
(allocate_dynrelocs): Likewise.
(readonly_dynrelocs): Likewise.
(set_tls_module_base): Likewise.
(dtpoff_base): Likewise.
(tpoff): Likewise.
(elf64_x86_64_link_hash_table_create): Updated.
(elf64_x86_64_create_dynamic_sections): Likewise.
(elf64_x86_64_check_relocs): Likewise.
(elf64_x86_64_size_dynamic_sections): Likewise.
(elf64_x86_64_relocate_section): Likewise.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c