mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user