summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-ld.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings on Windows.Chris Johns2018-11-291-1/+1
* rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns2018-04-141-3/+3
* Add release versioning support.Chris Johns2015-12-091-0/+1
* Fix the error message.Chris Johns2014-09-101-1/+1
* linkers: If no RTEMS path is provied see if the prefix can be used.Chris Johns2014-09-091-2/+16
* RTEMS trace linker builds trace applications.Chris Johns2014-09-081-1/+1
* Refactor the rld-rtems support to remove the globals.Chris Johns2014-09-071-6/+11
* Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns2014-09-061-9/+8
* Remove march/mcpu and add RTEMS BSP and cflags support.Chris Johns2014-09-051-1/+22
* rld: Split the file into a path module for path specific functions.Chris Johns2014-09-011-15/+9
* Fix getopt_long usagePeng Fan2014-09-011-1/+1
* Fix temporary file handling and add tempfile write support.Chris Johns2014-08-051-1/+1
* Implement a new tool 'rtems-ra'Peng Fan2013-08-301-1/+1
* RA format support for rtems-ldPeng Fan2013-08-291-2/+43
* Add rpath supportPeng Fan2013-08-041-1/+8
* Add object file details to RAP formatPeng Fan2013-07-261-0/+7
* Support the gcc option '-Wl'.Chris Johns2013-03-011-1/+6
* Fix the trace help.Chris Johns2013-03-011-1/+1
* Fix managing weak symbols.Chris Johns2012-12-291-1/+1
* Use cerr for errors and not cout.Chris Johns2012-12-181-2/+2
* Updated to reflect the framework changes.Chris Johns2012-11-261-43/+81
* Make the entry point an unresolved symbol.Chris Johns2012-11-211-0/+6
* Add entry point support.Chris Johns2012-11-211-4/+4
* Output application format files.Chris Johns2012-11-211-6/+16
* Only look for standard library paths if standard libraries and enabled.Chris Johns2012-11-191-1/+2
* Refactor the ELF support to allow ELF write suppport.Chris Johns2012-11-171-0/+431