summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-tld.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtems-tld.cpp: Remove logically dead codeRyan Long2021-10-121-4/+1
* Fix warnings on Windows.Chris Johns2018-11-291-1/+1
* Add release versioning support.Chris Johns2015-12-091-0/+1
* Always provide the argument size defines.Chris Johns2015-10-151-44/+42
* Add a lock model to support different lock models when tracing.Chris Johns2015-09-291-3/+17
* rtemstoolkit: Add support to return the system path split as paths.Chris Johns2015-03-291-1/+1
* trace-linker: Update comments.Chris Johns2015-03-291-24/+28
* trace-linker: Add the trace function signatures to the wrapper code.Chris Johns2015-03-271-25/+164
* trace-linker: Add Trace Buffering support.Chris Johns2015-03-261-23/+77
* rtems-tld: Add lock and buffer allocator support to generators.Chris Johns2015-03-241-13/+144
* trace-linker: Add options, names, enables, and triggers.Chris Johns2015-03-231-56/+355
* rtems-tld: Add config options, fix void args, and SCore traces.Chris Johns2014-09-211-40/+153
* rtems-tld: Remove forced trace message.Chris Johns2014-09-211-1/+1
* rtems-tld: Fix warnings in the generated code.Chris Johns2014-09-101-5/+11
* linkers: If no RTEMS path is provied see if the prefix can be used.Chris Johns2014-09-091-2/+11
* rtems-tld: Add entry and exit trace support.Chris Johns2014-09-091-10/+39
* rtems-tld: Generate arg and ret code in the wrapper.Chris Johns2014-09-081-15/+32
* RTEMS trace linker builds trace applications.Chris Johns2014-09-081-26/+100
* Refactor the rld-rtems support to remove the globals.Chris Johns2014-09-071-13/+36
* rtems-tld: Add --wrapper option to aid testing.Chris Johns2014-09-071-14/+32
* Fix rtems-ld to keep tmep files around while building.Chris Johns2014-09-061-28/+25
* Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns2014-09-061-9/+54
* Remove march/mcpu and add RTEMS BSP and cflags support.Chris Johns2014-09-051-6/+23
* rld: Split the file into a path module for path specific functions.Chris Johns2014-09-011-8/+3
* rtms-tld: Refactor the code to match a better configuration format.Chris Johns2014-08-071-240/+300
* rtems-tld: Add wrapper support and start the generator coding.Chris Johns2014-08-051-18/+170
* rtems-tld: Add generator loading support.Chris Johns2014-08-041-12/+71
* rtems-tld: Add recursive parsing of headers and defines.Chris Johns2014-08-041-3/+40
* rtems-tld: Add trace configuration support.Chris Johns2014-08-041-167/+318
* Add initial support for the RTEM Trace Linker.Chris Johns2014-08-011-0/+481