re PR libstdc++/40908 (FAIL: abi_check)
2009-07-29 Paolo Carlini <paolo.carlini@oracle.com> PR libstdc++/40908 * config/abi/pre/gnu.ver: Avoid exporting inadvertently std::mutex symbols at GLIBCXX_3.4. From-SVN: r150228
This commit is contained in:
parent
82b75b46d7
commit
0699748fe0
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-07-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
PR libstdc++/40908
|
||||
* config/abi/pre/gnu.ver: Avoid exporting inadvertently std::mutex
|
||||
symbols at GLIBCXX_3.4.
|
||||
|
||||
2009-07-29 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* config/abi/pre/gnu.ver: Add GLIBCXX_3.4.13, move a symbol into it.
|
||||
|
|
|
@ -108,7 +108,10 @@ GLIBCXX_3.4 {
|
|||
std::locale::_S_normalize_category*;
|
||||
std::locale::_[T-Za-z]*;
|
||||
# std::[A-Zm-r]*;
|
||||
std::[A-Zm]*;
|
||||
# std::[A-Zm]*;
|
||||
std::[A-Z]*;
|
||||
std::messages*;
|
||||
std::money*;
|
||||
# std::n[^u]*;
|
||||
std::n[^au]*;
|
||||
std::nu[^m]*;
|
||||
|
|
Loading…
Add table
Reference in a new issue