[multiple changes]
authorBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 8 Jul 2004 05:24:33 +0000 (05:24 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Thu, 8 Jul 2004 05:24:33 +0000 (05:24 +0000)
2004-07-07  Benjamin Kosnik  <bkoz@redhat.com>

* configure.ac (libtool_VERSION): To 6:2:0.
* configure: Regenerated.

* testsuite/testsuite_abi.cc (check_version): Add 3.4.2.

2004-07-07  Aaron W. LaFramboise  <aaronraolete36@aaronwl.com>

PR libstdc++/16411
* config/linker-map.gnu: Add stdio_sync_filebuf::file exports.

From-SVN: r84264

libstdc++-v3/ChangeLog
libstdc++-v3/config/linker-map.gnu
libstdc++-v3/configure
libstdc++-v3/configure.ac
libstdc++-v3/testsuite/testsuite_abi.cc

index f4411393f8ef3d9151b27825a906a651ca625679..8919b564a661e63671bef78487f406249b06ebae 100644 (file)
@@ -1,3 +1,15 @@
+2004-07-07  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * configure.ac (libtool_VERSION): To 6:2:0.
+       * configure: Regenerated.
+
+       * testsuite/testsuite_abi.cc (check_version): Add 3.4.2.
+       
+2004-07-07  Aaron W. LaFramboise  <aaronraolete36@aaronwl.com>
+
+       PR libstdc++/16411
+       * config/linker-map.gnu: Add stdio_sync_filebuf::file exports.
+
 2004-07-07  Benjamin Kosnik  <bkoz@redhat.com>
 
        * docs/html/abi.html: Updates for 3.4.1 release. Add summary of
index e8e8cfbefcf8afb3196663fb164c2c31e1461149..71ffef62a4954fd433f28002c01af31e459e01d9 100644 (file)
@@ -253,6 +253,8 @@ GLIBCXX_3.4.1 {
  
 GLIBCXX_3.4.2 {
 
+    _ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4fileEv;
+
     _ZN9__gnu_cxx11__pool_base9_M_refillE[jm];
     _ZN9__gnu_cxx11__pool_base16_M_get_free_listE[jm];
     _ZN9__gnu_cxx11__pool_base12_M_get_mutexEv;
index 7d99ca0c401e8de8e8147d17ce1b5ed3381e9adb..3128a6c69e4e70b4c8eae100ce0dfd5af83b6344 100755 (executable)
@@ -1373,7 +1373,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
 
 # For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:1:0
+libtool_VERSION=6:2:0
 
 
 # Find the rest of the source tree framework.
index a8fdcff593947aca4ec669937da6566fddc17c14..70f10d175dfb8d6b6c174846119a46f839a1bfec 100644 (file)
@@ -13,7 +13,7 @@ AC_CONFIG_HEADER(config.h)
 ### am handles this now?  ORIGINAL_LD_FOR_MULTILIBS=$LD
 
 # For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:1:0
+libtool_VERSION=6:2:0
 AC_SUBST(libtool_VERSION)
 
 # Find the rest of the source tree framework.
index b94b7eb2df035f6b5bc65ab43f72ed1dd2b70616..0a2141ff71a463b1f013c931cf68a1752f65dc4d 100644 (file)
@@ -163,6 +163,7 @@ check_version(const symbol& test, bool added)
       known_versions.push_back("GLIBCPP_3.2.3"); // gcc-3.3.0
       known_versions.push_back("GLIBCXX_3.4");
       known_versions.push_back("GLIBCXX_3.4.1");
+      known_versions.push_back("GLIBCXX_3.4.2");
       known_versions.push_back("CXXABI_1.2");
       known_versions.push_back("CXXABI_1.2.1");
       known_versions.push_back("CXXABI_1.3");