]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Fix Darwin bootstrap by simplifying ver file syntax.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 26 Jun 2025 22:43:02 +0000 (23:43 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Fri, 27 Jun 2025 08:03:33 +0000 (09:03 +0100)
commit5d613f473126772c47180d895b5ca438329534e2
tree58b7819fcc90d1030eefb6bed9ec6c14803651d9
parente0587298d5e7a97539b134460c37032e20bfcbba
libstdc++: Fix Darwin bootstrap by simplifying ver file syntax.

The symbol parsing script does not handle the closing brace of a new
symbol group and the identifier for the inherited group to be on
different lines, which r16-1708-gaf5b72cf9f564 introduced. Fixed by
making the conditional encompass both the brace and the identifier.

libstdc++-v3/ChangeLog:

* config/abi/pre/gnu.ver: Keep the closing brace of the
CXXABI_1.3.17 symbol group together with the identifier
for the inherited group.

Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
libstdc++-v3/config/abi/pre/gnu.ver