From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id E76513858D39; Wed, 4 Jan 2023 15:35:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E76513858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1672846508; bh=KUHslV6iGRKqNJAUQZIDA2fZaT66DgYK8mVuYP02sBw=; h=From:To:Subject:Date:From; b=AAo1W8F0iqH9ocdeJxZJdi3HLazXfF2o/7/vPOHGOX6J06gwbHzPvmJVQxz2T/5d3 wIOinMqSr/Pg3eyVqShp0T9FaD0rJZsbJLzaIweFTxOA3TDMCeBzNdnxaRoWIFbIKG NbTgB+FfUjbJWl5g/+YfZGqY2N7vvwXY1uIf0HMs= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe 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]. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/heads/master X-Git-Oldrev: ec6d1fc09faea4a6be4df74babb73dca6b50ff0c X-Git-Newrev: 96cba8ebe512887025a9e8b74833074d8aa844c8 Message-Id: <20230104153508.E76513858D39@sourceware.org> Date: Wed, 4 Jan 2023 15:35:08 +0000 (GMT) List-Id: https://gcc.gnu.org/g:96cba8ebe512887025a9e8b74833074d8aa844c8 commit r13-4997-g96cba8ebe512887025a9e8b74833074d8aa844c8 Author: Iain Sandoe 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 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: