summaryrefslogtreecommitdiff
path: root/rld-process.cpp (follow)
AgeCommit message (Collapse)Author
2014-09-10Fix the tempfile output code to handle line breaks better.Chris Johns
2014-09-07rtems-tld: Add --wrapper option to aid testing.Chris Johns
The --wrapper option lets a user control the wrapper file name and location to aid testing. Add keep support to tempfiles so specific tempfile can be set to be kept. Add unlink to the rld::path namespace.
2014-09-06Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
This allows resued for other parts of the system not dependent on objcet files or archives.
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
2014-08-01Fix building on Windows with the latest MSVC.Chris Johns
Remove some warnings.
2012-05-07Add to git.Chris Johns