mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 06:41:56 +00:00
__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> |
||
---|---|---|
.. | ||
include | ||
CMakeLists.txt | ||
cpp_ctors.c | ||
cpp_dtors.c | ||
cpp_init_array.c | ||
cpp_init.c | ||
cpp_new.cpp | ||
cpp_virtual.c | ||
cpp_vtable.cpp | ||
Kconfig |