From 3a24c5134f3160dfe0f618333465ff68978c6427 Mon Sep 17 00:00:00 2001 From: Phil Edwards Date: Thu, 20 Feb 2003 16:47:39 +0000 Subject: [PATCH] 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 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/config/linker-map.gnu | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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. -- 2.11.4.GIT