| commit | 8b322fc15af524113e13f6bb8b7bf6a23f3b8dc6 | [log] [tgz] |
|---|---|---|
| author | Jan Beulich <jbeulich@suse.com> | Fri Nov 07 14:59:45 2025 +0100 |
| committer | Jan Beulich <jbeulich@suse.com> | Fri Nov 07 14:59:45 2025 +0100 |
| tree | 889d912c1fa587962a5f942c8c58a561be5241c3 | |
| parent | 4a890d55ada04cb8054bdbbd6677ecebadb20455 [diff] |
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.