2006-11-07 Benjamin Kosnik <bkoz@redhat.com>
commitb15f81d3fbd516b6b97f6fb5f786b5ab7009911d
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Nov 2006 18:36:32 +0000 (7 18:36 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Nov 2006 18:36:32 +0000 (7 18:36 +0000)
treeca315b5785762ede5508d18204d0f150489825e8
parentab3a6ef8237fa5d7c0fdb807307720f05c11f5f9
2006-11-07  Benjamin Kosnik  <bkoz@redhat.com>

PR libstdc++/29722
* include/ext/concurrence.h (concurrence_lock_error): New.
(concurrence_unlock_error): New.
(__throw_concurrence_lock_error): New.
(__throw_concurrence_unlock_error): New.
(__mutex): Use functions.
(__recursive_mutex): Same.
* testsuite/abi/cxx_runtime_only_linkage.cc: New.

* include/ext/pb_ds/exception.hpp: Keep exception classes defined
even when -fno-exceptions is passed, consistent with other usage.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118564 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/concurrence.h
libstdc++-v3/include/ext/pb_ds/exception.hpp
libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc [new file with mode: 0644]