From: Jan Beulich Date: Fri, 7 Nov 2025 13:53:32 +0000 (+0100) Subject: bfd/x86: mark _bfd_x86_elf_link_report_tls_{transition,invalid_section}_error() hidden X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=603bc397919649a5920c9a609083eac2dbfe1617;p=thirdparty%2Fbinutils-gdb.git bfd/x86: mark _bfd_x86_elf_link_report_tls_{transition,invalid_section}_error() hidden For some reason the attributes were missing there. --- diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index f3e37678273..9ed1864b9cc 100644 --- a/bfd/elfxx-x86.h +++ b/bfd/elfxx-x86.h @@ -946,11 +946,11 @@ extern void _bfd_x86_elf_link_report_tls_transition_error (struct bfd_link_info *, bfd *, asection *, Elf_Internal_Shdr *, struct elf_link_hash_entry *, Elf_Internal_Sym *, const Elf_Internal_Rela *, const char *, const char *, - enum elf_x86_tls_error_type); + enum elf_x86_tls_error_type) ATTRIBUTE_HIDDEN; extern void _bfd_x86_elf_link_report_tls_invalid_section_error (bfd *, asection *, Elf_Internal_Shdr *, struct elf_link_hash_entry *, - Elf_Internal_Sym *, reloc_howto_type *); + Elf_Internal_Sym *, reloc_howto_type *) ATTRIBUTE_HIDDEN; #define bfd_elf64_mkobject \ _bfd_x86_elf_mkobject