hash table iterator callback functions int vs. bfd_boolean
authorAlan Modra <amodra@gmail.com>
Sun, 28 Mar 2021 23:11:01 +0000 (09:41 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 29 Mar 2021 00:52:21 +0000 (11:22 +1030)
Correct return type of callbacks invoked by htab_traverse and other
hashtab.h functions to int, and one case of a callback invoked by
elf_link_hash_traverse to bfd_boolean.

* elf32-i386.c (elf_i386_finish_local_dynamic_symbol): Return int.
* elf64-ia64-vms.c (elf64_ia64_local_dyn_info_free): Likewise.
(elf64_ia64_local_dyn_sym_thunk): Likewise.
* elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol): Likewise.
* elfnn-aarch64.c (elfNN_aarch64_allocate_local_ifunc_dynrelocs),
(elfNN_aarch64_finish_local_dynamic_symbol): Likewise.
* elfnn-ia64.c (elfNN_ia64_local_dyn_info_free): Likewise.
(elfNN_ia64_local_dyn_sym_thunk): Likewise.
* elfnn-riscv.c (allocate_local_ifunc_dynrelocs): Likewise.
(riscv_pcrel_reloc_eq): Likewise.
(riscv_elf_finish_local_dynamic_symbol): Likewise.
* elfxx-sparc.c (allocate_local_dynrelocs): Likewise.
(finish_local_dynamic_symbol): Likewise.
* elfxx-x86.c (elf_x86_allocate_local_dynreloc): Likewise.
* elfxx-mips.c (mips_elf_resolve_got_page_ref): Likewise.
(mips_elf_count_got_symbols): Change return type to bfd_boolean.

bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-ia64-vms.c
bfd/elf64-x86-64.c
bfd/elfnn-aarch64.c
bfd/elfnn-ia64.c
bfd/elfnn-riscv.c
bfd/elfxx-mips.c
bfd/elfxx-sparc.c
bfd/elfxx-x86.c

index 5cdb6c87313f0fe2c6681a6b921c65783583dba8..398def06eb3859431bfef6279640545aa8ba1dc8 100644 (file)
@@ -1,3 +1,22 @@
+2021-03-29  Alan Modra  <amodra@gmail.com>
+
+       * elf32-i386.c (elf_i386_finish_local_dynamic_symbol): Return int.
+       * elf64-ia64-vms.c (elf64_ia64_local_dyn_info_free): Likewise.
+       (elf64_ia64_local_dyn_sym_thunk): Likewise.
+       * elf64-x86-64.c (elf_x86_64_finish_local_dynamic_symbol): Likewise.
+       * elfnn-aarch64.c (elfNN_aarch64_allocate_local_ifunc_dynrelocs),
+       (elfNN_aarch64_finish_local_dynamic_symbol): Likewise.
+       * elfnn-ia64.c (elfNN_ia64_local_dyn_info_free): Likewise.
+       (elfNN_ia64_local_dyn_sym_thunk): Likewise.
+       * elfnn-riscv.c (allocate_local_ifunc_dynrelocs): Likewise.
+       (riscv_pcrel_reloc_eq): Likewise.
+       (riscv_elf_finish_local_dynamic_symbol): Likewise.
+       * elfxx-sparc.c (allocate_local_dynrelocs): Likewise.
+       (finish_local_dynamic_symbol): Likewise.
+       * elfxx-x86.c (elf_x86_allocate_local_dynreloc): Likewise.
+       * elfxx-mips.c (mips_elf_resolve_got_page_ref): Likewise.
+       (mips_elf_count_got_symbols): Change return type to bfd_boolean.
+
 2021-03-29  Alan Modra  <amodra@gmail.com>
 
        * elflink.c (elf_link_output_symstrtab): Make flinfo parameter
