public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jonathan Wakely <redi@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-6531] libstdc++: Fix symver for __gnu_cxx11_ieee128::__try_use_facet [PR108882]
Date: Tue,  7 Mar 2023 17:35:15 +0000 (GMT)	[thread overview]
Message-ID: <20230307173515.4833D3854830@sourceware.org> (raw)

https://gcc.gnu.org/g:7d30593c387e5feb0db8ad90d1650ee49361d536

commit r13-6531-g7d30593c387e5feb0db8ad90d1650ee49361d536
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Tue Mar 7 14:19:36 2023 +0000

    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}.

Diff:
---
 libstdc++-v3/config/abi/pre/gnu.ver                     | 3 ++-
 libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 34f23bcbce0..02a449a2f2f 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -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;
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 17d696364c4..20d87a5e373 100644
--- a/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
+++ b/libstdc++-v3/config/os/gnu-linux/ldbl-ieee128-extra.ver
@@ -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;

                 reply	other threads:[~2023-03-07 17:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230307173515.4833D3854830@sourceware.org \
    --to=redi@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    --cc=libstdc++-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).