mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +08:00
re PR libstdc++/46922 (Missing exported symbols from libstdc++)
2011-01-03 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/46922 * config/abi/pre/gnu.ver: Export std::bad_function_call symbols. From-SVN: r168435
This commit is contained in:
parent
f4a2e5717b
commit
bfb194f15f
@ -1,3 +1,8 @@
|
||||
2011-01-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/46922
|
||||
* config/abi/pre/gnu.ver: Export std::bad_function_call symbols.
|
||||
|
||||
|
||||
Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
|
||||
|
@ -1374,4 +1374,10 @@ CXXABI_1.3.5 {
|
||||
# FNV hash.
|
||||
_ZSt15_Fnv_hash_bytesPKv*;
|
||||
|
||||
# std::bad_function_call.
|
||||
_ZNSt17bad_function_callD*;
|
||||
_ZTISt17bad_function_call;
|
||||
_ZTSSt17bad_function_call;
|
||||
_ZTVSt17bad_function_call;
|
||||
|
||||
} CXXABI_1.3.4;
|
||||
|
Loading…
Reference in New Issue
Block a user