OSDN Git Service

2006-12-29 Paolo Carlini <pcarlini@suse.de>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Dec 2006 12:52:14 +0000 (12:52 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Dec 2006 12:52:14 +0000 (12:52 +0000)
PR libstdc++/30226
* config/abi/pre/gnu.ver: Do not export ctype<char>::widen.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120261 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/config/abi/pre/gnu.ver

index ae6549b..d1a7995 100644 (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.
index 327222d..043a49e 100644 (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*;