From 8736cbe6f28c14988b96d99b0c89c33cc29bd59f Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Mon, 8 Nov 2004 20:06:30 +0000 Subject: [PATCH] configure.ac (libtool_VERSION): To 6:4:0. 2004-11-08 Benjamin Kosnik * configure.ac (libtool_VERSION): To 6:4:0. * configure: Regenerate. * config/linker-map.gnu: Slide new symbols into GLIBCXX_3.4.4. * docs/doxygen/user.cfg.in: Add more extension files. From-SVN: r90292 --- libstdc++-v3/ChangeLog | 9 ++++++++ libstdc++-v3/config/linker-map.gnu | 30 +++++++++++++++------------ libstdc++-v3/configure | 2 +- libstdc++-v3/configure.ac | 2 +- libstdc++-v3/docs/doxygen/user.cfg.in | 8 +++++++ 5 files changed, 36 insertions(+), 15 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 86a8dcfd526..b415b261eed 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2004-11-08 Benjamin Kosnik + + * configure.ac (libtool_VERSION): To 6:4:0. + * configure: Regenerate. + + * config/linker-map.gnu: Slide new symbols into GLIBCXX_3.4.4. + + * docs/doxygen/user.cfg.in: Add more extension files. + 2004-11-08 Paolo Carlini * include/bits/streambuf_iterator.h (class istreambuf_iterator): diff --git a/libstdc++-v3/config/linker-map.gnu b/libstdc++-v3/config/linker-map.gnu index 565475fda7f..51f1b91500f 100644 --- a/libstdc++-v3/config/linker-map.gnu +++ b/libstdc++-v3/config/linker-map.gnu @@ -263,19 +263,6 @@ GLIBCXX_3.4.2 { GLIBCXX_3.4.3 { - _ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv; - _ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE; - _ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv; - _ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv; - _ZN9__gnu_cxx6__poolILb[01]EE16_M_reserve_blockE[jm][jm]; - _ZN9__gnu_cxx6__poolILb[01]EE16_M_reclaim_blockEPc[jm]; - _ZN9__gnu_cxx6__poolILb[01]EE10_M_destroyEv; - - _ZN9__gnu_cxx9free_list12_S_free_listE; - _ZN9__gnu_cxx9free_list12_S_bfl_mutexE; - _ZN9__gnu_cxx9free_list6_M_getE*; - _ZN9__gnu_cxx9free_list8_M_clearEv; - # stub functions from libmath acosf; acosl; @@ -298,6 +285,23 @@ GLIBCXX_3.4.3 { } GLIBCXX_3.4.2; +GLIBCXX_3.4.4 { + + _ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv; + _ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE; + _ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv; + _ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv; + _ZN9__gnu_cxx6__poolILb[01]EE16_M_reserve_blockE[jm][jm]; + _ZN9__gnu_cxx6__poolILb[01]EE16_M_reclaim_blockEPc[jm]; + _ZN9__gnu_cxx6__poolILb[01]EE10_M_destroyEv; + + _ZN9__gnu_cxx9free_list12_S_free_listE; + _ZN9__gnu_cxx9free_list12_S_bfl_mutexE; + _ZN9__gnu_cxx9free_list6_M_getE*; + _ZN9__gnu_cxx9free_list8_M_clearEv; + +} GLIBCXX_3.4.3; + # Symbols in the support library (libsupc++) have their own tag. CXXABI_1.3 { diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 07b2561164a..e87d8b27130 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -1376,7 +1376,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:3:0 +libtool_VERSION=6:4:0 # Find the rest of the source tree framework. diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index a11f034120b..f5e306acc26 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -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:3:0 +libtool_VERSION=6:4:0 AC_SUBST(libtool_VERSION) # Find the rest of the source tree framework. diff --git a/libstdc++-v3/docs/doxygen/user.cfg.in b/libstdc++-v3/docs/doxygen/user.cfg.in index b3f5f5b3d20..5e53b34ebdf 100644 --- a/libstdc++-v3/docs/doxygen/user.cfg.in +++ b/libstdc++-v3/docs/doxygen/user.cfg.in @@ -103,6 +103,14 @@ INPUT = @srcdir@/docs/doxygen/doxygroups.cc \ include/vector \ include/bits \ include/ext \ + include/ext/algorithm \ + include/ext/functional \ + include/ext/hash_map \ + include/ext/hash_set \ + include/ext/memory \ + include/ext/numeric \ + include/ext/rope \ + include/ext/slist \ include/tr1/array \ include/tr1/tuple \ include/i686-pc-linux-gnu/bits -- 2.30.2