gcc/libstdc++-v3/config
Jonathan Wakely 352d2690f1 Remove greedy wildcards from libstdc++ linker script
The only symbols matched by std::e[a-q]* and std::e[s-z]* that are
supposed to be in the GLIBCXX_3.4 version are std::exception::* and
std::endl and std::ends. The latter two already have explicit patterns
matching them, so we just need to match std::exception::*.

This change ensures that any new symbols with a return type of
std::enable_if<...> are not added to the GLIBCXX_3.4 version.

	* config/abi/pre/gnu.ver: Tighten up greedy wildcards.

From-SVN: r276468
2019-10-02 16:52:41 +01:00
..
abi Remove greedy wildcards from libstdc++ linker script 2019-10-02 16:52:41 +01:00
allocator Improve API docs for <memory> and <scoped_allocator> 2019-05-02 16:45:04 +01:00
cpu
io
locale
os PR libstdc++/85494 use rdseed and rand_s in std::random_device 2019-05-29 15:45:35 +01:00