Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / elfxx-sparc.h
index 15322dff639bcda4aeb33c6f12d88cbaee95396a..bf8709be63e8af340fbeaf3ef19797fd3c2815fc 100644 (file)
@@ -46,6 +46,9 @@ struct _bfd_sparc_elf_link_hash_table
 {
   struct elf_link_hash_table elf;
 
+  /* Short-cut to get to dynamic linker sections.  */
+  asection *interp;
+
   union
   {
     bfd_signed_vma refcount;
@@ -136,6 +139,8 @@ extern bfd_boolean _bfd_sparc_elf_finish_dynamic_symbol
    Elf_Internal_Sym *sym);
 extern bfd_boolean _bfd_sparc_elf_finish_dynamic_sections
   (bfd *, struct bfd_link_info *);
+extern bfd_boolean _bfd_sparc_elf_fixup_symbol
+  (struct bfd_link_info *, struct elf_link_hash_entry *);
 extern bfd_boolean _bfd_sparc_elf_object_p
   (bfd *);
 extern bfd_vma _bfd_sparc_elf_plt_sym_val
This page took 0.024806 seconds and 4 git commands to generate.