genode/repos/base/src/base/cxx
Sebastian Sumpf d424134073 cxx: Simplify C++ exception wrapper functions
The wrapper functions (e.g., 'Unwind_*' and friends) now have the same signature
as the original function in 'libgcc', reside in a separate C file which is
archived to cxx.lib.a. In supc++.o we prefix the wrapped functions with '_cxx_'.

This also enables support for riscv.

related to #1880
2016-02-16 14:38:02 +01:00
..
exception.cc cxx: report names of uncaught exceptions again 2015-06-22 14:43:37 +02:00
guard.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
malloc_free.cc Increase initial block for cxx malloc 2015-05-06 11:32:06 +02:00
misc.cc cxx: notify parent on abort() (in main thread) 2015-07-01 15:09:32 +02:00
new_delete.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
unwind.c cxx: Simplify C++ exception wrapper functions 2016-02-16 14:38:02 +01:00