public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6557] libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]
@ 2023-03-09 16:12 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2023-03-09 16:12 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:f366fdfeec0af6cda716de913c32e48f9b1e3a0e

commit r13-6557-gf366fdfeec0af6cda716de913c32e48f9b1e3a0e
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Mar 7 18:47:33 2023 +0000

    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.

Diff:
---
 libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver b/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
index 20d87a5e373..5f1d9a39264 100644
--- a/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
+++ b/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
@@ -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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-09 16:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-09 16:12 [gcc r13-6557] libstdc++: Really fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882] Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).