summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-process.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert rld-process: Add named tempfile constructorJoel Sherrill2021-03-311-11/+0
| | | | | | | | | | | | | | | | This patch reflected a temporary workaround which avoided regenerating the temporary files for each symbol set. The need for redundant processing is being eliminated in an upcoming patch series. Hash: 420d7a13672991a1480d06ac02190f2976b9253b From 420d7a13672991a1480d06ac02190f2976b9253b Mon Sep 17 00:00:00 2001 From: Alex White <alex.white@oarcorp.com> Date: Wed, 3 Mar 2021 09:48:00 -0600 Subject: rld-process: Add named tempfile constructor This adds a new tempfile constructor for creating a named tempfile rather than generating the name.
* rld-process: Add named tempfile constructorAlex White2021-03-301-0/+11
| | | | | This adds a new tempfile constructor for creating a named tempfile rather than generating the name.
* rtemstoolkit: Various coverity related fixes.Chris Johns2018-08-071-3/+18
|
* linkers: Add base image symbol to ELF object file generation.Chris Johns2014-10-301-7/+6
| | | | | | | | | | | | 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/+561