* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
authorIan Lance Taylor <ian@airs.com>
Thu, 17 Apr 1997 16:13:36 +0000 (16:13 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 17 Apr 1997 16:13:36 +0000 (16:13 +0000)
commit6e2183b1a77a5bf3ba7386b05e279ec32a981bbf
tree63bc348ed38a49f08cee14aaa4e0871d4d5d4b12
parent81f01dd5383a189dc4b2e1739b939dea5f5bc225
* elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Define.
(struct elf_i386_link_hash_entry): Define.
(struct elf_i386_link_hash_table): Define.
(elf_i386_link_hash_traverse): Define.
(elf_i386_hash_table): Define.
(elf_i386_link_hash_newfunc): New static function.
(elf_i386_link_hash_table_create): New static function.
(elf_i386_check_relocs): If linking with -Bsymbolic, don't copy
PC relative relocs for a global symbol defined in a regular
object, and count the number of PC relative relocs copied for any
global symbol.
(elf_i386_size_dynamic_sections): If linking with -Bsymbolic,
traverse with elf_i386_discard_copies.
(elf_i386_discard_copies): New static function.
(bfd_elf32_bfd_link_hash_table_create): Define.
bfd/ChangeLog
bfd/elf32-i386.c