esp-idf/components/cxx
Jakob Hasse ba11976efb [C++]: wrapper functions around unwind code
* Replaced all C++ exception related
  functions with wrappers if -fno-exception
  is used. This prevents linking of the
  corresponding code in libgcc. The code
  size will decrease by around 7-9 KB when
  building with -fno-exception.
* added no except test app

Closes https://github.com/espressif/esp-idf/pull/5380
Closes https://github.com/espressif/esp-idf/issues/5363
Closes https://github.com/espressif/esp-idf/issues/5224
Closes IDFGH-3153
Closes IDF-2577
2021-06-01 14:51:15 +08:00
..
test Revert "CXX: removed exception windowspill test" 2020-11-11 14:43:15 +00:00
CMakeLists.txt [C++]: wrapper functions around unwind code 2021-06-01 14:51:15 +08:00
component.mk [C++]: wrapper functions around unwind code 2021-06-01 14:51:15 +08:00
cxx_exception_stubs.cpp [C++]: wrapper functions around unwind code 2021-06-01 14:51:15 +08:00
cxx_guards.cpp tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00