g2gps opened a new pull request, #9044: URL: https://github.com/apache/nuttx/pull/9044
## Summary Add a wildcard operator to `gnu-elf.ld` to ensure all c++ constructors and destruction are included in partially linked application binaries. ## Impact Statically and globally declared constructors which specify an initialisation priority are correctly called in `crt0`. Unless I'm mistaken, this shouldn't impact applications which don't provide constructors and destructors with this attribute. ## Testing Tested with `cxxtest` application using LLVM libcxx 15.0.7, GCC 12.2.0 on Litex vexrisc_smp core. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org