public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
From: Iain D Sandoe <iains@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org
Subject: [gcc r13-4997] libstdc++: Export the __gnu_cxx::zoneinfo_dir_override symbol [PR108228].
Date: Wed,  4 Jan 2023 15:35:08 +0000 (GMT)	[thread overview]
Message-ID: <20230104153508.E76513858D39@sourceware.org> (raw)

https://gcc.gnu.org/g:96cba8ebe512887025a9e8b74833074d8aa844c8

commit r13-4997-g96cba8ebe512887025a9e8b74833074d8aa844c8
Author: Iain Sandoe <iain@sandoe.co.uk>
Date:   Sat Dec 24 10:55:09 2022 +0000

    libstdc++: Export the __gnu_cxx::zoneinfo_dir_override symbol [PR108228].
    
    This symbol needs to be visible in the library interface for Darwin
    to override it with a user-provided one.
    
    Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
    
            PR libstdc++/108228
    
    libstdc++-v3/ChangeLog:
    
            * config/abi/pre/gnu.ver (GLIBCXX_3.4):
            Add __gnu_cxx::zoneinfo_dir_override().

Diff:
---
 libstdc++-v3/config/abi/pre/gnu.ver | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver
index 570ffca8710..dc46f670b78 100644
--- a/libstdc++-v3/config/abi/pre/gnu.ver
+++ b/libstdc++-v3/config/abi/pre/gnu.ver
@@ -1104,6 +1104,9 @@ GLIBCXX_3.4 {
     # std::uncaught_exception()
     _ZSt18uncaught_exceptionv;
 
+    # __gnu_cxx::zoneinfo_dir_override()
+    _ZN9__gnu_cxx21zoneinfo_dir_overrideEv;
+
   # DO NOT DELETE THIS LINE.  Port-specific symbols, if any, will be here.
 
   local:

                 reply	other threads:[~2023-01-04 15: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=20230104153508.E76513858D39@sourceware.org \
    --to=iains@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).