From b118583f0e9fcc81cdcd0d14afd511f78f6e776e Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Mon, 1 Nov 2010 15:58:16 +0000 Subject: [PATCH] gnu.ver: Export __emutls_v._ZSt11__once_call and __emutls_v._ZSt15__once_callable. * config/abi/pre/gnu.ver: Export __emutls_v._ZSt11__once_call and __emutls_v._ZSt15__once_callable. From-SVN: r166134 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/config/abi/pre/gnu.ver | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 793b8dcb103..1fd5338d210 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2010-11-01 Jie Zhang + + * config/abi/pre/gnu.ver: Export __emutls_v._ZSt11__once_call + and __emutls_v._ZSt15__once_callable. + 2010-10-31 Paolo Carlini * testsuite/23_containers/bitset/cons/dr1325-2.cc: Fix typo. diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 4981ca90740..e374c379f16 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -1187,6 +1187,10 @@ GLIBCXX_3.4.15 { # basic_filebuf::_M_get_ext_pos _ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE14_M_get_ext_pos*; + # targets using emutls + __emutls_v._ZSt11__once_call; + __emutls_v._ZSt15__once_callable; + } GLIBCXX_3.4.14; # Symbols in the support library (libsupc++) have their own tag.