2005-12-19 01:56:05 +01:00
|
|
|
## Linker script for GNU versioning (GNU ld 2.13.91+ only.)
|
2002-02-14 19:24:13 +01:00
|
|
|
##
|
2009-01-08 04:14:24 +01:00
|
|
|
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
2007-02-01 14:36:51 +01:00
|
|
|
## Free Software Foundation, Inc.
|
2002-02-14 19:24:13 +01:00
|
|
|
##
|
|
|
|
## This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
## software; you can redistribute it and/or modify it under the
|
|
|
|
## terms of the GNU General Public License as published by the
|
2009-04-09 17:00:19 +02:00
|
|
|
## Free Software Foundation; either version 3, or (at your option)
|
2002-02-14 19:24:13 +01:00
|
|
|
## any later version.
|
|
|
|
##
|
|
|
|
## This library is distributed in the hope that it will be useful,
|
|
|
|
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
## GNU General Public License for more details.
|
|
|
|
##
|
|
|
|
## You should have received a copy of the GNU General Public License along
|
2009-04-09 17:00:19 +02:00
|
|
|
## with this library; see the file COPYING3. If not see
|
|
|
|
## <http://www.gnu.org/licenses/>.
|
2002-02-14 19:24:13 +01:00
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
GLIBCXX_3.4 {
|
2002-02-14 19:24:13 +01:00
|
|
|
|
|
|
|
global:
|
|
|
|
|
2002-02-20 01:58:17 +01:00
|
|
|
# Names inside the 'extern' block are demangled names.
|
2002-02-14 19:24:13 +01:00
|
|
|
extern "C++"
|
|
|
|
{
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
std::[A-Z]*;
|
|
|
|
std::a[a-c]*;
|
|
|
|
std::ad[a-n]*;
|
|
|
|
std::ad[p-z]*;
|
|
|
|
std::a[e-z]*;
|
2007-02-01 14:36:51 +01:00
|
|
|
# std::ba[a-r]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
std::basic_[a-e]*;
|
2009-08-26 21:03:24 +02:00
|
|
|
std::basic_f[a-h]*;
|
|
|
|
# std::basic_filebuf;
|
|
|
|
std::basic_f[j-r]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::basic_fstream;
|
|
|
|
std::basic_f[t-z]*;
|
|
|
|
std::basic_[g-h]*;
|
|
|
|
std::basic_i[a-e]*;
|
|
|
|
# std::basic_ifstream;
|
|
|
|
std::basic_i[g-r]*;
|
|
|
|
std::basic_istr[a-d]*;
|
|
|
|
# std::basic_istream;
|
|
|
|
std::basic_istr[f-z]*;
|
|
|
|
std::basic_i[t-z]*;
|
|
|
|
std::basic_[j-n]*;
|
|
|
|
std::basic_o[a-e]*;
|
|
|
|
# std::basic_ofstream;
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::basic_o[g-z]*;
|
|
|
|
std::basic_o[g-r]*;
|
|
|
|
std::basic_ostr[a-d]*;
|
|
|
|
std::basic_ostr[f-z]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
std::basic_[p-r]*;
|
2007-10-29 22:13:23 +01:00
|
|
|
# std::basic_streambuf
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::basic_string
|
|
|
|
# std::basic_stringbuf
|
|
|
|
std::basic_stringstream*;
|
|
|
|
std::basic_[t-z]*;
|
|
|
|
std::ba[t-z]*;
|
|
|
|
std::b[b-z]*;
|
|
|
|
std::c[a-g]*;
|
|
|
|
# std::char_traits;
|
2006-12-29 13:52:14 +01:00
|
|
|
# std::c[i-z]*;
|
2008-05-06 23:11:47 +02:00
|
|
|
std::c[i-n]*;
|
|
|
|
# std::condition_variable;
|
|
|
|
std::co[^n]*;
|
|
|
|
std::c[p-s]*;
|
[multiple changes]
2008-08-23 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/lib/libstdc++.exp (check_v3_target_atomic_builtins): Add.
* testsuite/lib/dg-options.exp (dg-require-atomic-builtins): Likewise.
* testsuite/18_support/exception_ptr/current_exception.cc: Use it.
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
* testsuite/18_support/exception_ptr/lifespan.cc: Likewise.
2008-08-23 Sebastian Redl <sebastian.redl@getdesigned.at>
Add (again) exception propagation support as per N2179. Feature is
available only when _GLIBCXX_ATOMIC_BUILTINS_4 is defined.
* libsupc++/exception_ptr.h (exception_ptr, current_exception,
copy_exception, rethrow_exception): New file, implement exception
propagation.
* libsupc++/eh_ptr.cc (exception_ptr, current_exception,
rethrow_exception, __gxx_dependent_exception_cleanup): Likewise.
* libsupc++/unwind-cxx.h (__cxa_exception): Add reference count.
(__cxa_dependent_exception, __cxa_allocate_dependent_exception,
__cxa_free_dependent_exception, __get_dependent_exception_from_ue,
__GXX_INIT_DEPENDENT_EXCEPTION_CLASS, __is_dependent_exception,
__gxx_dependent_exception_class, __get_object_from_ue,
__get_object_from_ambiguous_exception): Add.
(__GXX_INIT_EXCEPTION_CLASS, __gxx_exception_class): Rename.
(__is_gxx_exception_class): Handle dependent exceptions.
* libsupc++/eh_arm.cc (__cxa_type_match): Likewise.
* libsupc++/eh_call.cc (__cxa_call_unexpected): Likewise.
* libsupc++/eh_personality.cc (__gxx_personality_*): Likewise.
* libsupc++/eh_type.cc (__cxa_current_exception_type): Likewise.
* libsupc++/eh_alloc.cc (__cxa_allocate_dependent_exception,
__cxa_free_dependent_exception): Add.
* libsupc++/eh_throw.cc (__gxx_exception_cleanup): Handle reference
counting.
* libsupc++/exception: Conditionally include exception_ptr.h.
* libsupc++/Makefile.am: Register new files.
* libsupc++/Makefile.in: Regenerate.
* config/abi/pre/gnu.ver: Add new symbols.
* testsuite/18_support/exception_ptr/current_exception.cc: Test the
core functionality of current_exception().
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Test the
core functionality of rethrow_exception().
* testsuite/18_support/exception_ptr/lifespan.cc: Test the life span of
exception objects during exception propagation.
From-SVN: r139509
2008-08-23 13:28:30 +02:00
|
|
|
std::cu[^r]*;
|
|
|
|
# std::current_exception
|
|
|
|
std::c[v-z]*;
|
2008-03-16 18:13:04 +01:00
|
|
|
# std::[d-g]*;
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
std::d[a-d]*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::d[f-n]*;
|
|
|
|
std::domain_error::d*;
|
|
|
|
# std::domain_error::~d*;
|
|
|
|
std::d[p-z]*;
|
2008-05-16 23:55:00 +02:00
|
|
|
std::e[a-q]*;
|
|
|
|
std::error[^_]*;
|
|
|
|
std::e[s-z]*;
|
2008-03-16 18:13:04 +01:00
|
|
|
std::gslice*;
|
2007-09-09 02:05:13 +02:00
|
|
|
std::h[^a]*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::i[a-m]*;
|
|
|
|
std::invalid_argument::i*;
|
|
|
|
# std::invalid_argument::~i*;
|
2009-10-08 16:12:54 +02:00
|
|
|
# std::ios_base::[A-Ha-z]*;
|
|
|
|
std::ios_base::[A-Ha-f]*;
|
|
|
|
std::ios_base::goodbit;
|
|
|
|
std::ios_base::[h-z]*;
|
2003-12-10 05:52:37 +01:00
|
|
|
std::ios_base::_M_grow_words*;
|
|
|
|
std::ios_base::_M_init*;
|
|
|
|
std::ios_base::Init::[A-Za-z]*;
|
2009-10-08 16:12:54 +02:00
|
|
|
# std::ios_base::[J-Za-z]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
std::i[p-r]*;
|
|
|
|
# std::istream
|
|
|
|
# std::istreambuf_iterator
|
|
|
|
std::istringstream*;
|
|
|
|
std::istrstream*;
|
|
|
|
std::i[t-z]*;
|
2003-12-10 05:52:37 +01:00
|
|
|
std::[A-Zj-k]*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::length_error::l*;
|
|
|
|
# std::length_error::~l*;
|
2002-10-11 09:09:36 +02:00
|
|
|
std::logic_error*;
|
2003-01-06 22:23:00 +01:00
|
|
|
std::locale::[A-Za-e]*;
|
|
|
|
std::locale::facet::[A-Za-z]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
std::locale::facet::_S_get_c_locale*;
|
2003-01-06 22:23:00 +01:00
|
|
|
std::locale::facet::_S_clone_c_locale*;
|
|
|
|
std::locale::facet::_S_create_c_locale*;
|
|
|
|
std::locale::facet::_S_destroy_c_locale*;
|
2003-01-23 18:21:11 +01:00
|
|
|
std::locale::[A-Zg-h]*;
|
|
|
|
std::locale::id::[A-Za-z]*;
|
2003-10-09 23:17:11 +02:00
|
|
|
std::locale::id::_M_id*;
|
2003-01-23 18:21:11 +01:00
|
|
|
std::locale::[A-Zj-z]*;
|
|
|
|
std::locale::_[A-Ha-z]*;
|
|
|
|
std::locale::_Impl::[A-Za-z]*;
|
2005-10-11 08:19:13 +02:00
|
|
|
# std::locale::_Impl::_M_[A-Za-z]*;
|
2003-01-23 18:21:11 +01:00
|
|
|
std::locale::_[J-Ra-z]*;
|
2002-10-13 06:46:58 +02:00
|
|
|
std::locale::_S_normalize_category*;
|
|
|
|
std::locale::_[T-Za-z]*;
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::[A-Zm-r]*;
|
2009-07-29 23:00:10 +02:00
|
|
|
# std::[A-Zm]*;
|
|
|
|
std::[A-Z]*;
|
|
|
|
std::messages*;
|
|
|
|
std::money*;
|
2008-03-16 18:13:04 +01:00
|
|
|
# std::n[^u]*;
|
|
|
|
std::n[^au]*;
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
std::nu[^m]*;
|
|
|
|
std::num[^e]*;
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
std::ostrstream*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::out_of_range::o*;
|
|
|
|
# std::out_of_range::~o*;
|
|
|
|
std::overflow_error::o*;
|
|
|
|
# std::overflow_error::~o*;
|
2009-10-08 16:12:54 +02:00
|
|
|
# std::[p-q]*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::r[^ae]*;
|
|
|
|
std::range_error::r*;
|
|
|
|
# std::range_error::~r*;
|
[multiple changes]
2008-08-23 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/lib/libstdc++.exp (check_v3_target_atomic_builtins): Add.
* testsuite/lib/dg-options.exp (dg-require-atomic-builtins): Likewise.
* testsuite/18_support/exception_ptr/current_exception.cc: Use it.
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
* testsuite/18_support/exception_ptr/lifespan.cc: Likewise.
2008-08-23 Sebastian Redl <sebastian.redl@getdesigned.at>
Add (again) exception propagation support as per N2179. Feature is
available only when _GLIBCXX_ATOMIC_BUILTINS_4 is defined.
* libsupc++/exception_ptr.h (exception_ptr, current_exception,
copy_exception, rethrow_exception): New file, implement exception
propagation.
* libsupc++/eh_ptr.cc (exception_ptr, current_exception,
rethrow_exception, __gxx_dependent_exception_cleanup): Likewise.
* libsupc++/unwind-cxx.h (__cxa_exception): Add reference count.
(__cxa_dependent_exception, __cxa_allocate_dependent_exception,
__cxa_free_dependent_exception, __get_dependent_exception_from_ue,
__GXX_INIT_DEPENDENT_EXCEPTION_CLASS, __is_dependent_exception,
__gxx_dependent_exception_class, __get_object_from_ue,
__get_object_from_ambiguous_exception): Add.
(__GXX_INIT_EXCEPTION_CLASS, __gxx_exception_class): Rename.
(__is_gxx_exception_class): Handle dependent exceptions.
* libsupc++/eh_arm.cc (__cxa_type_match): Likewise.
* libsupc++/eh_call.cc (__cxa_call_unexpected): Likewise.
* libsupc++/eh_personality.cc (__gxx_personality_*): Likewise.
* libsupc++/eh_type.cc (__cxa_current_exception_type): Likewise.
* libsupc++/eh_alloc.cc (__cxa_allocate_dependent_exception,
__cxa_free_dependent_exception): Add.
* libsupc++/eh_throw.cc (__gxx_exception_cleanup): Handle reference
counting.
* libsupc++/exception: Conditionally include exception_ptr.h.
* libsupc++/Makefile.am: Register new files.
* libsupc++/Makefile.in: Regenerate.
* config/abi/pre/gnu.ver: Add new symbols.
* testsuite/18_support/exception_ptr/current_exception.cc: Test the
core functionality of current_exception().
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Test the
core functionality of rethrow_exception().
* testsuite/18_support/exception_ptr/lifespan.cc: Test the life span of
exception objects during exception propagation.
From-SVN: r139509
2008-08-23 13:28:30 +02:00
|
|
|
std::re[^t]*;
|
|
|
|
# std::rethrow_exception
|
2005-06-17 09:33:56 +02:00
|
|
|
std::set_new_handler*;
|
|
|
|
std::set_terminate*;
|
|
|
|
std::set_unexpected*;
|
|
|
|
# std::string
|
|
|
|
std::strstream*;
|
|
|
|
std::strstreambuf*;
|
basic_string.h (stod, [...]): Declare in C++0x mode.
2008-06-16 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h (stod, stof, stoi, stol, stold, stoll,
stoul, stoull, to_string, to_wstring): Declare in C++0x mode.
* src/string_conversions.cc: Add.
* src/Makefile.am: Update.
* config/abi/pre/gnu.ver: Adjust exports.
* src/Makefile.in: Regenerate.
* testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc:
New.
* testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoi.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stol.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoll.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoul.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/stoull.cc:
Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/char/
to_string.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stod.cc: New.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stof.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoi.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stol.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stold.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoll.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoul.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
stoull.cc: Likewise.
* testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
to_wstring.cc: Likewise.
From-SVN: r136841
2008-06-16 11:58:54 +02:00
|
|
|
# std::t[a-q]*;
|
2008-09-13 02:32:37 +02:00
|
|
|
std::t[a-g]*;
|
|
|
|
std::th[a-h]*;
|
|
|
|
std::th[j-q]*;
|
|
|
|
std::th[s-z]*;
|
|
|
|
std::t[i-n]*;
|
2007-09-09 02:05:13 +02:00
|
|
|
std::tr1::h[^a]*;
|
|
|
|
std::t[s-z]*;
|
2008-09-04 02:57:57 +02:00
|
|
|
# std::[A-Zu-z]*;
|
2009-12-10 22:58:49 +01:00
|
|
|
std::underflow_error::u*;
|
|
|
|
# std::underflow_error::~u*;
|
2008-09-04 02:57:57 +02:00
|
|
|
std::uncaught_exception*;
|
|
|
|
std::unexpected*;
|
|
|
|
std::[A-Zv-z]*;
|
2004-04-16 21:04:07 +02:00
|
|
|
std::_List_node_base::hook*;
|
|
|
|
std::_List_node_base::swap*;
|
|
|
|
std::_List_node_base::unhook*;
|
|
|
|
std::_List_node_base::reverse*;
|
|
|
|
std::_List_node_base::transfer*;
|
2002-03-08 18:59:14 +01:00
|
|
|
std::__timepunct*;
|
2003-02-20 17:47:39 +01:00
|
|
|
std::__numeric_limits_base*;
|
2003-03-04 06:23:56 +01:00
|
|
|
std::__num_base::_S_format_float*;
|
|
|
|
std::__num_base::_S_format_int*;
|
|
|
|
std::__num_base::_S_atoms_in;
|
2003-06-27 09:25:38 +02:00
|
|
|
std::__num_base::_S_atoms_out;
|
2003-07-18 04:27:16 +02:00
|
|
|
std::__moneypunct_cache*;
|
|
|
|
std::__numpunct_cache*;
|
2007-07-04 02:09:22 +02:00
|
|
|
std::__timepunct_cache*
|
|
|
|
# __gnu_debug::_Error_formatter*
|
2002-02-14 19:24:13 +01:00
|
|
|
};
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
# Names not in an 'extern' block are mangled names. Character classes
|
|
|
|
# are used in many of the regex patterns to compensate for minor differences
|
|
|
|
# among the standard integer types and sizes on different platforms and
|
|
|
|
# under different modes of 64-bit architecture (ILP64, LLP64, etc.)
|
2002-08-23 18:52:29 +02:00
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::string
|
2009-12-17 16:25:36 +01:00
|
|
|
# 'y' here and below represents 'unsigned long long'
|
|
|
|
# where it is used for size_type on LLP64 platforms.
|
|
|
|
_ZNSsC[12][EI][PRjmvyN]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSsD*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSs[0-58-9][a-z]*;
|
2009-12-17 16:25:36 +01:00
|
|
|
# _ZNSs[67][a-z]*E[PRcjmvy]*;
|
|
|
|
_ZNSs6appendE[PRcjmvy]*;
|
|
|
|
_ZNSs6assignE[PRcjmvy]*;
|
|
|
|
_ZNSs6insertE[PRcjmvy]*;
|
|
|
|
_ZNSs6insertEN9__gnu_cxx17__normal_iteratorIPcSsEE[PRcjmvy]*;
|
|
|
|
_ZNSs[67][j-z]*E[PRcjmvy]*;
|
|
|
|
_ZNSs7[a-z]*EES2_[NPRjmy]*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSs7[a-z]*EES2_S[12]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs12_Alloc_hiderC*;
|
|
|
|
_ZNSs12_M_leak_hardEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSs12_S_constructE[jmy]cRKSaIcE;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs12_S_empty_repEv;
|
|
|
|
_ZNSs13_S_copy_chars*;
|
|
|
|
_ZNSs[0-9][0-9]_M_replace*;
|
|
|
|
_ZNSs4_Rep10_M_destroy*;
|
|
|
|
_ZNSs4_Rep10_M_dispose*;
|
|
|
|
_ZNSs4_Rep10_M_refcopyEv;
|
|
|
|
_ZNSs4_Rep10_M_refdataEv;
|
|
|
|
_ZNSs4_Rep12_S_empty_repEv;
|
|
|
|
_ZNSs4_Rep13_M_set_leakedEv;
|
|
|
|
_ZNSs4_Rep15_M_set_sharableEv;
|
|
|
|
_ZNSs4_Rep7_M_grab*;
|
|
|
|
_ZNSs4_Rep8_M_clone*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSs4_Rep9_S_createE[jmy][jmy]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs7_M_dataEPc;
|
|
|
|
_ZNSs7_M_leakEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSs9_M_mutateE[jmy][jmy][jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs4_Rep20_S_empty_rep_storageE;
|
|
|
|
_ZNSs4_Rep11_S_max_sizeE;
|
|
|
|
_ZNSs4_Rep11_S_terminalE;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSsaSE[PRc]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSsixE*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSspLE[PRc]*;
|
2009-08-26 00:29:08 +02:00
|
|
|
_ZNKSs[0-9][a-b]*;
|
|
|
|
_ZNKSs[0-9][d-z]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNKSs[0-9][0-9][a-z]*;
|
|
|
|
_ZNKSs[a-z]*;
|
|
|
|
_ZNKSs4_Rep12_M_is_leakedEv;
|
|
|
|
_ZNKSs4_Rep12_M_is_sharedEv;
|
|
|
|
_ZNKSs6_M_repEv;
|
|
|
|
_ZNKSs7_M_dataEv;
|
|
|
|
_ZNKSs7_M_iendEv;
|
|
|
|
_ZNKSs8_M_check*;
|
|
|
|
_ZNKSs8_M_limit*;
|
|
|
|
_ZNKSs9_M_ibeginEv;
|
|
|
|
_ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_E*;
|
2009-08-26 00:29:08 +02:00
|
|
|
_ZNKSs7compare*;
|
|
|
|
_ZNKSs5c_strEv;
|
|
|
|
_ZNKSs8capacityEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSs4copyEPc[jmy][jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# std::wstring
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEC[12][EI][PRjmvyN]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEED*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE[0-58-9][a-z]*;
|
2009-12-17 16:25:36 +01:00
|
|
|
# _ZNSbIwSt11char_traitsIwESaIwEE[67][a-b]*E[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6appendE[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6assignE[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6insertE[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6insertEN9__gnu_cxx17__normal_iteratorIPwS2_EE[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE[67][j-z]*E[PRwjmvy]*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_[NPRjmy]*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7[a-z]*EES6_S[56]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE12_Alloc_hiderC*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE12_M_leak_hardEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE12_S_constructE[jmy]wRKS1_;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE12_S_empty_repEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE13_S_copy_chars*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE[0-9][0-9]_M_replace*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_destroy*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_dispose*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_refcopyEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep10_M_refdataEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep12_S_empty_repEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep13_M_set_leakedEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep15_M_set_sharableEv;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep7_M_grab*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep8_M_clone*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep9_S_createE[jmy][jmy]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_dataEPw;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_leakEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE9_M_mutateE[jmy][jmy][jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep20_S_empty_rep_storageE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep11_S_max_sizeE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep11_S_terminalE;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEaSE[PRw]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEixE*;
|
2008-07-21 21:40:39 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEpLE[PRw]*;
|
2009-08-27 07:54:56 +02:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE[0-9][a-b]*;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE[0-9][d-z]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE[0-9][0-9][a-z]*;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE[a-z]*;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE4_Rep12_M_is_leakedEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE4_Rep12_M_is_sharedEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE6_M_repEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE7_M_dataEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE7_M_iendEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE8_M_check*;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE8_M_limit*;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE9_M_ibeginEv;
|
|
|
|
_ZStplIwSt11char_traitsIwESaIwEESbIT_T0_T1_E*;
|
2009-08-26 00:29:08 +02:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE7compare*;
|
2009-08-27 07:54:56 +02:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE5c_strEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE8capacityEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE4copyEPw[jmy][jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
2007-10-29 22:13:23 +01:00
|
|
|
# std::basic_streambuf
|
|
|
|
_ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[CD]*;
|
|
|
|
_ZNKSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9]*;
|
|
|
|
_ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][a-z][^t]*;
|
|
|
|
_ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE[0-9][0-9][a-z][^t]*;
|
|
|
|
_ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EEaSERKS2_;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::basic_stringbuf
|
2009-12-10 22:58:49 +01:00
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EEC*;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EED[^2]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][a-r]*;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]seek*;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]set*;
|
|
|
|
_ZNKSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strEv;
|
|
|
|
_ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv;
|
|
|
|
_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEE3strERKSs;
|
|
|
|
_ZNSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strERKSbIwS1_S2_E;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][t-z]*;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9]_M_[a-z]*;
|
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE[0-9][0-9]_M_[a-z]*;
|
2003-10-09 23:17:11 +02:00
|
|
|
|
2005-02-08 17:37:02 +01:00
|
|
|
# std::basic_iostream constructors, destructors
|
|
|
|
_ZNSdC*;
|
|
|
|
_ZNSdD*;
|
|
|
|
|
2009-08-26 21:03:24 +02:00
|
|
|
# std::basic_filebuf
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EEC*;
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EED*;
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE[0-3]*;
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4openEPKc*;
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4sync*;
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE[5-9]*;
|
|
|
|
_ZNKSt13basic_filebufI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::basic_fstream
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
|
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EED*;
|
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE5closeEv;
|
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
|
|
|
|
|
|
|
|
# std::basic_ifstream
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
|
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EED*;
|
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE5closeEv;
|
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
|
|
|
|
|
|
|
|
# std::basic_ofstream
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]Ev;
|
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]EPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EED*;
|
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE5closeEv;
|
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
2009-08-26 21:03:24 +02:00
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE4openEPKc*;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE5rdbufEv;
|
|
|
|
|
|
|
|
# std::basic_istream<char>
|
|
|
|
_ZNSiC*;
|
|
|
|
_ZNSiD*;
|
|
|
|
_ZNKSi[0-9][a-z]*;
|
|
|
|
_ZNSi[0-9][a-h]*;
|
|
|
|
_ZNSi[0-9][j-z]*;
|
2009-12-17 16:25:36 +01:00
|
|
|
# 'x' here and below matches 'long long' where it
|
|
|
|
# is used for signed sizetypes on LLP64 platforms.
|
|
|
|
_ZNSi6ignoreE[ilx][ilx];
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZNSirsE*[^g];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# std::basic_istream<wchar_t>
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEEC*;
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEED*;
|
|
|
|
_ZNKSt13basic_istreamIwSt11char_traitsIwEE[0-9][a-z]*;
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE[0-9][a-h]*;
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE[0-9][j-z]*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilx][ijlmx];
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEErsE*[^g];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::istream operators and extractors
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZSt7getlineI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istream*;
|
|
|
|
_ZSt2wsI[cw]St11char_traitsI[cw]EE*;
|
|
|
|
_ZStrsI[cw]St11char_traitsI[cw]EERSt13basic_istream*;
|
|
|
|
_ZStrsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_istream*;
|
|
|
|
_ZStrsISt11char_traitsI[cw]EERSt13basic_istream*;
|
|
|
|
_ZStrsId[cw]St11char_traitsI[cw]EERSt13basic_istream*;
|
|
|
|
_ZStrsIe[cw]St11char_traitsI[cw]EERSt13basic_istream*;
|
|
|
|
_ZStrsIf[cw]St11char_traitsI[cw]EERSt13basic_istream*;
|
|
|
|
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::basic_ostream<char>
|
|
|
|
_ZNSoC*;
|
|
|
|
_ZNSoD*;
|
|
|
|
_ZNKSo6sentrycvbEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSo8_M_writeEPKc[ilx];
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
_ZNSo[0-9][a-z]*;
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZNSolsE*[^g];
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
|
|
|
|
# std::basic_ostream<wchar_t>
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEEC*;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEED*;
|
|
|
|
_ZNKSt13basic_ostreamIwSt11char_traitsIwEE[0-9][a-z]*;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE3putEw;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE5flushEv;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE5seekpE*;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE5tellpEv;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE5writeEPKw*;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE6sentry*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE8_M_writeEPKw[ilx];
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEElsE*[^g];
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
|
|
|
|
# std::ostream operators and inserters
|
|
|
|
_ZSt4end[ls]I[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZSt5flushI[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsI[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsI[cw]St11char_traitsI[cw]ESaI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsISt11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsId[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsIe[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
_ZStlsIf[cw]St11char_traitsI[cw]EERSt13basic_ostream*;
|
|
|
|
|
2002-10-13 06:46:58 +02:00
|
|
|
# std::locale destructors
|
2002-10-11 09:09:36 +02:00
|
|
|
_ZNSt6localeD*;
|
2003-01-06 22:23:00 +01:00
|
|
|
|
|
|
|
# std::locale::facet destructors
|
|
|
|
_ZNSt6locale5facetD*;
|
2002-10-13 06:46:58 +02:00
|
|
|
|
2003-11-11 21:09:16 +01:00
|
|
|
# std::locale::_Impl constructors, destructors
|
2003-01-23 18:21:11 +01:00
|
|
|
_ZNSt6locale5_ImplC*;
|
|
|
|
_ZNSt6locale5_ImplD*;
|
2002-10-11 09:09:36 +02:00
|
|
|
|
2003-12-10 05:52:37 +01:00
|
|
|
# std::ios_base, std::ios_base::Init destructors
|
|
|
|
_ZNSt8ios_baseD*;
|
|
|
|
_ZNSt8ios_base4InitD*;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# bool std::has_facet
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZSt9has_facetIS*;
|
2002-03-01 02:27:57 +01:00
|
|
|
|
2006-12-29 13:52:14 +01:00
|
|
|
# std::use_facet
|
|
|
|
_ZSt9use_facetIS*;
|
|
|
|
|
|
|
|
# std::ctype
|
|
|
|
_ZNKSt5ctypeIcE8*;
|
|
|
|
_ZNKSt5ctypeIcE9*;
|
|
|
|
_ZNKSt5ctypeIcE10*;
|
|
|
|
_ZNKSt5ctypeIw*;
|
|
|
|
_ZNSt5ctypeI[cw]*;
|
|
|
|
|
|
|
|
# std::ctype_base
|
|
|
|
_ZNSt10ctype_base*;
|
|
|
|
|
|
|
|
# std::ctype_byname
|
|
|
|
_ZNSt12ctype_bynameI[cw]*;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::num_get
|
|
|
|
_ZNKSt7num_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
|
|
|
|
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::num_put
|
|
|
|
_ZNKSt7num_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::money_get
|
|
|
|
_ZNKSt9money_getI[cw]St19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
|
|
|
|
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
# std::money_put
|
|
|
|
_ZNKSt9money_putI[cw]St19ostreambuf_iteratorI[cw]St11char_traitsI[cw]EEE*;
|
|
|
|
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
# std::numeric_limits
|
2009-01-21 05:04:24 +01:00
|
|
|
_ZNSt14numeric_limitsI[^g]E*;
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::_Rb_tree
|
2004-01-07 21:55:06 +01:00
|
|
|
_ZSt18_Rb_tree_decrementPKSt18_Rb_tree_node_base;
|
2003-07-30 17:01:58 +02:00
|
|
|
_ZSt18_Rb_tree_decrementPSt18_Rb_tree_node_base;
|
2004-01-07 21:55:06 +01:00
|
|
|
_ZSt18_Rb_tree_incrementPKSt18_Rb_tree_node_base;
|
2003-07-30 17:01:58 +02:00
|
|
|
_ZSt18_Rb_tree_incrementPSt18_Rb_tree_node_base;
|
|
|
|
_ZSt20_Rb_tree_black_countPKSt18_Rb_tree_node_baseS1_;
|
2003-07-09 22:58:32 +02:00
|
|
|
_ZSt20_Rb_tree_rotate_leftPSt18_Rb_tree_node_baseRS0_;
|
|
|
|
_ZSt21_Rb_tree_rotate_rightPSt18_Rb_tree_node_baseRS0_;
|
|
|
|
_ZSt28_Rb_tree_rebalance_for_erasePSt18_Rb_tree_node_baseRS_;
|
2004-01-07 21:55:06 +01:00
|
|
|
_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_;
|
2003-07-09 22:58:32 +02:00
|
|
|
|
2004-05-31 23:19:52 +02:00
|
|
|
# std::__basic_file
|
|
|
|
_ZNKSt12__basic_fileIcE7is_openEv;
|
|
|
|
_ZNSt12__basic_fileIcE2fdEv;
|
|
|
|
_ZNSt12__basic_fileIcE4openEPKcSt13_Ios_Openmodei;
|
|
|
|
_ZNSt12__basic_fileIcE4syncEv;
|
|
|
|
_ZNSt12__basic_fileIcE5closeEv;
|
2004-06-09 05:56:34 +02:00
|
|
|
_ZNSt12__basic_fileIcE6xsgetn*;
|
|
|
|
_ZNSt12__basic_fileIcE6xsputn*;
|
|
|
|
_ZNSt12__basic_fileIcE7seekoff*;
|
2004-06-22 02:24:52 +02:00
|
|
|
_ZNSt12__basic_fileIcE8sys_openE*St13_Ios_Openmode;
|
2004-06-09 05:56:34 +02:00
|
|
|
_ZNSt12__basic_fileIcE8xsputn_2*;
|
2004-05-31 23:19:52 +02:00
|
|
|
_ZNSt12__basic_fileIcE9showmanycEv;
|
|
|
|
_ZNSt12__basic_fileIcEC*;
|
|
|
|
_ZNSt12__basic_fileIcED*;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::__convert_to_v
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZSt14__convert_to_vI[^g]*;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# __gnu_cxx::stdio_sync_filebuf
|
|
|
|
_ZTVN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
|
|
|
|
|
|
|
|
# __gnu_cxx::__atomic_add
|
|
|
|
# __gnu_cxx::__exchange_and_add
|
2006-08-31 13:46:31 +02:00
|
|
|
_ZN9__gnu_cxx12__atomic_addEPV[il]i;
|
|
|
|
_ZN9__gnu_cxx18__exchange_and_addEPV[il]i;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
2006-02-22 01:57:24 +01:00
|
|
|
# debug mode
|
|
|
|
_ZN10__gnu_norm15_List_node_base4hook*;
|
|
|
|
_ZN10__gnu_norm15_List_node_base4swap*;
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
_ZN10__gnu_norm15_List_node_base6unhookEv;
|
|
|
|
_ZN10__gnu_norm15_List_node_base7reverseEv;
|
2006-02-22 01:57:24 +01:00
|
|
|
_ZN10__gnu_norm15_List_node_base8transfer*;
|
2005-12-19 01:56:05 +01:00
|
|
|
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
# __gnu_debug::_Safe_sequence_base and _Safe_iterator_base
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base13_M_detach_allEv;
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base18_M_detach_singularEv;
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base22_M_revalidate_singularEv;
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base7_M_swapERS0_;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base9_M_attachEPNS_19_Safe_sequence_baseEb;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base9_M_detachEv;
|
|
|
|
_ZNK11__gnu_debug19_Safe_iterator_base11_M_singularEv;
|
|
|
|
_ZNK11__gnu_debug19_Safe_iterator_base14_M_can_compareERKS0_;
|
|
|
|
|
|
|
|
# __gnu_debug::_Error_formatter
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter10_M_message*;
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter10_Parameter*;
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter13_M_print_word*;
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter15_M_print_string*;
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter8_M_error*;
|
|
|
|
|
|
|
|
# exceptions as functions
|
|
|
|
_ZSt16__throw_bad_castv;
|
|
|
|
_ZSt17__throw_bad_allocv;
|
|
|
|
_ZSt18__throw_bad_typeidv;
|
|
|
|
_ZSt19__throw_ios_failurePKc;
|
|
|
|
_ZSt19__throw_logic_errorPKc;
|
|
|
|
_ZSt19__throw_range_errorPKc;
|
|
|
|
_ZSt20__throw_domain_errorPKc;
|
|
|
|
_ZSt20__throw_length_errorPKc;
|
|
|
|
_ZSt20__throw_out_of_rangePKc;
|
|
|
|
_ZSt21__throw_bad_exceptionv;
|
|
|
|
_ZSt21__throw_runtime_errorPKc;
|
|
|
|
_ZSt22__throw_overflow_errorPKc;
|
|
|
|
_ZSt23__throw_underflow_errorPKc;
|
|
|
|
_ZSt24__throw_invalid_argumentPKc;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# operator new(size_t)
|
2009-12-17 16:25:36 +01:00
|
|
|
_Znw[jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
# operator new(size_t, std::nothrow_t const&)
|
2009-12-17 16:25:36 +01:00
|
|
|
_Znw[jmy]RKSt9nothrow_t;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# operator delete(void*)
|
|
|
|
_ZdlPv;
|
|
|
|
# operator delete(void*, std::nothrow_t const&)
|
|
|
|
_ZdlPvRKSt9nothrow_t;
|
|
|
|
|
|
|
|
# operator new[](size_t)
|
2009-12-17 16:25:36 +01:00
|
|
|
_Zna[jmy];
|
2005-06-17 09:33:56 +02:00
|
|
|
# operator new[](size_t, std::nothrow_t const&)
|
2009-12-17 16:25:36 +01:00
|
|
|
_Zna[jmy]RKSt9nothrow_t;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# operator delete[](void*)
|
|
|
|
_ZdaPv;
|
|
|
|
# operator delete[](void*, std::nothrow_t const&)
|
|
|
|
_ZdaPvRKSt9nothrow_t;
|
|
|
|
|
2003-06-13 07:45:57 +02:00
|
|
|
# virtual table
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTVNSt8ios_base7failureE;
|
|
|
|
_ZTVNSt6locale5facetE;
|
|
|
|
_ZTVS[a-z];
|
|
|
|
_ZTVSt[0-9][A-Za-z]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
# _ZTVSt[0-9][0-9][A-Za-z]*;
|
|
|
|
_ZTVSt[0-9][0-9][A-Z]*;
|
2008-09-04 02:57:57 +02:00
|
|
|
# _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]*;
|
2009-08-10 20:24:47 +02:00
|
|
|
_ZTVSt[0-9][0-9][g-k]*;
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
_ZTVSt11logic_error;
|
|
|
|
_ZTVSt12length_error;
|
|
|
|
_ZTVSt[0-9][0-9][m-r]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
_ZTVSt[0-9][0-9][t-z]*;
|
|
|
|
_ZTVSt[0-9][0-9]e[^r]*;
|
|
|
|
_ZTVSt[0-9][0-9]s[^y]*;
|
|
|
|
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTVSt11__timepunctI[cw]E;
|
|
|
|
_ZTVSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
|
|
|
|
_ZTVSt21__ctype_abstract_baseI[cw]E;
|
|
|
|
|
2003-06-13 07:45:57 +02:00
|
|
|
# VTT structure
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTTS[a-z];
|
|
|
|
_ZTTSt[0-9][A-Za-z]*;
|
|
|
|
_ZTTSt[0-9][0-9][A-Za-z]*;
|
2002-02-15 03:21:33 +01:00
|
|
|
|
2003-06-13 07:45:57 +02:00
|
|
|
# typeinfo structure
|
|
|
|
_ZTIS[a-z];
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTISt[0-9][A-Za-z]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
# _ZTISt[0-9][0-9][A-Za-z]*;
|
|
|
|
_ZTISt[0-9][0-9][A-Z]*;
|
2008-09-04 02:57:57 +02:00
|
|
|
# _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]*;
|
2009-08-10 20:24:47 +02:00
|
|
|
_ZTISt[0-9][0-9][g-k]*;
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
_ZTISt11logic_error;
|
|
|
|
_ZTISt12length_error;
|
|
|
|
_ZTISt[0-9][0-9][m-r]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
_ZTISt[0-9][0-9][t-z]*;
|
|
|
|
_ZTISt[0-9][0-9]e[^r]*;
|
|
|
|
_ZTISt[0-9][0-9]s[^y]*;
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTISt11__timepunctI[cw]E;
|
|
|
|
_ZTISt10__num_base;
|
|
|
|
_ZTISt21__ctype_abstract_baseI[cw]E;
|
|
|
|
_ZTISt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
|
2007-08-23 18:16:41 +02:00
|
|
|
# _ZTISt16__numpunct_cacheI[cw]E;
|
|
|
|
# _ZTISt17__timepunct_cacheI[cw]E;
|
|
|
|
# _ZTISt18__moneypunct_cacheI[cw]Lb?EE;
|
|
|
|
_ZTINSt8ios_base7failureE;
|
|
|
|
_ZTINSt6locale5facetE;
|
2004-02-11 06:03:13 +01:00
|
|
|
_ZTIN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
|
2004-02-11 06:21:57 +01:00
|
|
|
_ZTIN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
|
2003-03-05 07:02:15 +01:00
|
|
|
|
2003-06-13 07:45:57 +02:00
|
|
|
# typeinfo name
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTSNSt8ios_base7failureE;
|
|
|
|
_ZTSNSt6locale5facetE;
|
|
|
|
_ZTSS[a-z];
|
|
|
|
_ZTSSt[0-9][A-Za-z]*;
|
2008-09-04 02:57:57 +02:00
|
|
|
# _ZTSSt[0-9][0-9][A-Za-z]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
_ZTSSt[0-9][0-9][A-Z]*;
|
2008-09-04 02:57:57 +02:00
|
|
|
# _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]*;
|
2009-08-10 20:24:47 +02:00
|
|
|
_ZTSSt[0-9][0-9][g-k]*;
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
_ZTSSt11logic_error;
|
|
|
|
_ZTSSt12length_error;
|
|
|
|
_ZTSSt[0-9][0-9][m-r]*;
|
2007-08-23 18:16:41 +02:00
|
|
|
_ZTSSt[0-9][0-9][t-z]*;
|
|
|
|
_ZTSSt[0-9][0-9]e[^r]*;
|
|
|
|
_ZTSSt[0-9][0-9]s[^y]*;
|
|
|
|
|
2003-03-05 07:02:15 +01:00
|
|
|
_ZTSSt11__timepunctI[cw]E;
|
|
|
|
_ZTSSt10__num_base;
|
|
|
|
_ZTSSt21__ctype_abstract_baseI[cw]E;
|
|
|
|
_ZTSSt23__codecvt_abstract_baseI[cw]c11__mbstate_tE;
|
2004-02-11 06:03:13 +01:00
|
|
|
_ZTSN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EEE;
|
2004-02-11 06:21:57 +01:00
|
|
|
_ZTSN9__gnu_cxx13stdio_filebufI[cw]St11char_traitsI[cw]EEE;
|
2002-02-19 22:47:05 +01:00
|
|
|
|
2007-02-01 14:36:51 +01:00
|
|
|
# std::bad_alloc::~bad_alloc, std::bad_cast::~bad_cast,
|
|
|
|
# std::bad_typeid::~bad_typeid, std::bad_exception::~bad_exception
|
|
|
|
_ZNSt9bad_allocD*;
|
|
|
|
_ZNSt8bad_castD*;
|
|
|
|
_ZNSt10bad_typeidD*;
|
|
|
|
_ZNSt13bad_exceptionD*;
|
|
|
|
|
2002-02-19 22:47:05 +01:00
|
|
|
# function-scope static objects requires a guard variable.
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZGVNSt[^1]*;
|
|
|
|
_ZGVNSt1[^7]*;
|
2002-02-15 03:21:33 +01:00
|
|
|
|
2009-12-10 22:58:49 +01:00
|
|
|
# complete and deleting destructors where base destructors should not
|
|
|
|
# be exported.
|
|
|
|
_ZNSt11range_errorD[01]Ev;
|
|
|
|
_ZNSt12domain_errorD[01]Ev;
|
|
|
|
_ZNSt12length_errorD[01]Ev;
|
|
|
|
_ZNSt12out_of_rangeD[01]Ev;
|
|
|
|
_ZNSt14overflow_errorD[01]Ev;
|
|
|
|
_ZNSt15underflow_errorD[01]Ev;
|
|
|
|
_ZNSt16invalid_argumentD[01]Ev;
|
|
|
|
|
2002-02-19 22:47:05 +01:00
|
|
|
# virtual function thunks
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZThn8_NS*;
|
2003-06-16 01:24:00 +02:00
|
|
|
_ZThn16_NS*;
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTv0_n12_NS*;
|
2003-06-16 01:24:00 +02:00
|
|
|
_ZTv0_n24_NS*;
|
2002-02-19 22:47:05 +01:00
|
|
|
|
2003-01-23 18:21:11 +01:00
|
|
|
# stub functions from libmath
|
|
|
|
sinf;
|
|
|
|
sinl;
|
|
|
|
sinhf;
|
|
|
|
sinhl;
|
|
|
|
cosf;
|
|
|
|
cosl;
|
|
|
|
coshf;
|
|
|
|
coshl;
|
|
|
|
tanf;
|
|
|
|
tanl;
|
|
|
|
tanhf;
|
|
|
|
tanhl;
|
|
|
|
atan2f;
|
|
|
|
atan2l;
|
|
|
|
expf;
|
|
|
|
expl;
|
|
|
|
hypotf;
|
|
|
|
hypotl;
|
|
|
|
hypot;
|
|
|
|
logf;
|
|
|
|
logl;
|
|
|
|
log10f;
|
|
|
|
log10l;
|
|
|
|
powf;
|
|
|
|
powl;
|
|
|
|
sqrtf;
|
|
|
|
sqrtl;
|
|
|
|
copysignf;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# GLIBCXX_ABI compatibility only.
|
|
|
|
# std::string
|
|
|
|
_ZNKSs11_M_disjunctEPKc;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSs15_M_check_lengthE[jmy][jmy]PKc;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs4_Rep26_M_set_length_and_sharableE*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSs7_M_copyEPcPKc[jmy];
|
|
|
|
_ZNSs7_M_moveEPcPKc[jmy];
|
|
|
|
_ZNSs9_M_assignEPc[jmy]c;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::wstring
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE11_M_disjunctEPKw;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE15_M_check_lengthE[jmy][jmy]PKc;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep26_M_set_length_and_sharableE*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_copyEPwPKw[jmy];
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_moveEPwPKw[jmy];
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE9_M_assignEPw[jmy]w;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
_ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
_ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
_ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSi6ignoreE[ilvx];
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilvx];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
_ZNSt11char_traitsI[cw]E2eqERK[cw]S2_;
|
|
|
|
|
|
|
|
_ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
2005-10-11 08:19:13 +02:00
|
|
|
# std::locale::Impl _M_ members
|
|
|
|
_ZNSt6locale5_Impl16_M_install_facetEPKNS_2idEPKNS_5facetE;
|
|
|
|
_ZNSt6locale5_Impl16_M_replace_facetEPKS0_PKNS_2idE;
|
|
|
|
_ZNSt6locale5_Impl19_M_replace_categoryEPKS0_PKPKNS_2idE;
|
|
|
|
_ZNSt6locale5_Impl21_M_replace_categoriesEPKS0_i;
|
|
|
|
|
2003-07-06 06:07:36 +02:00
|
|
|
# DO NOT DELETE THIS LINE. Port-specific symbols, if any, will be here.
|
|
|
|
|
2002-02-14 19:24:13 +01:00
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|
2002-02-23 00:45:28 +01:00
|
|
|
|
2004-05-31 23:19:52 +02:00
|
|
|
GLIBCXX_3.4.1 {
|
|
|
|
|
|
|
|
_ZNSt12__basic_fileIcE4fileEv;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4;
|
|
|
|
|
2004-06-18 18:52:42 +02:00
|
|
|
GLIBCXX_3.4.2 {
|
|
|
|
|
2004-07-08 07:24:33 +02:00
|
|
|
_ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4fileEv;
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZN9__gnu_cxx17__pool_alloc_base9_M_refillE[jmy];
|
|
|
|
_ZN9__gnu_cxx17__pool_alloc_base16_M_get_free_listE[jmy];
|
2004-08-30 20:22:01 +02:00
|
|
|
_ZN9__gnu_cxx17__pool_alloc_base12_M_get_mutexEv;
|
2004-06-25 08:10:44 +02:00
|
|
|
|
2004-09-08 15:54:18 +02:00
|
|
|
} GLIBCXX_3.4.1;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.3 {
|
|
|
|
|
2004-10-05 04:30:48 +02:00
|
|
|
# stub functions from libmath
|
|
|
|
acosf;
|
|
|
|
acosl;
|
|
|
|
asinf;
|
|
|
|
asinl;
|
|
|
|
atanf;
|
|
|
|
atanl;
|
|
|
|
ceilf;
|
|
|
|
ceill;
|
|
|
|
floorf;
|
|
|
|
floorl;
|
|
|
|
fmodf;
|
|
|
|
fmodl;
|
|
|
|
frexpf;
|
|
|
|
frexpl;
|
|
|
|
ldexpf;
|
|
|
|
ldexpl;
|
|
|
|
modff;
|
|
|
|
modfl;
|
|
|
|
|
2004-09-08 15:54:18 +02:00
|
|
|
} GLIBCXX_3.4.2;
|
2003-01-06 22:23:00 +01:00
|
|
|
|
2004-11-08 21:06:30 +01:00
|
|
|
GLIBCXX_3.4.4 {
|
2005-09-12 06:49:11 +02:00
|
|
|
|
|
|
|
_ZN9__gnu_cxx6__poolILb0EE13_M_initializeEv;
|
2004-11-08 21:06:30 +01:00
|
|
|
_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEPFvPvE;
|
|
|
|
_ZN9__gnu_cxx6__poolILb1EE21_M_destroy_thread_keyEPv;
|
|
|
|
_ZN9__gnu_cxx6__poolILb1EE16_M_get_thread_idEv;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZN9__gnu_cxx6__poolILb[01]EE16_M_reserve_blockE[jmy][jmy];
|
|
|
|
_ZN9__gnu_cxx6__poolILb[01]EE16_M_reclaim_blockEPc[jmy];
|
2004-11-08 21:06:30 +01:00
|
|
|
_ZN9__gnu_cxx6__poolILb[01]EE10_M_destroyEv;
|
|
|
|
|
|
|
|
_ZN9__gnu_cxx9free_list6_M_getE*;
|
|
|
|
_ZN9__gnu_cxx9free_list8_M_clearEv;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4.3;
|
|
|
|
|
2005-05-26 09:10:21 +02:00
|
|
|
GLIBCXX_3.4.5 {
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
# std::string
|
|
|
|
_ZNKSs11_M_disjunctEPKc;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSs15_M_check_lengthE[jmy][jmy]PKc;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSs4_Rep26_M_set_length_and_sharableE*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSs7_M_copyEPcPKc[jmy];
|
|
|
|
_ZNSs7_M_moveEPcPKc[jmy];
|
|
|
|
_ZNSs9_M_assignEPc[jmy]c;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
# std::wstring
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE11_M_disjunctEPKw;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE15_M_check_lengthE[jmy][jmy]PKc;
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE4_Rep26_M_set_length_and_sharableE*;
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_copyEPwPKw[jmy];
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7_M_moveEPwPKw[jmy];
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE9_M_assignEPw[jmy]w;
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
_ZNKSt13basic_fstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
_ZNKSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
_ZNKSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE7is_openEv;
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSi6ignoreE[ilvx];
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE6ignoreE[ilvx];
|
2005-06-17 09:33:56 +02:00
|
|
|
|
|
|
|
_ZNSt11char_traitsI[cw]E2eqERK[cw]S2_;
|
|
|
|
|
|
|
|
_ZNSt19istreambuf_iteratorI[cw]St11char_traitsI[cw]EEppEv;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4.4;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.6 {
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZSt17__copy_streambufsI[cw]St11char_traitsI[cw]EE[ix]PSt15basic_streambuf*;
|
2005-05-26 09:10:21 +02:00
|
|
|
_ZNSt8ios_base17_M_call_callbacksENS_5eventE;
|
|
|
|
_ZNSt8ios_base20_M_dispose_callbacksEv;
|
|
|
|
_ZNSt6locale5facet13_S_get_c_nameEv;
|
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
_ZNSt15basic_stringbufI[cw]St11char_traitsI[cw]ESaI[cw]EE9showmanycEv;
|
|
|
|
|
|
|
|
_ZNKSt15basic_stringbufIwSt11char_traitsIwESaIwEE3strEv;
|
|
|
|
|
2005-10-11 08:19:13 +02:00
|
|
|
_ZN9__gnu_cxx6__poolILb1EE13_M_initializeEv;
|
2005-09-12 06:49:11 +02:00
|
|
|
|
2005-06-17 09:33:56 +02:00
|
|
|
} GLIBCXX_3.4.5;
|
2005-05-26 09:10:21 +02:00
|
|
|
|
2005-10-11 08:19:13 +02:00
|
|
|
GLIBCXX_3.4.7 {
|
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZNSt6locale5_Impl16_M_install_cacheEPKNS_5facetE[jmy];
|
2005-10-11 08:19:13 +02:00
|
|
|
|
2006-02-22 01:57:24 +01:00
|
|
|
} GLIBCXX_3.4.6;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.8 {
|
|
|
|
|
2006-03-04 00:54:21 +01:00
|
|
|
_ZSt17__copy_streambufsI[cw]St11char_traitsI[cw]EElPSt15basic_streambuf*;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4.7;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.9 {
|
|
|
|
|
2006-02-22 01:57:24 +01:00
|
|
|
_ZNSt6__norm15_List_node_base4hook*;
|
|
|
|
_ZNSt6__norm15_List_node_base4swap*;
|
|
|
|
_ZNSt6__norm15_List_node_base6unhookEv;
|
|
|
|
_ZNSt6__norm15_List_node_base7reverseEv;
|
|
|
|
_ZNSt6__norm15_List_node_base8transfer*;
|
re PR libstdc++/24645 (Commonize arithmetic inserters/extractors bodies)
2006-01-02 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/24645
* include/std/std_istream.h (basic_istream<>::_M_extract): New.
(operator>>(bool&), operator>>(short&), operator>>(unsigned short&),
operator>>(int&), operator>>(unsigned int&), operator>>(long&),
operator>>(unsigned long&), operator>>(long long&), operator>>
(unsigned long long&), operator>>(float&), operator>>(double&),
operator>>(long double&), operator>>(void*&)): Use it.
* include/bits/istream.tcc (basic_istream<>::_M_extract): Define.
* include/std/std_ostream.h (basic_ostream<>::_M_insert): New.
(operator<<(long), operator<<(unsigned long), operator<<(bool),
operator<<(short), operator<<(unsigned short), operator<<(int),
operator<<(unsigned int), operator<<(long long), operator<<
(unsigned long long), operator<<(double), operator<<(float),
operator<<(long double), operator<<(const void*): Use it.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert): Define.
* src/istream-inst.cc: Add _M_insert instantiations.
* src/ostream-inst.cc: Add _M_extract instantiations.
* config/abi/pre/gnu.ver: Export the new symbols @GLIBCXX_3.4.7;
detail existing @GLIBCXX_3.4 exports of basic_ostream, num_put,
money_put, etc., symbols to avoid exporting _M_insert symbols
@GLIBCXX_3.4.
From-SVN: r109236
2006-01-02 10:57:49 +01:00
|
|
|
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZNSo9_M_insertI[^g]*;
|
|
|
|
_ZNSt13basic_ostreamIwSt11char_traitsIwEE9_M_insertI[^g]*;
|
|
|
|
_ZNSi10_M_extractI[^g]*;
|
|
|
|
_ZNSt13basic_istreamIwSt11char_traitsIwEE10_M_extractI[^g]*;
|
2005-12-19 01:56:05 +01:00
|
|
|
|
2009-12-17 16:25:36 +01:00
|
|
|
_ZSt21__copy_streambufs_eofI[cw]St11char_traitsI[cw]EE[ilx]PSt15basic_streambuf*;
|
PR libstdc++/28277 (partial: ostream bits 2)
2006-10-13 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28277 (partial: ostream bits 2)
* include/std/std_ostream.h (basic_ostream<>::_M_insert(const
char_type*, streamsize)): New.
(basic_ostream<>::_M_write(char_type, streamsize)): Likewise.
(operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
char), operator<<(basic_ostream<>&, const _CharT*),
operator<<(basic_ostream<>&, const char*)): Use the latter.
* include/bits/ostream.tcc (basic_ostream<>::_M_insert(const
char_type*, streamsize)): Define.
(operator<<(basic_ostream<>&, const char*)): Use the latter.
(operator<<(basic_ostream<>&, _CharT), operator<<(basic_ostream<>&,
char), operator<<(basic_ostream<>&, const _CharT*),
operator<<(basic_ostream<>&, const char*),
operator<<(basic_ostream<>&, const basic_string<>&)): Remove.
* include/bits/basic_string.h (operator<<(basic_ostream<>&,
const basic_string<>&)): Use the latter, implement DR 586.
* config/abi/pre/gnu.ver: Adjust, export the new _M_insert.
* docs/html/ext/howto.html: Add an entry for DR 586.
* testsuite/21_strings/basic_string/inserters_extractors/char/
28277.cc: New.
* testsuite/21_strings/basic_string/inserters_extractors/wchar_t/
28277.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/
28277-3.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_character/char/
28277-4.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/
28277-2.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/
28277-3.cc: Likewise.
* testsuite/27_io/basic_ostream/inserters_character/wchar_t/
28277-4.cc: Likewise.
From-SVN: r117689
2006-10-13 11:00:31 +02:00
|
|
|
|
PR libstdc++/28277 (partial: vstring bits)
2007-04-10 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/28277 (partial: vstring bits)
* include/bits/ostream_insert.h: New.
* include/Makefile.am: Add.
* include/ext/vstring.h (operator<<(basic_ostream<>&,
const __versa_string<>&): Forward to __ostream_insert.
* include/bits/basic_string.h (operator<<(basic_ostream<>&,
const string<>&)): Likewise.
* include/std/ostream (operator<<(basic_ostream<>&, _CharT),
operator<<(basic_ostream<char,>&, char), operator<<(basic_ostream<>&,
const _CharT*), operator<<(basic_ostream<char,>&, const char*)):
Likewise.
* include/ext/vstring.tcc (operator<<(basic_ostream<>&,
const __versa_string<>&)): Remove.
(class basic_ostream): Remove friend declarations.
(basic_ostream<>::_M_write(char_type, streamsize),
_M_insert(const char_type*, streamsize)): Remove.
* include/bits/ostream.tcc (_M_insert(const char_type*, streamsize)):
Remove definition.
(operator<<(basic_ostream<>&, const char*)): Use __ostream_insert.
* config/abi/pre/gnu.ver: Adjust.
* src/ostream-inst.cc: Add __ostream_insert instantiations.
* include/bits/locale_facets.h (__pad<>::_S_pad): Remove __num
parameter.
* include/bits/locale_facets.tcc (__pad<>::_S_pad): Adjust.
(num_put<>::_M_pad(_CharT, streamsize, ios_base&, _CharT*,
const _CharT*, int&)): Likewise.
* include/Makefile.in: Rebuild.
* testsuite/ext/vstring/inserters_extractors/char/28277.cc: New.
* testsuite/ext/vstring/inserters_extractors/wchar_t/28277.cc: New.
* include/ext/vstring_util.h: Do not include the whole <locale>.
* include/ext/vstring.tcc (operator>>(basic_istream<>&,
__versa_string<>&, getline(basic_istream<>&, __versa_string<>&,
_CharT)): Tweak to refer to ios_base as a base of istream; do not
refer to non-standard types of istream.
* include/bits/istream.tcc (operator>>(basic_istream<>&, _CharT*),
ws(basic_istream<>&)): Do not refer to non-standard types of istream.
* include/std/bitset (operator>>(std::basic_istream<>&, bitset<>&)):
Avoid using basic_streambuf<>*.
* include/bits/istream.tcc (operator>>(basic_istream<>&,
basic_string<>&), getline(basic_istream<>&, basic_string<>&, _CharT)):
Move...
* include/bits/basic_string.tcc: ... here; tweak to refer to ios_base
as a base of istream; do not refer to non-standard types of istream.
* include/std/string: Tweak includes.
* include/ext/type_traits.h (__is_null_pointer): Add.
* include/ext/rc_string_base.h: Use it.
* include/ext/sso_string_base.h: Likewise.
* include/bits/basic_string.tcc (__is_null_pointer): Remove, use
the above.
* include/ext/vstring_util.h (__vstring_utility<>::_S_is_null_pointer):
Remove.
From-SVN: r123692
2007-04-10 12:38:50 +02:00
|
|
|
_ZSt16__ostream_insert*;
|
re PR libstdc++/29496 (_M_invalidate function is not thread-safe in GLIBCXX_DEBUG mode)
2006-11-11 Paolo Carlini <pcarlini@suse.de>
PR libstdc++/29496
* include/debug/safe_base.h (_Safe_sequence_base::_M_get_mutex,
_Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
New.
* src/debug.cc: Define the latter.
(_Safe_sequence_base::_M_detach_all, _M_detach_singular,
_M_revalidate_singular, _M_swap): Use the mutex.
(_Safe_iterator_base::_M_attach, _M_detach): Adjust, forward to the
*_single version.
* include/debug/safe_iterator.h (_Safe_iterator<>::_M_attach_single,
_M_invalidate_single): New.
* include/debug/safe_iterator.tcc: Define.
(_Safe_iterator<>::_M_invalidate): Adjust, forward to
_M_invalidate_single.
* include/debug/safe_sequence.h (_Safe_sequence<>::_M_invalidate_if,
_M_transfer_iter): Use the mutex, adjust, forward to the *_single
versions of _M_invalidate and _M_attach.
* config/abi/pre/gnu.ver (_Safe_sequence_base::_M_get_mutex,
_Safe_iterator_base::_M_get_mutex, _M_attach_single, _M_detach_single):
Add @GLIBCXX_3.4.10; adjust.
* configure.ac (libtool_VERSION): To 6:10:0.
* testsuite/util/testsuite_abi.cc (check_version): Add GLIBCXX_3.4.10.
* configure: Regenerate.
From-SVN: r118701
2006-11-11 18:32:12 +01:00
|
|
|
|
|
|
|
_ZN11__gnu_debug19_Safe_sequence_base12_M_get_mutexEv;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base16_M_attach_singleEPNS_19_Safe_sequence_baseEb;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base16_M_detach_singleEv;
|
|
|
|
_ZN11__gnu_debug19_Safe_iterator_base12_M_get_mutexEv;
|
|
|
|
|
2007-02-01 14:36:51 +01:00
|
|
|
_ZNKSt9bad_alloc4whatEv;
|
|
|
|
_ZNKSt8bad_cast4whatEv;
|
|
|
|
_ZNKSt10bad_typeid4whatEv;
|
|
|
|
_ZNKSt13bad_exception4whatEv;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4.8;
|
2005-10-11 08:19:13 +02:00
|
|
|
|
2007-07-04 02:09:22 +02:00
|
|
|
GLIBCXX_3.4.10 {
|
|
|
|
|
|
|
|
_ZNK11__gnu_debug16_Error_formatter17_M_get_max_lengthEv;
|
|
|
|
|
2007-09-09 02:05:13 +02:00
|
|
|
_ZNKSt3tr14hashIRKSbIwSt11char_traitsIwESaIwEEEclES6_;
|
|
|
|
_ZNKSt3tr14hashIRKSsEclES2_;
|
|
|
|
_ZNKSt3tr14hashISbIwSt11char_traitsIwESaIwEEEclES4_;
|
|
|
|
_ZNKSt3tr14hashISsEclESs;
|
2008-03-01 20:15:17 +01:00
|
|
|
_ZNKSt3tr14hashIeEclEe;
|
2007-09-09 02:05:13 +02:00
|
|
|
|
|
|
|
_ZNKSt4hashIRKSbIwSt11char_traitsIwESaIwEEEclES5_;
|
|
|
|
_ZNKSt4hashIRKSsEclES1_;
|
|
|
|
_ZNKSt4hashISbIwSt11char_traitsIwESaIwEEEclES3_;
|
|
|
|
_ZNKSt4hashISsEclESs;
|
2008-03-01 20:15:17 +01:00
|
|
|
_ZNKSt4hashIeEclEe;
|
2007-08-23 18:16:41 +02:00
|
|
|
|
2008-02-18 01:00:00 +01:00
|
|
|
_ZSt17__verify_grouping*;
|
|
|
|
|
|
|
|
_ZNSt8__detail12__prime_listE;
|
|
|
|
_ZNSt3tr18__detail12__prime_listE;
|
|
|
|
|
2007-09-12 00:32:51 +02:00
|
|
|
# for parallel mode
|
2008-02-18 01:00:00 +01:00
|
|
|
_ZN14__gnu_parallel9_Settings3getEv;
|
|
|
|
_ZN14__gnu_parallel9_Settings3setERS0_;
|
|
|
|
|
2007-09-12 00:32:51 +02:00
|
|
|
_ZNSt9__cxx199815_List_node_base4hook*;
|
|
|
|
_ZNSt9__cxx199815_List_node_base4swap*;
|
|
|
|
_ZNSt9__cxx199815_List_node_base6unhookEv;
|
|
|
|
_ZNSt9__cxx199815_List_node_base7reverseEv;
|
|
|
|
_ZNSt9__cxx199815_List_node_base8transfer*;
|
|
|
|
|
2007-10-29 22:13:23 +01:00
|
|
|
_ZNSt15basic_streambufI[cw]St11char_traitsI[cw]EE6stosscEv;
|
|
|
|
|
2008-02-17 00:39:56 +01:00
|
|
|
_ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE4syncEv;
|
2009-12-10 22:58:49 +01:00
|
|
|
_ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EE[5-9C]*;
|
|
|
|
_ZN9__gnu_cxx18stdio_sync_filebufI[cw]St11char_traitsI[cw]EED[^2]*;
|
2008-02-17 00:39:56 +01:00
|
|
|
|
2007-07-04 02:09:22 +02:00
|
|
|
} GLIBCXX_3.4.9;
|
|
|
|
|
2008-03-07 12:09:49 +01:00
|
|
|
GLIBCXX_3.4.11 {
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
|
|
|
|
# atomic
|
|
|
|
__atomic_flag_for_address;
|
|
|
|
__atomic_flag_wait_explicit;
|
|
|
|
atomic_flag_clear_explicit;
|
|
|
|
atomic_flag_test_and_set_explicit;
|
2008-12-12 18:10:16 +01:00
|
|
|
_ZNVSt9__atomic011atomic_flag12test_and_setESt12memory_order;
|
|
|
|
_ZNVSt9__atomic011atomic_flag5clearESt12memory_order;
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
# mutex
|
|
|
|
_ZSt10adopt_lock;
|
|
|
|
_ZSt10defer_lock;
|
|
|
|
_ZSt11try_to_lock;
|
|
|
|
|
|
|
|
_ZTISt10lock_error;
|
|
|
|
_ZTVSt10lock_error;
|
|
|
|
_ZTSSt10lock_error;
|
|
|
|
_ZNKSt10lock_error4whatEv;
|
|
|
|
|
2008-09-03 19:46:09 +02:00
|
|
|
_ZSt11__once_call;
|
|
|
|
_ZSt15__once_callable;
|
|
|
|
_ZSt14__once_functor;
|
2009-04-26 12:12:08 +02:00
|
|
|
_ZSt23__get_once_functor_lockv;
|
2008-09-03 19:46:09 +02:00
|
|
|
__once_proxy;
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
# condition_variable
|
|
|
|
_ZNSt18condition_variable10notify_allEv;
|
|
|
|
_ZNSt18condition_variable10notify_oneEv;
|
2008-09-03 19:46:09 +02:00
|
|
|
_ZNSt18condition_variable4waitERSt11unique_lockISt5mutexE;
|
2008-05-06 23:11:47 +02:00
|
|
|
_ZNSt18condition_variableC1Ev;
|
|
|
|
_ZNSt18condition_variableC2Ev;
|
|
|
|
_ZNSt18condition_variableD1Ev;
|
|
|
|
_ZNSt18condition_variableD2Ev;
|
2008-09-03 19:46:09 +02:00
|
|
|
_ZNSt22condition_variable_anyC1Ev;
|
|
|
|
_ZNSt22condition_variable_anyC2Ev;
|
|
|
|
_ZNSt22condition_variable_anyD1Ev;
|
|
|
|
_ZNSt22condition_variable_anyD2Ev;
|
[multiple changes]
2008-04-10 Benjamin Kosnik <bkoz@redhat.com>
* include/c_global/cstdatomic: C++ types only, format, doxygen markup.
* include/c_compatibility/stdatomic.h: "C" only, format, doxygen markup.
* src/atomic.c: Format, doxygen markup, edits.
* include/Makefile.am (cstdatomic, stdatomic.h): Add.
* src/Makefile.am (atomic.c): Add.
* acinclude.m4 (GLIBCXX_CHECK_STANDARD_LAYOUT): New.
* configure.ac: Call it.
* include/Makefile.in: Regenerate.
* src/Makefile.in: Same.
* Makefile.in: Same.
* doc/Makefile.in: Same.
* po/Makefile.in: Same.
* libmath/Makefile.in: Same.
* include/Makefile.in: Same.
* testsuite/Makefile.in: Same.
* libsupc++/Makefile.in: Same.
* config.h.in: Same.
* configure: Same.
* config/abi/pre/gnu.ver: Add atomics exports.
* include/ext/typelist.h (apply_generator): New.
* include/bits/c++config (_GLIBCXX_BEGIN_EXTERN_C): New.
(_GLIBCXX_END_EXTERN_C): New.
Deal with _GLIBCXX_BEGIN_NAMESPACE, _GLIBCXX_END_NAMESPACE when
compiling as C.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): Add -L
flag for libstdc++.
* testsuite/util/testsuite_common_types.h (integral_types): New
typelist.
(atomics, atomics_tl): Same.
(assignable, default_constructible, copy_constructible,
explicit_value_constructible): New.
* testsuite/17_intro/headers/c++200x/all.cc: Test new headers.
* testsuite/29_atomics: New.
* testsuite/29_atomics/atomic_address: Same.
* testsuite/29_atomics/atomic_address/cons: Same.
* testsuite/29_atomics/atomic_address/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic_address/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_address/cons/default.cc: Same.
* testsuite/29_atomics/atomic_address/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag: Same.
* testsuite/29_atomics/atomic_flag/cons: Same.
* testsuite/29_atomics/atomic_flag/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/default.cc: Same.
* testsuite/29_atomics/atomic_flag/cons/aggregate.cc: Same.
* testsuite/29_atomics/atomic_flag/requirements: Same.
* testsuite/29_atomics/atomic_flag/requirements/standard_layout.cc:
Same.
* testsuite/29_atomics/atomic_flag/
atomic_global_fence_compatibility.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
* testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
* testsuite/29_atomics/headers: Same.
* testsuite/29_atomics/headers/cstdatomic: Same.
* testsuite/29_atomics/headers/cstdatomic/types_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/functions_std_c++0x.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/std_c++0x_neg.cc: Same.
* testsuite/29_atomics/headers/cstdatomic/macros.cc: Same.
* testsuite/29_atomics/headers/stdatomic.h: Same.
* testsuite/29_atomics/headers/stdatomic.h/macros.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/types.c: Same.
* testsuite/29_atomics/headers/stdatomic.h/functions.c: Same.
* testsuite/29_atomics/atomic: Same.
* testsuite/29_atomics/atomic/cons: Same.
* testsuite/29_atomics/atomic/cons/explicit_value.cc: Same.
* testsuite/29_atomics/atomic/cons/assign_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/copy_neg.cc: Same.
* testsuite/29_atomics/atomic/cons/default.cc: Same.
* testsuite/29_atomics/atomic/requirements: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation: Same.
* testsuite/29_atomics/atomic/requirements/explicit_instantiation/
1.cc: Same.
2008-04-10 Lawrence Crowl <crowl@google.com>
* include/c_global/cstdatomic: New.
* include/c_compatibility/stdatomic.h: New.
* src/atomic.c: New.
From-SVN: r134174
2008-04-10 22:26:45 +02:00
|
|
|
|
2008-09-13 02:32:37 +02:00
|
|
|
# thread
|
|
|
|
_ZNSt6thread4joinEv;
|
|
|
|
_ZNSt6thread6detachEv;
|
2009-02-14 00:08:50 +01:00
|
|
|
_ZNSt6thread15_M_start_threadESt10shared_ptrINS_10_Impl_baseEE;
|
2008-09-13 02:32:37 +02:00
|
|
|
|
2008-03-07 12:09:49 +01:00
|
|
|
# system_error
|
2009-02-18 08:35:36 +01:00
|
|
|
_ZSt15system_categoryv;
|
|
|
|
_ZSt16generic_categoryv;
|
2008-05-16 23:55:00 +02:00
|
|
|
|
|
|
|
_ZNKSt10error_code23default_error_conditionEv;
|
|
|
|
_ZNKSt14error_category23default_error_conditionEi;
|
|
|
|
|
|
|
|
_ZNKSt14error_category10equivalentERKSt10error_codei;
|
|
|
|
_ZNKSt14error_category10equivalentEiRKSt15error_condition;
|
2008-03-07 12:09:49 +01:00
|
|
|
|
|
|
|
_ZTISt14error_category;
|
|
|
|
_ZTSSt14error_category;
|
|
|
|
_ZTVSt14error_category;
|
|
|
|
|
|
|
|
_ZTSSt12system_error;
|
|
|
|
_ZTISt12system_error;
|
|
|
|
_ZTVSt12system_error;
|
|
|
|
_ZNSt12system_errorD*Ev;
|
|
|
|
_ZNSt12system_errorC*;
|
|
|
|
|
|
|
|
_ZNKSt4hashISt10error_codeEclES0_;
|
|
|
|
|
2008-05-06 23:11:47 +02:00
|
|
|
_ZSt20__throw_system_errori;
|
|
|
|
|
2008-05-20 20:11:34 +02:00
|
|
|
# char16_t and char32_t
|
2009-01-21 05:04:24 +01:00
|
|
|
_ZNSt14numeric_limitsIDiE*;
|
|
|
|
_ZNSt14numeric_limitsIDsE*;
|
2008-05-20 20:11:34 +02:00
|
|
|
|
2008-07-16 01:23:23 +02:00
|
|
|
# chrono
|
|
|
|
_ZNSt6chrono12system_clock12is_monotonicE;
|
|
|
|
_ZNSt6chrono12system_clock3nowEv;
|
2008-09-23 19:34:29 +02:00
|
|
|
_ZNSt6chrono15monotonic_clock12is_monotonicE;
|
|
|
|
_ZNSt6chrono15monotonic_clock3nowEv;
|
2008-07-16 01:23:23 +02:00
|
|
|
|
2008-07-21 21:40:39 +02:00
|
|
|
# string/wstring initializer_list overloads
|
|
|
|
_ZNSs6appendESt16initializer_listIcE;
|
|
|
|
_ZNSs6assignESt16initializer_listIcE;
|
|
|
|
_ZNSs6insertEN9__gnu_cxx17__normal_iteratorIPcSsEESt16initializer_listIcE;
|
|
|
|
_ZNSs7replaceEN9__gnu_cxx17__normal_iteratorIPcSsEES2_St16initializer_listIcE;
|
|
|
|
_ZNSsC1ESt16initializer_listIcERKSaIcE;
|
|
|
|
_ZNSsC2ESt16initializer_listIcERKSaIcE;
|
|
|
|
_ZNSsaSESt16initializer_listIcE;
|
|
|
|
_ZNSspLESt16initializer_listIcE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6appendESt16initializer_listIwE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6assignESt16initializer_listIwE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE6insertEN9__gnu_cxx17__normal_iteratorIPwS2_EESt16initializer_listIwE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE7replaceEN9__gnu_cxx17__normal_iteratorIPwS2_EES6_St16initializer_listIwE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEC1ESt16initializer_listIwERKS1_;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEC2ESt16initializer_listIwERKS1_;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEaSESt16initializer_listIwE;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEEpLESt16initializer_listIwE;
|
|
|
|
|
2008-09-10 18:48:47 +02:00
|
|
|
# ctype<char>::_M_narrow_init and _M_widen_init
|
|
|
|
_ZNKSt5ctypeIcE14_M_narrow_initEv;
|
|
|
|
_ZNKSt5ctypeIcE13_M_widen_initEv;
|
|
|
|
|
2008-03-07 12:09:49 +01:00
|
|
|
} GLIBCXX_3.4.10;
|
|
|
|
|
2009-05-05 23:32:38 +02:00
|
|
|
GLIBCXX_3.4.12 {
|
|
|
|
|
|
|
|
# mutex
|
|
|
|
_ZSt27__set_once_functor_lock_ptrPSt11unique_lockISt5mutexE;
|
|
|
|
_ZSt16__get_once_mutexv;
|
|
|
|
|
2009-07-29 20:40:39 +02:00
|
|
|
} GLIBCXX_3.4.11;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.13 {
|
|
|
|
|
2009-08-26 21:03:24 +02:00
|
|
|
# new fstream members
|
|
|
|
_ZNSt13basic_filebufI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt13basic_fstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt14basic_ifstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EEC[12]ERKSsSt13_Ios_Openmode;
|
|
|
|
_ZNSt14basic_ofstreamI[cw]St11char_traitsI[cw]EE4openERKSsSt13_Ios_Openmode;
|
|
|
|
|
|
|
|
} GLIBCXX_3.4.12;
|
|
|
|
|
|
|
|
GLIBCXX_3.4.14 {
|
|
|
|
|
2009-06-21 16:02:09 +02:00
|
|
|
# future
|
|
|
|
_ZSt15future_category;
|
2009-08-10 20:24:47 +02:00
|
|
|
_ZNSt12future_errorD*;
|
|
|
|
_ZNKSt12future_error4whatEv;
|
|
|
|
_ZTSSt12future_error;
|
|
|
|
_ZTVSt12future_error;
|
|
|
|
_ZTISt12future_error;
|
|
|
|
_ZSt20__throw_future_errori;
|
2009-06-21 16:02:09 +02:00
|
|
|
|
2009-08-26 00:29:08 +02:00
|
|
|
# string|wstring ::cbegin member functions
|
|
|
|
_ZNKSs6cbeginEv;
|
|
|
|
_ZNKSs4cendEv;
|
|
|
|
_ZNKSs7crbeginEv;
|
|
|
|
_ZNKSs5crendEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE4cendEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE6cbeginEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE7crbeginEv;
|
|
|
|
_ZNKSbIwSt11char_traitsIwESaIwEE5crendEv;
|
|
|
|
|
PR libstdc++/42261 (take 2)
2009-12-10 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/42261 (take 2)
* include/bits/basic_string.h (_S_construct_aux_2(size_type, _CharT,
const _Alloc&)): Add.
(_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
Call it.
* include/ext/sso_string_base.h (_M_construct_aux_2(size_type,
_CharT): Add.
(_M_construct_aux(_Integer, _Integer, std::__true_type)): Call it.
* include/ext/rc_string_base.h (_S_construct_aux_2(size_type, _CharT,
const _Alloc&)): Add.
(_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
Call it.
* config/abi/pre/gnu.ver: Export basic_string::_S_construct_aux_2.
* testsuite/21_strings/basic_string/cons/char/42261.cc: New.
* testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
From-SVN: r155137
2009-12-10 20:17:27 +01:00
|
|
|
# string|wstring ::_S_construct<> and ::_S_construct_aux_2 helpers
|
re PR libstdc++/41773 (Many libstdc++ failures)
2009-10-20 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/41773
Revert:
2009-10-20 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h (_S_construct(const _CharT*, size_type,
const _Alloc&)): New, declare.
(_S_construct(_CharT*, _CharT*, const _Alloc&),
_S_construct(const _CharT*, const _CharT*, const _Alloc&),
_S_construct(iterator, iterator, const _Alloc&),
_S_construct(const_iterator, const_iterator, const _Alloc&)): New,
forward to the latter.
* include/bits/basic_string.tcc (_S_construct(const _CharT*,
size_type, const _Alloc&)): Define.
(basic_string(const basic_string&, size_type, size_type),
basic_string(const basic_string&, size_type, size_type,
const _Alloc&), basic_string(const _CharT*, size_type,
const _Alloc&), basic_string(const _CharT*, const _Alloc&),
basic_string(initializer_list<>, const _Alloc&)): Call the latter.
* config/abi/pre/gnu.ver: Remove recently added exports.
* src/string-inst.cc: Remove instantiations.
From-SVN: r153040
2009-10-20 23:54:22 +02:00
|
|
|
_ZNSs12_S_constructI*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE12_S_constructI*;
|
PR libstdc++/42261 (take 2)
2009-12-10 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/42261 (take 2)
* include/bits/basic_string.h (_S_construct_aux_2(size_type, _CharT,
const _Alloc&)): Add.
(_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
Call it.
* include/ext/sso_string_base.h (_M_construct_aux_2(size_type,
_CharT): Add.
(_M_construct_aux(_Integer, _Integer, std::__true_type)): Call it.
* include/ext/rc_string_base.h (_S_construct_aux_2(size_type, _CharT,
const _Alloc&)): Add.
(_S_construct_aux(_Integer, _Integer, const _Alloc&, __true_type)):
Call it.
* config/abi/pre/gnu.ver: Export basic_string::_S_construct_aux_2.
* testsuite/21_strings/basic_string/cons/char/42261.cc: New.
* testsuite/21_strings/basic_string/cons/wchar_t/42261.cc: Likewise.
From-SVN: r155137
2009-12-10 20:17:27 +01:00
|
|
|
_ZNSs18_S_construct_aux_2*;
|
|
|
|
_ZNSbIwSt11char_traitsIwESaIwEE18_S_construct_aux_2*;
|
re PR libstdc++/41773 (Many libstdc++ failures)
2009-10-20 Paolo Carlini <paolo.carlini@oracle.com>
PR libstdc++/41773
Revert:
2009-10-20 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h (_S_construct(const _CharT*, size_type,
const _Alloc&)): New, declare.
(_S_construct(_CharT*, _CharT*, const _Alloc&),
_S_construct(const _CharT*, const _CharT*, const _Alloc&),
_S_construct(iterator, iterator, const _Alloc&),
_S_construct(const_iterator, const_iterator, const _Alloc&)): New,
forward to the latter.
* include/bits/basic_string.tcc (_S_construct(const _CharT*,
size_type, const _Alloc&)): Define.
(basic_string(const basic_string&, size_type, size_type),
basic_string(const basic_string&, size_type, size_type,
const _Alloc&), basic_string(const _CharT*, size_type,
const _Alloc&), basic_string(const _CharT*, const _Alloc&),
basic_string(initializer_list<>, const _Alloc&)): Call the latter.
* config/abi/pre/gnu.ver: Remove recently added exports.
* src/string-inst.cc: Remove instantiations.
From-SVN: r153040
2009-10-20 23:54:22 +02:00
|
|
|
|
2009-12-15 18:42:47 +01:00
|
|
|
_ZSt25__throw_bad_function_callv;
|
|
|
|
|
2009-08-26 21:03:24 +02:00
|
|
|
} GLIBCXX_3.4.13;
|
2009-05-05 23:32:38 +02:00
|
|
|
|
2002-02-23 00:45:28 +01:00
|
|
|
# Symbols in the support library (libsupc++) have their own tag.
|
2003-01-23 18:21:11 +01:00
|
|
|
CXXABI_1.3 {
|
2002-02-23 00:45:28 +01:00
|
|
|
|
|
|
|
global:
|
2002-11-26 02:37:50 +01:00
|
|
|
__cxa_allocate_exception;
|
|
|
|
__cxa_bad_cast;
|
|
|
|
__cxa_bad_typeid;
|
|
|
|
__cxa_begin_catch;
|
2005-10-08 20:17:20 +02:00
|
|
|
__cxa_begin_cleanup;
|
2002-11-26 02:37:50 +01:00
|
|
|
__cxa_call_unexpected;
|
|
|
|
__cxa_current_exception_type;
|
|
|
|
__cxa_demangle;
|
|
|
|
__cxa_end_catch;
|
2005-10-08 20:17:20 +02:00
|
|
|
__cxa_end_cleanup;
|
2002-11-26 02:37:50 +01:00
|
|
|
__cxa_free_exception;
|
|
|
|
__cxa_get_globals;
|
|
|
|
__cxa_get_globals_fast;
|
2003-01-23 18:21:11 +01:00
|
|
|
__cxa_guard_abort;
|
|
|
|
__cxa_guard_acquire;
|
|
|
|
__cxa_guard_release;
|
2002-11-26 02:37:50 +01:00
|
|
|
__cxa_pure_virtual;
|
|
|
|
__cxa_rethrow;
|
|
|
|
__cxa_throw;
|
2005-10-08 20:17:20 +02:00
|
|
|
__cxa_type_match;
|
2002-11-26 02:37:50 +01:00
|
|
|
__cxa_vec_cctor;
|
|
|
|
__cxa_vec_cleanup;
|
|
|
|
__cxa_vec_ctor;
|
|
|
|
__cxa_vec_delete2;
|
|
|
|
__cxa_vec_delete3;
|
|
|
|
__cxa_vec_delete;
|
|
|
|
__cxa_vec_dtor;
|
|
|
|
__cxa_vec_new2;
|
|
|
|
__cxa_vec_new3;
|
|
|
|
__cxa_vec_new;
|
2002-02-23 00:45:28 +01:00
|
|
|
__gxx_personality_v0;
|
2002-04-12 01:27:45 +02:00
|
|
|
__gxx_personality_sj0;
|
2002-02-23 00:45:28 +01:00
|
|
|
__dynamic_cast;
|
|
|
|
|
2003-10-09 23:17:11 +02:00
|
|
|
# *_type_info classes, ctor and dtor
|
|
|
|
_ZN10__cxxabiv117__array_type_info*;
|
|
|
|
_ZN10__cxxabiv117__class_type_info*;
|
|
|
|
_ZN10__cxxabiv116__enum_type_info*;
|
|
|
|
_ZN10__cxxabiv120__function_type_info*;
|
|
|
|
_ZN10__cxxabiv123__fundamental_type_info*;
|
|
|
|
_ZN10__cxxabiv117__pbase_type_info*;
|
|
|
|
_ZN10__cxxabiv129__pointer_to_member_type_info*;
|
|
|
|
_ZN10__cxxabiv119__pointer_type_info*;
|
|
|
|
_ZN10__cxxabiv120__si_class_type_info*;
|
|
|
|
_ZN10__cxxabiv121__vmi_class_type_info*;
|
|
|
|
|
|
|
|
# *_type_info classes, member functions
|
|
|
|
_ZNK10__cxxabiv117__class_type_info*;
|
|
|
|
_ZNK10__cxxabiv120__function_type_info*;
|
|
|
|
_ZNK10__cxxabiv117__pbase_type_info*;
|
|
|
|
_ZNK10__cxxabiv129__pointer_to_member_type_info*;
|
|
|
|
_ZNK10__cxxabiv119__pointer_type_info*;
|
|
|
|
_ZNK10__cxxabiv120__si_class_type_info*;
|
|
|
|
_ZNK10__cxxabiv121__vmi_class_type_info*;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
|
|
|
# virtual table
|
|
|
|
_ZTVN10__cxxabiv117__array_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTVN10__cxxabiv117__class_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTVN10__cxxabiv116__enum_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTVN10__cxxabiv120__function_type_infoE;
|
|
|
|
_ZTVN10__cxxabiv123__fundamental_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTVN10__cxxabiv117__pbase_type_infoE;
|
|
|
|
_ZTVN10__cxxabiv129__pointer_to_member_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTVN10__cxxabiv119__pointer_type_infoE;
|
|
|
|
_ZTVN10__cxxabiv120__si_class_type_infoE;
|
|
|
|
_ZTVN10__cxxabiv121__vmi_class_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
|
|
|
# typeinfo structure (and some names)
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZTI[a-fh-z];
|
|
|
|
_ZTIP[a-fh-z];
|
|
|
|
_ZTIPK[a-fh-z];
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTIN10__cxxabiv117__array_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTIN10__cxxabiv117__class_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTIN10__cxxabiv116__enum_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTIN10__cxxabiv120__function_type_infoE;
|
|
|
|
_ZTIN10__cxxabiv123__fundamental_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
_ZTIN10__cxxabiv117__pbase_type_infoE;
|
|
|
|
_ZTIN10__cxxabiv129__pointer_to_member_type_infoE;
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTIN10__cxxabiv119__pointer_type_infoE;
|
|
|
|
_ZTIN10__cxxabiv120__si_class_type_infoE;
|
|
|
|
_ZTIN10__cxxabiv121__vmi_class_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
|
|
|
# typeinfo name
|
configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
2006-02-07 Jakub Jelinek <jakub@redhat.com>
Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check.
If true, set also port_specific_symbol_files and create
as_symver_specs.
(GLIBCXX_LDBL_COMPAT): New GLIBCXX_CONDITIONAL.
* configure: Rebuilt.
* config.h.in: Rebuilt.
* config/os/gnu-linux/ldbl-extra.ver: New file.
* config/abi/pre/gnu.ver: Make sure no __float128 symbols are
exported.
* include/bits/c++config (_GLIBCXX_LONG_DOUBLE_COMPAT,
_GLIBCXX_LDBL_NAMESPACE, _GLIBCXX_BEGIN_LDBL_NAMESPACE,
_GLIBCXX_END_LDBL_NAMESPACE): Define.
* include/bits/localefwd.h: Use them to conditionally scope facets.
* include/bits/locale_facets.h: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::money_put): Add __do_put method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_get): Add __do_get method.
[_GLIBCXX_LONG_DOUBLE_COMPAT] (std::num_put): Add __do_put method.
* include/bits/locale_facets.tcc: Surround std::{money,num}_{get,put}
with _GLIBCXX_BEGIN_LDBL_NAMESPACE and _GLIBCXX_END_LDBL_NAMESPACE.
(std::money_get::__do_get, std::money_put::__do_put,
std::num_get::__do_get, std::num_put::__do_put): New
specializations.
* include/Makefile.am: Conditionally define
_GLIBCXX_LONG_DOUBLE_COMPAT in c++config.
* include/Makefile.in: Regenerate.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT] (_GLIBCXX_LOC_ID,
_GLIBCXX_SYNC_ID): Define, use them.
* src/compatibility-ldbl.cc: New file.
* src/complex_io.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Add compatibility
symbols.
* src/limits.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale-misc-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/istream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/ostream-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/wlocale-inst.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* src/compatibility.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]: Likewise.
* config/locale/generic/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* config/locale/gnu/c_locale.cc [_GLIBCXX_LONG_DOUBLE_COMPAT]:
Likewise.
* src/Makefile.am (libstdc++-symbol.ver): Append instead of
insert in the middle if port specific symbol file requests it.
(ldbl_compat_sources): New variable.
(sources): Use it.
(compatibility-ldbl.lo, compatibility-ldbl.o): New rules.
* src/Makefile.in: Rebuilt.
* testsuite/testsuite_abi.cc: Recognize GLIBCXX_LDBL_3.4,
GLIBCXX_LDBL_3.4.7, CXXABI_LDBL_1.3.
Co-Authored-By: Benjamin Kosnik <bkoz@redhat.com>
From-SVN: r110725
2006-02-07 23:23:58 +01:00
|
|
|
_ZTS[a-fh-z];
|
|
|
|
_ZTSP[a-fh-z];
|
|
|
|
_ZTSPK[a-fh-z];
|
2003-10-09 23:17:11 +02:00
|
|
|
_ZTSN10__cxxabiv117__array_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv117__class_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv116__enum_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv120__function_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv123__fundamental_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv117__pbase_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv129__pointer_to_member_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv119__pointer_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv120__si_class_type_infoE;
|
|
|
|
_ZTSN10__cxxabiv121__vmi_class_type_infoE;
|
2003-06-13 07:45:57 +02:00
|
|
|
|
|
|
|
# __gnu_cxx::_verbose_terminate_handler()
|
|
|
|
_ZN9__gnu_cxx27__verbose_terminate_handlerEv;
|
2003-03-05 07:02:15 +01:00
|
|
|
|
2002-02-23 00:45:28 +01:00
|
|
|
local:
|
|
|
|
*;
|
|
|
|
};
|
2005-02-19 03:35:25 +01:00
|
|
|
|
|
|
|
CXXABI_1.3.1 {
|
|
|
|
|
|
|
|
__cxa_get_exception_ptr;
|
|
|
|
|
|
|
|
} CXXABI_1.3;
|
2007-05-07 23:49:50 +02:00
|
|
|
|
|
|
|
CXXABI_1.3.2 {
|
|
|
|
|
|
|
|
# typeinfo structures
|
|
|
|
_ZTIN10__cxxabiv115__forced_unwindE;
|
|
|
|
_ZTIN10__cxxabiv119__foreign_exceptionE;
|
|
|
|
|
|
|
|
} CXXABI_1.3.1;
|
2008-07-18 22:23:42 +02:00
|
|
|
|
|
|
|
CXXABI_1.3.3 {
|
|
|
|
|
|
|
|
# typeinfo for char16_t and char32_t
|
2008-10-07 00:29:42 +02:00
|
|
|
_ZTIDs;
|
|
|
|
_ZTIPDs;
|
|
|
|
_ZTIPKDs;
|
|
|
|
_ZTIDi;
|
|
|
|
_ZTIPDi;
|
|
|
|
_ZTIPKDi;
|
2008-07-18 22:23:42 +02:00
|
|
|
|
[multiple changes]
2008-08-23 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/lib/libstdc++.exp (check_v3_target_atomic_builtins): Add.
* testsuite/lib/dg-options.exp (dg-require-atomic-builtins): Likewise.
* testsuite/18_support/exception_ptr/current_exception.cc: Use it.
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
* testsuite/18_support/exception_ptr/lifespan.cc: Likewise.
2008-08-23 Sebastian Redl <sebastian.redl@getdesigned.at>
Add (again) exception propagation support as per N2179. Feature is
available only when _GLIBCXX_ATOMIC_BUILTINS_4 is defined.
* libsupc++/exception_ptr.h (exception_ptr, current_exception,
copy_exception, rethrow_exception): New file, implement exception
propagation.
* libsupc++/eh_ptr.cc (exception_ptr, current_exception,
rethrow_exception, __gxx_dependent_exception_cleanup): Likewise.
* libsupc++/unwind-cxx.h (__cxa_exception): Add reference count.
(__cxa_dependent_exception, __cxa_allocate_dependent_exception,
__cxa_free_dependent_exception, __get_dependent_exception_from_ue,
__GXX_INIT_DEPENDENT_EXCEPTION_CLASS, __is_dependent_exception,
__gxx_dependent_exception_class, __get_object_from_ue,
__get_object_from_ambiguous_exception): Add.
(__GXX_INIT_EXCEPTION_CLASS, __gxx_exception_class): Rename.
(__is_gxx_exception_class): Handle dependent exceptions.
* libsupc++/eh_arm.cc (__cxa_type_match): Likewise.
* libsupc++/eh_call.cc (__cxa_call_unexpected): Likewise.
* libsupc++/eh_personality.cc (__gxx_personality_*): Likewise.
* libsupc++/eh_type.cc (__cxa_current_exception_type): Likewise.
* libsupc++/eh_alloc.cc (__cxa_allocate_dependent_exception,
__cxa_free_dependent_exception): Add.
* libsupc++/eh_throw.cc (__gxx_exception_cleanup): Handle reference
counting.
* libsupc++/exception: Conditionally include exception_ptr.h.
* libsupc++/Makefile.am: Register new files.
* libsupc++/Makefile.in: Regenerate.
* config/abi/pre/gnu.ver: Add new symbols.
* testsuite/18_support/exception_ptr/current_exception.cc: Test the
core functionality of current_exception().
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Test the
core functionality of rethrow_exception().
* testsuite/18_support/exception_ptr/lifespan.cc: Test the life span of
exception objects during exception propagation.
From-SVN: r139509
2008-08-23 13:28:30 +02:00
|
|
|
# exception_ptr
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC1Ev;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC2Ev;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC1ERKS0_;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC2ERKS0_;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC1EMS0_FvvE;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrC2EMS0_FvvE;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrD1Ev;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptrD2Ev;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptraSERKS0_;
|
|
|
|
_ZNKSt15__exception_ptr13exception_ptrcvMS0_FvvEEv;
|
|
|
|
_ZNKSt15__exception_ptr13exception_ptrntEv;
|
|
|
|
_ZNKSt15__exception_ptr13exception_ptr20__cxa_exception_typeEv;
|
|
|
|
_ZNSt15__exception_ptr13exception_ptr4swapERS0_;
|
|
|
|
_ZNSt15__exception_ptreqERKNS_13exception_ptrES2_;
|
|
|
|
_ZNSt15__exception_ptrneERKNS_13exception_ptrES2_;
|
|
|
|
|
|
|
|
_ZSt17current_exceptionv;
|
|
|
|
_ZSt17rethrow_exceptionNSt15__exception_ptr13exception_ptrE;
|
|
|
|
|
2008-07-18 22:23:42 +02:00
|
|
|
} CXXABI_1.3.2;
|
2009-11-12 05:44:24 +01:00
|
|
|
|
|
|
|
CXXABI_1.3.4 {
|
|
|
|
|
|
|
|
# typeinfo for decimal floating point types
|
|
|
|
_ZTID[fde];
|
|
|
|
_ZTIPD[fde];
|
|
|
|
_ZTIPKD[fde];
|
|
|
|
_ZTID[fde];
|
|
|
|
_ZTIPD[fde];
|
|
|
|
_ZTIPKD[fde];
|
|
|
|
|
|
|
|
} CXXABI_1.3.3;
|