bfd/ELF: _bfd_elf_large_com_section is exposed to gas and x86-only

As a non-private data item, it shouldn't have a "_bfd_" prefix, but merely
a "bfd_" one. Furthermore, as being x86-only (forever since its
introduction), it doesn't need to be present in libbfd.{a,so} at all for
other targets.
This commit is contained in:
Jan Beulich
2025-11-07 14:59:45 +01:00
parent 4a890d55ad
commit 8b322fc15a
5 changed files with 16 additions and 17 deletions

View File

@@ -18761,7 +18761,7 @@ handle_large_common (int small ATTRIBUTE_UNUSED)
subseg_set (seg, subseg);
}
elf_com_section_ptr = &_bfd_elf_large_com_section;
elf_com_section_ptr = &bfd_elf_large_com_section;
bss_section = lbss_section;
s_comm_internal (0, elf_common_parse);