* elf-bfd.h (struct elf_backend_data
[deliverable/binutils-gdb.git] / bfd / elf64-sh64.c
index e76aeb7e7d289f747af1cfa8369141696ddc16fc..4d474389f809c28297bacd7d9bee93589a32f9bc 100644 (file)
@@ -2879,7 +2879,7 @@ sh64_elf64_add_symbol_hook (bfd *abfd, struct bfd_link_info *info,
    we don't need to look up and make sure to emit the main symbol for each
    DataLabel symbol.  */
 
-static bfd_boolean
+static int
 sh64_elf64_link_output_symbol_hook (struct bfd_link_info *info,
                                    const char *cname,
                                    Elf_Internal_Sym *sym,
@@ -2894,7 +2894,7 @@ sh64_elf64_link_output_symbol_hook (struct bfd_link_info *info,
        name[strlen (name) - strlen (DATALABEL_SUFFIX)] = 0;
     }
 
-  return TRUE;
+  return 1;
 }
 
 /* Set bit 0 on the entry address; it always points to SHmedia code.  This
This page took 0.023521 seconds and 4 git commands to generate.