From: Phil Edwards Date: Thu, 20 Feb 2003 16:47:39 +0000 (+0000) Subject: linker-map.gnu: Also export locking symbols needed for the generic atomicity.h case. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a24c5134f3160dfe0f618333465ff68978c6427;p=gcc.git linker-map.gnu: Also export locking symbols needed for the generic atomicity.h case. 2003-02-20 Phil Edwards * config/linker-map.gnu: Also export locking symbols needed for the generic atomicity.h case. From-SVN: r63169 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cf786240540..c97996d5224 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2003-02-20 Phil Edwards + + * config/linker-map.gnu: Also export locking symbols needed for the + generic atomicity.h case. + 2003-02-20 Alexandre Oliva * configure.in: Propagate ORIGINAL_LD_FOR_MULTILIBS to diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index da5f7ecc91b..72e37a125d3 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -62,7 +62,12 @@ GLIBCPP_3.4 { std::__basic_file*; std::__num_base*; std::__timepunct*; - std::__numeric_limits_base* + std::__numeric_limits_base*; + + # Needed only when generic cpu's atomicity.h is in use. + __gnu_cxx::_Atomic_add_mutex; + __gnu_cxx::_Atomic_add_mutex_once; + __gnu_cxx::__gthread_atomic_add_mutex_once }; # Names not in an 'extern' block are mangled names.