* elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
authorAlan Modra <amodra@gmail.com>
Sat, 4 May 2002 02:06:22 +0000 (02:06 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 4 May 2002 02:06:22 +0000 (02:06 +0000)
commitb4655ea91714a2bb40fe1fcae95c36f6e9d6c17b
treeb1f8abd0021d85ed808ca0d233c99def6e04455b
parente58a75dc2d5600115065e89bc67ad261ab4c0088
* elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
bfd_count top_index, input_list, all_local_syms.
(elf32_hppa_setup_section_lists): New function, split from
elf32_hppa_size_stubs.
(elf32_hppa_next_input_section): Likewise.
(group_sections): Likewise.
(get_local_syms): Likewise.
(elf32_hppa_size_stubs): Adjust for split out functions.  Look for
stubs on undefined syms too.
(elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
Only access htab elf fields when we have and elf hash table.
* elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
(elf32_hppa_next_input_section): Declare.
bfd/ChangeLog
bfd/elf32-hppa.c
bfd/elf32-hppa.h