summaryrefslogtreecommitdiff
path: root/libstdc++-v3/config
diff options
context:
space:
mode:
authorjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-01 15:58:16 +0000
committerjiez <jiez@138bc75d-0d04-0410-961f-82ee72b054a4>2010-11-01 15:58:16 +0000
commitadd4fad22e2e2a9cbd4ee68810538e53e5ca4784 (patch)
treee2a5946d0c47fbdb521d3d2aeaf11b416c013aa2 /libstdc++-v3/config
parent4afc30562352c5d8acd506108a9e3ef46e7ee08d (diff)
downloadgcc-add4fad22e2e2a9cbd4ee68810538e53e5ca4784.tar.gz
* config/abi/pre/gnu.ver: Export __emutls_v._ZSt11__once_call
and __emutls_v._ZSt15__once_callable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@166134 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r--libstdc++-v3/config/abi/pre/gnu.ver4
1 files changed, 4 insertions, 0 deletions
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.