gnu.ver: Export the _S_construct<> helpers.
authorPaolo Carlini <paolo.carlini@oracle.com>
Thu, 15 Oct 2009 02:39:28 +0000 (02:39 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 15 Oct 2009 02:39:28 +0000 (02:39 +0000)
2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>

* config/abi/pre/gnu.ver: Export the _S_construct<> helpers.

From-SVN: r152796

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

index 31bbb59b5f3867d16f1f354a2a5f84c2234062c9..8621dd06a25ad949ddf5172a7361b951343d9bb0 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * config/abi/pre/gnu.ver: Export the _S_construct<> helpers.
+
 2009-10-14  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/basic_string.h (operator+=(initializer_list<>),
index bad07588b82c969e1850218bd728416c2cfadcf8..2337a5a3fbf4f483f6f9b285311de54eb228f84f 100644 (file)
@@ -1039,6 +1039,10 @@ GLIBCXX_3.4.14 {
     _ZNKSbIwSt11char_traitsIwESaIwEE7crbeginEv;
     _ZNKSbIwSt11char_traitsIwESaIwEE5crendEv;
 
+    # string|wstring ::_S_construct<> helpers
+    _ZNSs12_S_constructI*;
+    _ZNSbIwSt11char_traitsIwESaIwEE12_S_constructI*;
+
 } GLIBCXX_3.4.13;
 
 # Symbols in the support library (libsupc++) have their own tag.