r118564 - in /trunk/libstdc++-v3: ChangeLog inc...

bkoz@gcc.gnu.org bkoz@gcc.gnu.org
Tue Nov 7 18:36:00 GMT 2006


Author: bkoz
Date: Tue Nov  7 18:36:32 2006
New Revision: 118564

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118564
Log:
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.
	

Added:
    trunk/libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/ext/concurrence.h
    trunk/libstdc++-v3/include/ext/pb_ds/exception.hpp



More information about the Libstdc++-cvs mailing list