codebje opened a new pull request #3065: URL: https://github.com/apache/incubator-nuttx/pull/3065
## Summary Adds `CONFIG_SYMTAB_DECORATED` to control stripping leading underscores from symbols imported into relocatable objects. ## Impact Allows Elf objects compiled with toolchains that prepend an underscore to be relocated and loaded. With the configuration setting deselected (default is 'N') there is no change in behaviour. ## Testing eZ80 clang build launches an nsh Elf binary on boot. Other toolchains have not been tested. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org