gcc/libstdc++-v3/config
Jonathan Wakely 6067ae4557 libstdc++: Fix preprocessor condition in linker script [PR108969]
The linker script is preprocessed with $(top_builddir)/config.h not the
include/$target/bits/c++config.h version, which means that configure
macros do not have the _GLIBCXX_ prefix yet.

The _GLIBCXX_SYMVER_GNU and _GLIBCXX_SHARED checks are redundant,
because the gnu.ver file is only used for _GLIBCXX_SYMVER_GNU and the
linker script is only used for the shared library. Remove those.

libstdc++-v3/ChangeLog:

	PR libstdc++/108969
	* config/abi/pre/gnu.ver: Fix preprocessor condition.
2023-04-18 17:28:29 +01:00
..
abi libstdc++: Fix preprocessor condition in linker script [PR108969] 2023-04-18 17:28:29 +01:00
allocator Update copyright years. 2023-01-16 11:52:17 +01:00
cpu Update copyright years. 2023-01-16 11:52:17 +01:00
io Update copyright years. 2023-01-16 11:52:17 +01:00
locale Update copyright years. 2023-01-16 11:52:17 +01:00
os libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882] 2023-03-09 16:11:40 +00:00