diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-11-08 20:06:30 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-11-08 20:06:30 +0000 |
commit | 8736cbe6f28c14988b96d99b0c89c33cc29bd59f (patch) | |
tree | 3c0b392b1c1a23f5e25d01795a9d71c88c2baeac /libstdc++-v3 | |
parent | c16162ad167d8d91e2ea3e68ed31f8a23ad84f8d (diff) | |
download | gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.zip gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.gz gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.bz2 |
configure.ac (libtool_VERSION): To 6:4:0.
2004-11-08 Benjamin Kosnik <bkoz@redhat.com>
* 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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 | ||||
-rw-r--r-- | libstdc++-v3/config/linker-map.gnu | 30 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 2 | ||||
-rw-r--r-- | libstdc++-v3/configure.ac | 2 | ||||
-rw-r--r-- | 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 86a8dcf..b415b26 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2004-11-08 Benjamin Kosnik <bkoz@redhat.com> + + * 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 <pcarlini@suse.de> * 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 565475f..51f1b91 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 07b2561..e87d8b2 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 a11f034..f5e306a 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 b3f5f5b..5e53b34 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 |