incubator-nuttx/arch/sim
Gustavo Henrique Nihei 35009c5d4d sim: Fix init of static C++ constructors when using glibc >= 2.34
glibc 2.34 changed the dynamic linker behavior during the startup
process, which makes the previous "__init_array_start" replacement trick
non-effective.
Now the dynamic linker parses the constructors/destructors information
from the DYNAMIC segment of the program.

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
2022-04-01 23:10:53 +08:00
..
include sim/syscall: add syscall note support in the flat build 2022-03-07 23:58:28 +08:00
src sim: Fix init of static C++ constructors when using glibc >= 2.34 2022-04-01 23:10:53 +08:00
Kconfig arch/sim: Remove "or 480" from Kconfig 2022-03-28 09:16:38 +03:00