zephyr/subsys/cpp
Evgeniy Paltsev 60fdec616b ARC: MWDT: get rid of MWDT startup libs
__cxa_atexit implementation provided by MWDT startup code calls
malloc which isn't supported right now. As we don't support
calling static destructors in Zephyr let's provide our own
__cxa_atexit stub and get rid of MWDT startup libs
entirely.

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
2021-09-01 17:08:32 -04:00
..
include common: Add headers to support C++ style includes 2021-07-10 12:17:13 -04:00
CMakeLists.txt CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
Kconfig CPP: fix static objects init for MWDT toolchain 2021-08-09 22:47:22 -04:00
cpp_ctors.c
cpp_dtors.c
cpp_init.c ARC: MWDT: get rid of MWDT startup libs 2021-09-01 17:08:32 -04:00
cpp_init_array.c
cpp_new.cpp
cpp_virtual.c
cpp_vtable.cpp