re PR libstdc++/38834 (FAIL: abi_check on alpha)
2009-01-20 Benjamin Kosnik <bkoz@redhat.com> Uros Bizjak <ubizjak@gmail.com> PR libstdc++/38834 * config/abi/pre/gnu.ver: Correct char16_t and char32_t exports. * config/os/gnu-linux/ldbl-extra.ver: Tweak. Co-Authored-By: Uros Bizjak <ubizjak@gmail.com> From-SVN: r143538
This commit is contained in:
parent
4770322a2e
commit
954a782e53
3 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,10 @@
|
|||
2009-01-20 Benjamin Kosnik <bkoz@redhat.com>
|
||||
Uros Bizjak <ubizjak@gmail.com>
|
||||
|
||||
PR libstdc++/38834
|
||||
* config/abi/pre/gnu.ver: Correct char16_t and char32_t exports.
|
||||
* config/os/gnu-linux/ldbl-extra.ver: Tweak.
|
||||
|
||||
2009-01-20 Benjamin Kosnik <bkoz@redhat.com>
|
||||
Rainer Emrich <r.emrich@de.tecosim.com>
|
||||
|
||||
|
|
|
@ -403,8 +403,7 @@ GLIBCXX_3.4 {
|
|||
_ZNKSt9money_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
|
||||
|
||||
# std::numeric_limits
|
||||
# _ZNSt14numeric_limitsI[^g]*;
|
||||
_ZNSt14numeric_limitsI[a-z]E*;
|
||||
_ZNSt14numeric_limitsI[^g]E*;
|
||||
|
||||
# std::_Rb_tree
|
||||
_ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base;
|
||||
|
@ -931,7 +930,8 @@ GLIBCXX_3.4.11 {
|
|||
_ZSt20__throw_system_errori;
|
||||
|
||||
# char16_t and char32_t
|
||||
_ZNSt14numeric_limitsIu8char*;
|
||||
_ZNSt14numeric_limitsIDiE*;
|
||||
_ZNSt14numeric_limitsIDsE*;
|
||||
|
||||
# chrono
|
||||
_ZNSt6chrono12system_clock12is_monotonicE;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Appended to version file.
|
||||
|
||||
GLIBCXX_LDBL_3.4 {
|
||||
_ZNSt14numeric_limitsIg*;
|
||||
_ZNSt14numeric_limitsIgE*;
|
||||
_ZNSirsERg;
|
||||
_ZNSolsEg;
|
||||
_ZNSt13basic_istreamIwSt11char_traitsIwEErsERg;
|
||||
|
|
Loading…
Add table
Reference in a new issue