* elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
commitb92760efed1abb309518ec45d204bb01d732f132
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Jan 2003 12:55:11 +0000 (21 12:55 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 21 Jan 2003 12:55:11 +0000 (21 12:55 +0000)
tree465b29f5e8017200e233f165a5b8e21d529b8a4f
parent06f5b8d5350d15e73dbd16c32d3db76182078f26
* 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