This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[v3] libstdc++/30226
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 29 Dec 2006 13:56:38 +0100
- Subject: [v3] libstdc++/30226
Hi,
tested x86/x86_64-linux, committed to mainline.
Paolo.
////////////////
2006-12-29 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/30226
* config/abi/pre/gnu.ver: Do not export ctype<char>::widen.
Index: config/abi/pre/gnu.ver
===================================================================
--- config/abi/pre/gnu.ver (revision 120219)
+++ config/abi/pre/gnu.ver (working copy)
@@ -56,7 +56,9 @@
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 @@
# 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*;