summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-symbols.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* linkers: Add base image symbol to ELF object file generation.Chris Johns2014-10-301-10/+45
| | | | | | | | | | | | 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.
* Refactor code into the RTEMS Toolkit.Chris Johns2014-09-131-0/+297