https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123908
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
--- Comment #24 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Should be fixed now.
If symvers should never be used for mingw then acinclude.m4 should be adjusted
to make that the default. Requiring --disable-symvers to be used explicitly for
a correct build is just asking for trouble.
However, it seems useful to be able to restrict the exported symbols to the
ones we really want to export, which is what the linker script does. So I think
it's worth keeping. We just need to remember to edit it when adding new symbols
that are only defined for Windows.