mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-25 03:44:04 +08:00
gnu.ver: Also export __once_functor_lock...
2008-09-03 Paolo Carlini <paolo.carlini@oracle.com> * config/abi/pre/gnu.ver: Also export __once_functor_lock; tighten GLIBCXX_3.4 exports (necessary in case of undef _GLIBCXX_HAVE_TLS). * Makefile.in: Regenerate. * src/Makefile.in: Likewise. * doc/Makefile.in: Likewise. * po/Makefile.in: Likewise. * libmath/Makefile.in: Likewise. * include/Makefile.in: Likewise. * libsupc++/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. From-SVN: r139968
This commit is contained in:
parent
28545939ce
commit
37383ef55e
@ -1,3 +1,17 @@
|
||||
2008-09-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* config/abi/pre/gnu.ver: Also export __once_functor_lock; tighten
|
||||
GLIBCXX_3.4 exports (necessary in case of undef _GLIBCXX_HAVE_TLS).
|
||||
|
||||
* Makefile.in: Regenerate.
|
||||
* src/Makefile.in: Likewise.
|
||||
* doc/Makefile.in: Likewise.
|
||||
* po/Makefile.in: Likewise.
|
||||
* libmath/Makefile.in: Likewise.
|
||||
* include/Makefile.in: Likewise.
|
||||
* libsupc++/Makefile.in: Likewise.
|
||||
* testsuite/Makefile.in: Likewise.
|
||||
|
||||
2008-09-03 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* acinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): Fix typo in last commit,
|
||||
|
@ -36,7 +36,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
|
||||
$(srcdir)/../config.sub $(srcdir)/../install-sh \
|
||||
$(srcdir)/../ltmain.sh $(srcdir)/../missing \
|
||||
|
@ -131,7 +131,11 @@ GLIBCXX_3.4 {
|
||||
std::t[a-n]*;
|
||||
std::tr1::h[^a]*;
|
||||
std::t[s-z]*;
|
||||
std::[A-Zu-z]*;
|
||||
# std::[A-Zu-z]*;
|
||||
std::underflow_error*;
|
||||
std::uncaught_exception*;
|
||||
std::unexpected*;
|
||||
std::[A-Zv-z]*;
|
||||
std::_List_node_base::hook*;
|
||||
std::_List_node_base::swap*;
|
||||
std::_List_node_base::unhook*;
|
||||
@ -502,7 +506,12 @@ GLIBCXX_3.4 {
|
||||
_ZTVSt[0-9][A-Za-z]*;
|
||||
# _ZTVSt[0-9][0-9][A-Za-z]*;
|
||||
_ZTVSt[0-9][0-9][A-Z]*;
|
||||
_ZTVSt[0-9][0-9][a-d]*;
|
||||
# _ZTVSt[0-9][0-9][a-d]*;
|
||||
_ZTVSt[0-9][0-9]a*;
|
||||
_ZTVSt10bad_typeid;
|
||||
_ZTVSt13bad_exception;
|
||||
_ZTVSt[0-9][0-9]basic*;
|
||||
_ZTVSt[0-9][0-9][c-d]*;
|
||||
_ZTVSt[0-9][0-9][f-k]*;
|
||||
_ZTVSt11logic_error;
|
||||
_ZTVSt12length_error;
|
||||
@ -525,7 +534,12 @@ GLIBCXX_3.4 {
|
||||
_ZTISt[0-9][A-Za-z]*;
|
||||
# _ZTISt[0-9][0-9][A-Za-z]*;
|
||||
_ZTISt[0-9][0-9][A-Z]*;
|
||||
_ZTISt[0-9][0-9][a-d]*;
|
||||
# _ZTISt[0-9][0-9][a-d]*;
|
||||
_ZTISt[0-9][0-9]a*;
|
||||
_ZTISt10bad_typeid;
|
||||
_ZTISt13bad_exception;
|
||||
_ZTISt[0-9][0-9]basic*;
|
||||
_ZTISt[0-9][0-9][c-d]*;
|
||||
_ZTISt[0-9][0-9][f-k]*;
|
||||
_ZTISt11logic_error;
|
||||
_ZTISt12length_error;
|
||||
@ -550,9 +564,14 @@ GLIBCXX_3.4 {
|
||||
_ZTSNSt6locale5facetE;
|
||||
_ZTSS[a-z];
|
||||
_ZTSSt[0-9][A-Za-z]*;
|
||||
# _ZTSSt[0-9][0-9][A-Za-z]*;
|
||||
# _ZTSSt[0-9][0-9][A-Za-z]*;
|
||||
_ZTSSt[0-9][0-9][A-Z]*;
|
||||
_ZTSSt[0-9][0-9][a-d]*;
|
||||
# _ZTSSt[0-9][0-9][a-d]*;
|
||||
_ZTSSt[0-9][0-9]a*;
|
||||
_ZTSSt10bad_typeid;
|
||||
_ZTSSt13bad_exception;
|
||||
_ZTSSt[0-9][0-9]basic*;
|
||||
_ZTSSt[0-9][0-9][c-d]*;
|
||||
_ZTSSt[0-9][0-9][f-k]*;
|
||||
_ZTSSt11logic_error;
|
||||
_ZTSSt12length_error;
|
||||
@ -863,6 +882,7 @@ GLIBCXX_3.4.11 {
|
||||
_ZSt11__once_call;
|
||||
_ZSt15__once_callable;
|
||||
_ZSt14__once_functor;
|
||||
_ZSt19__once_functor_lock;
|
||||
_ZSt11__once_lock;
|
||||
_ZSt12__once_mutex;
|
||||
__once_proxy;
|
||||
|
@ -36,7 +36,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/fragment.am
|
||||
subdir = doc
|
||||
|
@ -36,7 +36,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/fragment.am
|
||||
subdir = include
|
||||
|
@ -37,7 +37,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
subdir = libmath
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
|
@ -38,7 +38,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(glibcxxinstall_HEADERS) $(srcdir)/Makefile.am \
|
||||
$(srcdir)/Makefile.in $(top_srcdir)/fragment.am
|
||||
subdir = libsupc++
|
||||
|
@ -36,7 +36,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/fragment.am
|
||||
subdir = po
|
||||
|
@ -37,7 +37,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/fragment.am
|
||||
subdir = src
|
||||
|
@ -36,7 +36,6 @@ POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
target_triplet = @target@
|
||||
LIBOBJDIR =
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
|
||||
$(top_srcdir)/fragment.am
|
||||
subdir = testsuite
|
||||
|
Loading…
Reference in New Issue
Block a user