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
Showing
- libstdc++-v3/ChangeLog 14 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/include/ext/concurrence.h 45 additions, 4 deletionslibstdc++-v3/include/ext/concurrence.h
- libstdc++-v3/include/ext/pb_ds/exception.hpp 2 additions, 6 deletionslibstdc++-v3/include/ext/pb_ds/exception.hpp
- libstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc 26 additions, 0 deletionslibstdc++-v3/testsuite/abi/cxx_runtime_only_linkage.cc
Loading
Please register or sign in to comment