summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-process.cpp (follow)
AgeCommit message (Collapse)Author
2018-08-07rtemstoolkit: Various coverity related fixes.Chris Johns
2014-10-30linkers: Add base image symbol to ELF object file generation.Chris Johns
This change adds support to the rtems-syms code to generate a suitable ELF object you can link to the base image kernel in the embed mode or you can load with the run-time load mode. The change fixes a bug in the framework where local ELF symbols were being placed in the external symbol table. The external symbol table has been removed and a global, weak and local set of tables is now provided as this is more aligned with the ELF format.
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns