gcc/libstdc++-v3/libsupc++
Jonathan Wakely 3acb929cc0 libstdc++: Define <stacktrace> header for C++23
Add the <stacktrace> header and a new libstdc++_libbacktrace.a library
that provides the implementation. For now, the new library is only built
if --enable-libstdcxx-backtrace=yes is used. As with the Filesystem TS,
the new library is only provided as a static archive.

libstdc++-v3/ChangeLog:

	* acinclude.m4 (GLIBCXX_ENABLE_BACKTRACE): New macro.
	* configure.ac: Use GLIBCXX_ENABLE_BACKTRACE.
	* include/Makefile.am: Add new header.
	* include/Makefile.in: Regenerate.
	* include/std/stacktrace: New header.
	* include/std/version (__cpp_lib_stacktrace): Define.
	* Makefile.in: Regenerate.
	* config.h.in: Regenerate.
	* configure: Regenerate.
	* doc/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* python/Makefile.in: Regenerate.
	* src/Makefile.am: Regenerate.
	* src/Makefile.in: Regenerate.
	* src/c++11/Makefile.in: Regenerate.
	* src/c++17/Makefile.in: Regenerate.
	* src/c++20/Makefile.in: Regenerate.
	* src/c++98/Makefile.in: Regenerate.
	* src/filesystem/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.
	* src/libbacktrace/Makefile.am: New file.
	* src/libbacktrace/Makefile.in: New file.
	* src/libbacktrace/backtrace-rename.h: New file.
	* src/libbacktrace/backtrace-supported.h.in: New file.
	* src/libbacktrace/config.h.in: New file.
	* testsuite/lib/libstdc++.exp (check_effective_target_stacktrace):
	New proc.
	* testsuite/20_util/stacktrace/entry.cc: New test.
	* testsuite/20_util/stacktrace/synopsis.cc: New test.
	* testsuite/20_util/stacktrace/version.cc: New test.
2022-01-17 12:13:02 +00:00
..
Makefile.am libstdc++: Fix and simplify freestanding configuration [PR103866] 2022-01-10 12:18:14 +00:00
Makefile.in libstdc++: Define <stacktrace> header for C++23 2022-01-17 12:13:02 +00:00
array_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
atexit_arm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
atexit_thread.cc Update copyright years. 2022-01-03 10:42:10 +01:00
atomic_lockfree_defines.h Update copyright years. 2022-01-03 10:42:10 +01:00
bad_alloc.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_array_length.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_array_new.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_cast.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_typeid.cc Update copyright years. 2022-01-03 10:42:10 +01:00
class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
compare Update copyright years. 2022-01-03 10:42:10 +01:00
cxxabi.h Update copyright years. 2022-01-03 10:42:10 +01:00
cxxabi_forced.h Update copyright years. 2022-01-03 10:42:10 +01:00
cxxabi_init_exception.h Update copyright years. 2022-01-03 10:42:10 +01:00
del_op.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_ops.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opsa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opva.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvs.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvsa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
dyncast.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_alloc.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_arm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_atomics.h Update copyright years. 2022-01-03 10:42:10 +01:00
eh_aux_runtime.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_call.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_catch.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_exception.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_globals.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_personality.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_ptr.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_term_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_term_handler.h Update copyright years. 2022-01-03 10:42:10 +01:00
eh_terminate.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_throw.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_tm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_type.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_unex_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
enum_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
exception Update copyright years. 2022-01-03 10:42:10 +01:00
exception.h Update copyright years. 2022-01-03 10:42:10 +01:00
exception_defines.h Update copyright years. 2022-01-03 10:42:10 +01:00
exception_ptr.h Update copyright years. 2022-01-03 10:42:10 +01:00
function_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
fundamental_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
guard.cc Update copyright years. 2022-01-03 10:42:10 +01:00
guard_error.cc Update copyright years. 2022-01-03 10:42:10 +01:00
hash_bytes.cc Update copyright years. 2022-01-03 10:42:10 +01:00
hash_bytes.h Update copyright years. 2022-01-03 10:42:10 +01:00
initializer_list Update copyright years. 2022-01-03 10:42:10 +01:00
nested_exception.cc Update copyright years. 2022-01-03 10:42:10 +01:00
nested_exception.h Update copyright years. 2022-01-03 10:42:10 +01:00
new Update copyright years. 2022-01-03 10:42:10 +01:00
new_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_op.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opva.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opvant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opvnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pbase_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pmem_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pointer_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pure.cc Update copyright years. 2022-01-03 10:42:10 +01:00
si_class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tinfo.cc libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" 2022-01-05 14:43:01 +00:00
tinfo.h Update copyright years. 2022-01-03 10:42:10 +01:00
tinfo2.cc Update copyright years. 2022-01-03 10:42:10 +01:00
typeinfo libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" 2022-01-05 14:43:01 +00:00
unwind-cxx.h Update copyright years. 2022-01-03 10:42:10 +01:00
vec.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vmi_class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vterminate.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vtv_stubs.cc Update copyright years. 2022-01-03 10:42:10 +01:00