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
This commit is contained in:
parent
cfd8c4b165
commit
b118583f0e
2 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-11-01 Jie Zhang <jie@codesourcery.com>
|
||||
|
||||
* config/abi/pre/gnu.ver: Export __emutls_v._ZSt11__once_call
|
||||
and __emutls_v._ZSt15__once_callable.
|
||||
|
||||
2010-10-31 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/23_containers/bitset/cons/dr1325-2.cc: Fix typo.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue