gcc/libstdc++-v3/libsupc++
Jonathan Wakely dca77a8a1b exception (get_terminate(), [...]): Declare.
* libsupc++/exception (get_terminate(), get_unexpected()): Declare.
	* libsupc++/eh_terminate.cc (get_terminate() , set_unexpected()):
	Define.
	(set_terminate(terminate_handler)): Set atomically.
	(set_unexpected(terminate_handler)): Likewise.
	* libsupc++/new (get_new_handler()): Declare.
	* libsupc++/new_handler.cc (get_new_handler()): Define.
	(set_new_handler(new_handler)): Set atomically.
	(__new_handler): Use internal linkage.
	* libsupc++/new_op.cc (operator new): Use get_new_handler().
	* libsupc++/new_opnt.cc (operator new): Likewise.
	* acinclude.m4: Bump libtool_VERSION to 6:19:0.
	* configure: Regenerate.
	* libsupc++/Makefile.am: Compile above files with -std=gnu++11.
	* libsupc++/Makefile.in: Regenerate.
	* config/abi/pre/gnu.ver: Add new exports.
	* doc/xml/manual/status_cxx2011.xml: Update.
	* testsuite/18_support/headers/exception/synopsis.cc: Check accessors
	for handlers.
	* testsuite/18_support/headers/new/synopsis.cc: Likewise.
	* testsuite/18_support/new_handler.cc: New.
	* testsuite/18_support/terminate_handler.cc: New.
	* testsuite/18_support/unexpected_handler.cc: New.

From-SVN: r197380
2013-04-03 01:08:54 +01:00
..
array_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
atexit_arm.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
atexit_thread.cc configure.ac: Check for __cxa_thread_atexit_impl. 2013-02-25 23:39:04 -05:00
atomic_lockfree_defines.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_alloc.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_cast.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
bad_typeid.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
class_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cxxabi_forced.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
cxxabi.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
del_op.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
del_opnt.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
del_opv.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
del_opvnt.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
dyncast.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_alloc.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_arm.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_aux_runtime.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_call.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_catch.cc unwind-cxx.h: Include sys/sdt.h if detected. 2013-03-15 09:55:07 +01:00
eh_exception.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_globals.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_personality.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_ptr.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_term_handler.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_terminate.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
eh_throw.cc unwind-cxx.h: Include sys/sdt.h if detected. 2013-03-15 09:55:07 +01:00
eh_tm.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_type.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
eh_unex_handler.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
enum_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
exception exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
exception_defines.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
exception_ptr.h re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration of type_info) 2013-03-16 20:01:16 +00:00
function_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
fundamental_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
guard_error.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
guard.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
hash_bytes.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
hash_bytes.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
initializer_list Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
Makefile.am exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
Makefile.in exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
nested_exception.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
nested_exception.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
new exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
new_handler.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
new_op.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
new_opnt.cc exception (get_terminate(), [...]): Declare. 2013-04-03 01:08:54 +01:00
new_opv.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
new_opvnt.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
pbase_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
pmem_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
pointer_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
pure.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
si_class_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tinfo2.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tinfo.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
tinfo.h Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
typeinfo Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
unwind-cxx.h unwind-cxx.h: Include sys/sdt.h if detected. 2013-03-15 09:55:07 +01:00
vec.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
vmi_class_type_info.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00
vterminate.cc Update copyright in libstdc++-v3. 2013-02-03 17:54:05 +00:00