* elf32-i386 (elf_i386_copy_indirect_symbol): New function.
authorAlan Modra <amodra@gmail.com>
Wed, 26 Sep 2001 09:25:04 +0000 (09:25 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 26 Sep 2001 09:25:04 +0000 (09:25 +0000)
commitebe50baeda5c6c4415992f874283e977767d475d
tree5252a76501e189337c7ff4499c6e544798fde005
parente5e2b9ff10a2c61ee5e3c658022fd8789ebcf746
* elf32-i386 (elf_i386_copy_indirect_symbol): New function.
(elf_backend_copy_indirect_symbol): Define.
(struct elf_i386_link_hash_entry): Rename "root" to "elf".
(struct elf_i386_link_hash_table): Likewise.
(link_hash_newfunc): Get rid of unnecessary casts.
(elf_i386_link_hash_table_create): Likewise.
(elf_i386_check_relocs): Initialise local_got_refcounts to 0.
Don't test input section SEC_READONLY here to try to avoid copy
relocs, and keep dyn_relocs regardleas of ELF_LINK_NON_GOT_REF.
(elf_i386_adjust_dynamic_symbol): Check output section SEC_READONLY
here to properly test whether we need copy relocs.  Do so for weak
syms too.

* elf32-hppa (elf32_hppa_copy_indirect_symbol): New function.
(elf_backend_copy_indirect_symbol): Define.
(struct elf32_hppa_link_hash_table): Rename "root" to "elf".
(stub_hash_newfunc): Get rid of unnecessary casts.
(hppa_link_hash_newfunc): Likewise.
(elf32_hppa_check_relocs): Initialise local_got_refcounts to 0.
Don't test input section SEC_READONLY here to try to avoid copy
relocs, and keep dyn_relocs regardleas of ELF_LINK_NON_GOT_REF.
(elf32_hppa_adjust_dynamic_symbol): Check output section SEC_READONLY
here to properly test whether we need copy relocs.  Do so for weak
syms too.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-i386.c
This page took 0.025669 seconds and 4 git commands to generate.