re PR libstdc++/30226 (FAIL: abi_check)

2006-12-29  Paolo Carlini  <pcarlini@suse.de>

	PR libstdc++/30226
	* config/abi/pre/gnu.ver: Do not export ctype<char>::widen.

From-SVN: r120261
This commit is contained in:
Paolo Carlini 2006-12-29 12:52:14 +00:00 committed by Paolo Carlini
parent 110cfe1cdc
commit b4d30aab66
2 changed files with 24 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-12-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/30226
* config/abi/pre/gnu.ver: Do not export ctype<char>::widen.
2006-12-28 Paolo Carlini <pcarlini@suse.de>
* include/tr1/array (array<>::_M_at): Remove.

View file

@ -56,7 +56,9 @@ GLIBCXX_3.4 {
std::b[b-z]*;
std::c[a-g]*;
# std::char_traits;
std::c[i-z]*;
# std::c[i-z]*;
std::c[i-s]*;
std::c[u-z]*;
std::[d-h]*;
std::i[a-n]*;
std::ios_base::[A-Ha-z]*;
@ -337,6 +339,22 @@ GLIBCXX_3.4 {
# bool std::has_facet
_ZSt9has_facetIS*;
# std::use_facet
_ZSt9use_facetIS*;
# std::ctype
_ZNKSt5ctypeIcE8*;
_ZNKSt5ctypeIcE9*;
_ZNKSt5ctypeIcE10*;
_ZNKSt5ctypeIw*;
_ZNSt5ctypeI[cw]*;
# std::ctype_base
_ZNSt10ctype_base*;
# std::ctype_byname
_ZNSt12ctype_bynameI[cw]*;
# std::num_get
_ZNKSt7num_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;