mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
35009c5d4d
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>