No need to expose it, even less so in the dynamic symbol table.
extern bfd_vma elf32_r_info (bfd_vma, bfd_vma);
extern bfd_vma elf32_r_sym (bfd_vma);
-extern bool is_debuginfo_file (bfd *);
-
-
extern bool _bfd_elf_init_secondary_reloc_section
(bfd *, Elf_Internal_Shdr *, const char *, unsigned int) ATTRIBUTE_HIDDEN;
extern bool _bfd_elf_slurp_secondary_reloc_section
is no defined method for detecting such files, so we have to
use heuristics instead. */
-bool
+static bool
is_debuginfo_file (bfd *abfd)
{
if (abfd == NULL || bfd_get_flavour (abfd) != bfd_target_elf_flavour)