diff options
author | Chris Fairles <cfairles@gcc.gnu.org> | 2009-01-15 14:01:04 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2009-01-15 14:01:04 +0000 |
commit | 959d14e166813ae53bfc2e0bb5c2953bce764702 (patch) | |
tree | a3d0a02869ac2d4272d8edb67dd33bc6a37b3633 /libstdc++-v3/config | |
parent | 52535a64bf7645528bea628863a96a1588de0ac7 (diff) | |
download | gcc-959d14e166813ae53bfc2e0bb5c2953bce764702.zip gcc-959d14e166813ae53bfc2e0bb5c2953bce764702.tar.gz gcc-959d14e166813ae53bfc2e0bb5c2953bce764702.tar.bz2 |
acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [...]): Remove.
2009-01-15 Chris Fairles <cfairles@gcc.gnu.org>
Paolo Carlini <paolo.carlini@oracle.com>
* acinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME],
[GLIBCXX_CHECK_NANOSLEEP]): Remove.
([GLIBCXX_ENABLE_LIBSTDCXX_TIME]): Add.
* configure.ac: Adjust.
* doc/xml/manual/configure.xml: Update.
* testsuite/lib/libstdc++.exp (check_v3_target_sched_yield): Add.
* testsuite/lib/dg-options.exp (dg-require-sched-yield): Add.
* testsuite/30_threads/thread/this_thread/2.cc: Use the latter.
* configure: Regenerate.
* config.h.in: Likewise.
* src/thread.cc (thread::thread(), thread::~thread, thread::get_id,
thread::joinable, thread::swap, this_thread::get_id,
this_thread::yield): Define inline...
* include/std/thread: ... here.
* config/abi/pre/gnu.ver: Adjust.
Co-Authored-By: Paolo Carlini <paolo.carlini@oracle.com>
From-SVN: r143397
Diffstat (limited to 'libstdc++-v3/config')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu.ver | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu.ver b/libstdc++-v3/config/abi/pre/gnu.ver index 833435d..887ea3f 100644 --- a/libstdc++-v3/config/abi/pre/gnu.ver +++ b/libstdc++-v3/config/abi/pre/gnu.ver @@ -901,21 +901,12 @@ GLIBCXX_3.4.11 { _ZNSt22condition_variable_anyD2Ev; # thread - _ZNKSt6thread6get_idEv; - _ZNKSt6thread8joinableEv; _ZNSt10shared_ptrISt18__thread_data_baseED1Ev; - _ZNSt11this_thread5yieldEv; - _ZNSt11this_thread6get_idEv; _ZNSt12bad_weak_ptrD0Ev; _ZNSt12bad_weak_ptrD1Ev; _ZNSt6thread14__start_threadEv; _ZNSt6thread4joinEv; - _ZNSt6thread4swapEOS_; _ZNSt6thread6detachEv; - _ZNSt6threadC1Ev; - _ZNSt6threadC2Ev; - _ZNSt6threadD1Ev; - _ZNSt6threadD2Ev; # system_error _ZSt15system_category; |