* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)
commit7fce784e9a2c17aa56a1ff5edd8214487154c044
tree5be5b13b06218a654222d0afed21b5897c3a5ea7
parent1bbc9cec6b49e928898668d59dda264e704ae27a
* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
(struct ppc_elf_link_hash_entry): Define.
(ppc_elf_hash_entry): New function.
(struct ppc_elf_link_hash_table): Define.
(ppc_elf_hash_table): New function.
(ppc_elf_link_hash_newfunc): New function.
(ppc_elf_link_hash_table_create): New function.
(ppc_elf_copy_indirect_symbol): New function.
(allocate_dynrelocs): New function.
(readonly_dynrelocs): New function.
(ppc_elf_size_dynamic_sections): Allocate space for dynamic
relocs and determine DT_TEXTREL.
(ppc_elf_check_relocs): Don't do that here, just count the
dynamic relocs.
(ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
removed section.
(bfd_elf32_bfd_link_hash_table_create): Define.
(elf_backend_copy_indirect_symbol): Define.
bfd/ChangeLog
bfd/elf32-ppc.c