summaryrefslogtreecommitdiff
path: root/bfd/elf32-hppa.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-04 02:06:22 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-04 02:06:22 +0000
commite6269246097917e9cf652286bc68e3bc9c257ba1 (patch)
tree4526dc0dfc897a0d3fda622e63af727390854ccf /bfd/elf32-hppa.h
parentba685ccb8e48c0f831dc9627936a8c70535f994b (diff)
downloadbinutils-redhat-e6269246097917e9cf652286bc68e3bc9c257ba1.tar.gz
* 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.
Diffstat (limited to 'bfd/elf32-hppa.h')
-rw-r--r--bfd/elf32-hppa.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/elf32-hppa.h b/bfd/elf32-hppa.h
index ea680c305d..720cd087ae 100644
--- a/bfd/elf32-hppa.h
+++ b/bfd/elf32-hppa.h
@@ -36,6 +36,12 @@
#include "libhppa.h"
#include "elf/hppa.h"
+int elf32_hppa_setup_section_lists
+ PARAMS ((bfd *, struct bfd_link_info *));
+
+void elf32_hppa_next_input_section
+ PARAMS ((struct bfd_link_info *, asection *));
+
boolean elf32_hppa_size_stubs
PARAMS ((bfd *, bfd *, struct bfd_link_info *, boolean, bfd_signed_vma,
asection * (*) PARAMS ((const char *, asection *)),