libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]

libstdc++-v3/ChangeLog:

	PR libstdc++/108882
	* config/os/gnu-linux/ldbl-ieee128-extra.ver: Fix incorrect
	patterns.
This commit is contained in:
Jonathan Wakely 2023-03-07 18:47:33 +00:00
parent afe1f0c251
commit f366fdfeec

View File

@ -53,8 +53,8 @@ GLIBCXX_IEEE128_3.4.30 {
GLIBCXX_IEEE128_3.4.31 {
_ZSt15__try_use_facetINSt17__gnu_cxx_ieee1287num_get*;
_ZSt15__try_use_facetINSt17__gnu_cxx_ieee1287num_put*;
_ZSt15__try_use_facetINSt17__gnu_cxx_ieee1289money_get*;
_ZSt15__try_use_facetINSt17__gnu_cxx_ieee1289money_put*;
_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_get*;
_ZSt15__try_use_facetINSt19__gnu_cxx11_ieee1289money_put*;
_ZNSt19__gnu_cxx11_ieee1289money_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE2idE;
_ZNSt19__gnu_cxx11_ieee1289money_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE2idE;
} GLIBCXX_3.4.31;