libstdc++: Fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]
libstdc++-v3/ChangeLog: PR libstdc++/108882 * config/abi/pre/gnu.ver (GLIBCXX_3.4.31): Adjust patterns to not match symbols in namespace std::__gnu_cxx11_ieee128. * config/os/gnu-linux/ldbl-ieee128-extra.ver: Add patterns for std::__gnu_cxx11_ieee128::money_{get,put}.
This commit is contained in:
parent
291c130ef0
commit
7d30593c38
2 changed files with 4 additions and 1 deletions
|
@ -2484,7 +2484,8 @@ GLIBCXX_3.4.31 {
|
|||
_ZSt8to_charsPcS_DF128_St12chars_formati;
|
||||
_ZSt10from_charsPKcS0_RDF128_St12chars_format;
|
||||
|
||||
_ZSt15__try_use_facet*;
|
||||
_ZSt15__try_use_facetISt*;
|
||||
_ZSt15__try_use_facetINSt7__cxx11*;
|
||||
|
||||
_ZNSt6chrono11reload_tzdbEv;
|
||||
_ZNSt6chrono8get_tzdbEv;
|
||||
|
|
|
@ -53,6 +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*;
|
||||
_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;
|
||||
|
|
Loading…
Add table
Reference in a new issue