summaryrefslogtreecommitdiff
path: root/linkers/rtems-ld.cpp (follow)
AgeCommit message (Expand)Author
2018-11-29Fix warnings on Windows.Chris Johns
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns
2015-12-09Add release versioning support.Chris Johns
2014-09-10Fix the error message.Chris Johns
2014-09-09linkers: If no RTEMS path is provied see if the prefix can be used.Chris Johns
2014-09-08RTEMS trace linker builds trace applications.Chris Johns
2014-09-07Refactor the rld-rtems support to remove the globals.Chris Johns
2014-09-06Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns
2014-09-05Remove march/mcpu and add RTEMS BSP and cflags support.Chris Johns
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
2014-09-01Fix getopt_long usagePeng Fan
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
2013-08-30Implement a new tool 'rtems-ra'Peng Fan
2013-08-29RA format support for rtems-ldPeng Fan
2013-08-04Add rpath supportPeng Fan
2013-07-26Add object file details to RAP formatPeng Fan
2013-03-01Support the gcc option '-Wl'.Chris Johns
2013-03-01Fix the trace help.Chris Johns
2012-12-29Fix managing weak symbols.Chris Johns
2012-12-18Use cerr for errors and not cout.Chris Johns
2012-11-26Updated to reflect the framework changes.Chris Johns
2012-11-21Make the entry point an unresolved symbol.Chris Johns
2012-11-21Add entry point support.Chris Johns
2012-11-21Output application format files.Chris Johns
2012-11-19Only look for standard library paths if standard libraries and enabled.Chris Johns
2012-11-17Refactor the ELF support to allow ELF write suppport.Chris Johns