OSDN Git Service

* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
authorAndreas Schwab <schwab@suse.de>
Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Tue, 21 Jan 2003 12:55:11 +0000 (12:55 +0000)
commitf58ddb9e0fecb126b7861f4afafc9a13a2cece12
tree206715d74ad39b9c0a1001d952f383757fcaeb0e
parent497e35fb4e19f19c3cab3f80d981c768dc318c28
* 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