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
This commit is contained in:
parent
c16162ad16
commit
8736cbe6f2
5 changed files with 36 additions and 15 deletions
|
@ -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):
|
||||
|
|
|
@ -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 {
|
||||
|
||||
|
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue