https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43748
Iain Sandoe <iains at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> ---
This seems to have been fixed by:
commit 8b0210047962c7342d23a333703203690b76ba3d
Author: Mike Stump <[email protected]>
Date: 2011-02-19 04:54:55 +0000
t-darwin (TM_H): Add dependency on on darwin-sections.def.
* config/t-darwin (TM_H): Add dependency on on
darwin-sections.def.
I can confirm that darwin-sections.def is installed in the plugin include dir
for and ---enable-plugin build on x86_64-darwin19, of gcc-9.4.1 which is the
oldest open branch.
closing as fixed.