index b95340f289779719a10363c9f5cb8420a9fe8421..ccbf2d6d0e6163bcf49801ccaa4816feb673d853 100644 (file)
@@ -3918,7 +3918,7 @@ elf_i386_finish_dynamic_symbol (bfd *output_bfd,
 /* Finish up local dynamic symbol handling.  We set the contents of
    various dynamic sections here.  */
 
-static bfd_boolean
+static int
 elf_i386_finish_local_dynamic_symbol (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
index 0a8cbc6b5b133183be9deb4f86ce8d6cca451fd5..617ecfe5d08831b07bb51a0b6c56ddb1bd46457d 100644 (file)
@@ -1010,7 +1010,7 @@ elf64_ia64_global_dyn_info_free (void **xentry,
 
 /* Free the local elf64_ia64_dyn_sym_info array.  */
 
-static bfd_boolean
+static int
 elf64_ia64_local_dyn_info_free (void **slot,
                                void * unused ATTRIBUTE_UNUSED)
 {
@@ -1111,7 +1111,7 @@ elf64_ia64_global_dyn_sym_thunk (struct bfd_hash_entry *xentry,
   return TRUE;
 }
 
-static bfd_boolean
+static int
 elf64_ia64_local_dyn_sym_thunk (void **slot, void * xdata)
 {
   struct elf64_ia64_local_hash_entry *entry
index 2fcba8bfd6091f68f99e3d7508916dcd4de7e2bc..5edbb7084ad31be07c617e5dbb712cc845c2e839 100644 (file)
@@ -4574,7 +4574,7 @@ elf_x86_64_finish_dynamic_symbol (bfd *output_bfd,
 /* Finish up local dynamic symbol handling.  We set the contents of
    various dynamic sections here.  */
 
-static bfd_boolean
+static int
 elf_x86_64_finish_local_dynamic_symbol (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
index ccabc4fdcf339c6df7ab62658d232345bebde10d..3ec0983caff0c40a6730549df43fe3e6152360d2 100644 (file)
@@ -8828,7 +8828,7 @@ elfNN_aarch64_allocate_ifunc_dynrelocs (struct elf_link_hash_entry *h,
 /* Allocate space in .plt, .got and associated reloc sections for
    local ifunc dynamic relocs.  */
 
-static bfd_boolean
+static int
 elfNN_aarch64_allocate_local_ifunc_dynrelocs (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
@@ -9475,7 +9475,7 @@ elfNN_aarch64_finish_dynamic_symbol (bfd *output_bfd,
 /* Finish up local dynamic symbol handling.  We set the contents of
    various dynamic sections here.  */
 
-static bfd_boolean
+static int
 elfNN_aarch64_finish_local_dynamic_symbol (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
index 5cb9e6868354a3ddad7a6edd66c4c6845f77f5df..04bf7d7f25ad4588977c635dbe170e63a572b09b 100644 (file)
@@ -1408,7 +1408,7 @@ elfNN_ia64_global_dyn_info_free (void **xentry,
 
 /* Free the local elfNN_ia64_dyn_sym_info array.  */
 
-static bfd_boolean
+static int
 elfNN_ia64_local_dyn_info_free (void **slot,
                                void * unused ATTRIBUTE_UNUSED)
 {
@@ -1507,7 +1507,7 @@ elfNN_ia64_global_dyn_sym_thunk (struct bfd_hash_entry *xentry,
   return TRUE;
 }
 
-static bfd_boolean
+static int
 elfNN_ia64_local_dyn_sym_thunk (void **slot, void * xdata)
 {
   struct elfNN_ia64_local_hash_entry *entry
index ddccb40e243ecf803ded717827a2002c50fab7a5..391846aaa69368d0da5df9f3271a5339ea370dc4 100644 (file)
@@ -1352,7 +1352,7 @@ allocate_ifunc_dynrelocs (struct elf_link_hash_entry *h,
 /* Allocate space in .plt, .got and associated reloc sections for
    local ifunc dynamic relocs.  */
 
-static bfd_boolean
+static int
 allocate_local_ifunc_dynrelocs (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h
@@ -1766,7 +1766,7 @@ riscv_pcrel_reloc_hash (const void *entry)
   return (hashval_t)(e->address >> 2);
 }
 
-static bfd_boolean
+static int
 riscv_pcrel_reloc_eq (const void *entry1, const void *entry2)
 {
   const riscv_pcrel_hi_reloc *e1 = entry1, *e2 = entry2;
@@ -3110,7 +3110,7 @@ riscv_elf_finish_dynamic_symbol (bfd *output_bfd,
 /* Finish up local dynamic symbol handling.  We set the contents of
    various dynamic sections here.  */
 
-static bfd_boolean
+static int
 riscv_elf_finish_local_dynamic_symbol (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h = (struct elf_link_hash_entry *) *slot;
index 6d2909fab1941b08a99c4e5f8869fc152ea5d578..07a233ff9202b907c85100fbd7101f658a8cf514 100644 (file)
@@ -4362,7 +4362,7 @@ mips_elf_record_got_page_entry (struct mips_elf_traverse_got_arg *arg,
    whether the page reference described by *REFP needs a GOT page entry,
    and record that entry in DATA->g if so.  Set DATA->g to null on failure.  */
 
-static bfd_boolean
+static int
 mips_elf_resolve_got_page_ref (void **refp, void *data)
 {
   struct mips_got_page_ref *ref;
@@ -4530,7 +4530,7 @@ mips_use_local_got_p (struct bfd_link_info *info,
    Count the number of global symbols that are in the primary GOT only
    because they have relocations against them (reloc_only_gotno).  */
 
-static int
+static bfd_boolean
 mips_elf_count_got_symbols (struct mips_elf_link_hash_entry *h, void *data)
 {
   struct bfd_link_info *info;
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
index 6ff9fd56ee732a36e35fd0207bee346392d9f01a..81c1e5c7fa6ba442a80c3066c55c79e4304bd1ea 100644 (file)
@@ -534,7 +534,7 @@ elf_x86_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
 elf_x86_allocate_local_dynreloc (void **slot, void *inf)
 {
   struct elf_link_hash_entry *h