mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-25 19:54:44 +08:00
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().
This commit is contained in:
parent
ec6d1fc09f
commit
96cba8ebe5
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user