diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2022-12-24 10:55:09 +0000 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2023-01-04 15:33:16 +0000 |
commit | 96cba8ebe512887025a9e8b74833074d8aa844c8 (patch) | |
tree | 7b7a219d7ed4c7deb1cc84edf0520e18b2c73f28 | |
parent | ec6d1fc09faea4a6be4df74babb73dca6b50ff0c (diff) | |
download | gcc-96cba8ebe512887025a9e8b74833074d8aa844c8.zip gcc-96cba8ebe512887025a9e8b74833074d8aa844c8.tar.gz gcc-96cba8ebe512887025a9e8b74833074d8aa844c8.tar.bz2 |
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().
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 570ffca..dc46f67 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: |