hash table iterator callback functions int vs. bfd_boolean
[deliverable/binutils-gdb.git] / bfd / elfxx-sparc.c
index 2173465e651040e36d0433b34d3e6d22dc540027..f2ef9a34499cc2d121cbb5d3c036d7d1ed51e284 100644 (file)
@@ -2345,7 +2345,7 @@ allocate_dynrelocs (struct elf_link_hash_entry *h, void * inf)
 /* Allocate space in .plt, .got and associated reloc sections for
    local dynamic relocs.  */
 
-static bfd_boolean
+static int
 allocate_local_dynrelocs (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
@@ -4658,7 +4658,7 @@ sparc_vxworks_finish_shared_plt (bfd *output_bfd, struct bfd_link_info *info)
 /* Finish up local dynamic symbol handling.  We set the contents of
    various dynamic sections here.  */
 
-static bfd_boolean
+static int
 finish_local_dynamic_symbol (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
This page took 0.027574 seconds and 4 git commands to generate.