diff options
author | Alan Modra <amodra@gmail.com> | 2025-02-24 16:57:53 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2025-03-04 08:23:16 +1030 |
commit | 43baf926acfa6b244f7c4243d0d75c75dec545f1 (patch) | |
tree | 856cf02b1f54d6f500d116796160ae6301a9b137 /binutils | |
parent | 268c8bda250f0b282d1fa9bdf7e5959cba018eeb (diff) | |
download | binutils-43baf926acfa6b244f7c4243d0d75c75dec545f1.zip binutils-43baf926acfa6b244f7c4243d0d75c75dec545f1.tar.gz binutils-43baf926acfa6b244f7c4243d0d75c75dec545f1.tar.bz2 |
Move BFD_FAKE_SECTION to libbfd.h
BFD_FAKE_SECTION and its sidekick GLOBAL_SYM_INIT don't need to be
cluttering bfd.h, and probably shouldn't be used outside bfd/. To
make them internal to bfd, make the bfd ecoff small common section
declaration global so it can be used instead of a duplicate in
gas/ecoff.c. Oddly this needs to go in bfd/ecofflink.c rather than
bfd/ecoff.c as the former is compiled for all targets needing the
ecoff small common section (some via a call in gas/config/obj-elf.c to
a function in gas/ecoff.c) while the latter is not.
While doing this rename ecoff_scom_section to _bfd_ecoff_scom_section
and remove support for traditional C from GLOBAL_SYM_INIT.
Diffstat (limited to 'binutils')
0 files changed, 0 insertions, 0 deletions