summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * rtems-tld: Add entry and exit trace support.Chris Johns2014-09-094-13/+72
| * rtems-tld: Generate arg and ret code in the wrapper.Chris Johns2014-09-082-22/+48
| * Fix building on CentOS 6.5.Chris Johns2014-09-081-0/+2
| * RTEMS trace linker builds trace applications.Chris Johns2014-09-0811-150/+489
| * Refactor the rld-rtems support to remove the globals.Chris Johns2014-09-076-100/+174
| * rtems-tld: Add --wrapper option to aid testing.Chris Johns2014-09-077-60/+169
| * Chanhe the base temp file name to 'rld--'.Chris Johns2014-09-071-4/+4
| * 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-0612-171/+462
| * Fxi the split call.Chris Johns2014-09-061-1/+1
| * Add a path str. Remove the duplicate split call.Chris Johns2014-09-062-29/+8
| * Trim the return value from a package file.Chris Johns2014-09-061-1/+1
| * Remove march/mcpu and add RTEMS BSP and cflags support.Chris Johns2014-09-053-9/+49
| * Add support for RTEMS BSP or user supplied CFLAGS. Remove march/mcpu.Chris Johns2014-09-057-21/+529
| * Return the requested label.Chris Johns2014-09-052-19/+35
| * rld: Split the file into a path module for path specific functions.Chris Johns2014-09-0115-325/+451
| * Fix getopt_long usagePeng Fan2014-09-013-3/+3
| * rtms-tld: Refactor the code to match a better configuration format.Chris Johns2014-08-077-285/+374
| * rtems-tld: Add wrapper support and start the generator coding.Chris Johns2014-08-052-18/+172
| * Fix temporary file handling and add tempfile write support.Chris Johns2014-08-057-99/+180
| * rtems-tld: Add generator loading support.Chris Johns2014-08-046-29/+183
| * rtems-tld: Add recursive parsing of headers and defines.Chris Johns2014-08-044-8/+51
| * rtems-tld: Add trace configuration support.Chris Johns2014-08-047-185/+609
| * Add initial support for the RTEM Trace Linker.Chris Johns2014-08-019-12/+4892
| * Fix building on Windows with the latest MSVC.Chris Johns2014-08-013-16/+43
| * std::list should be sorted before uniquePeng Fan2014-07-241-0/+1
| * Implement a new tool 'rtems-ra'Peng Fan2013-08-305-10/+653
| * Ignore common section and null(index 0) sectionPeng Fan2013-08-291-0/+8
| * RA format support for rtems-ldPeng Fan2013-08-293-4/+157
| * Fix archive writerPeng Fan2013-08-293-10/+34
| * Add rpath supportPeng Fan2013-08-044-2/+53
| * Add section size for rap detailsPeng Fan2013-08-012-6/+19
| * Add object file details to RAP formatPeng Fan2013-07-264-6/+337
| * collect 'STT_NOTYPE' symbolsPeng Fan2013-07-221-1/+1
| * fix relocation records orderPeng Fan2013-07-221-1/+18
| * Add support for relocations which reference local symbolsPeng Fan2013-07-213-10/+15
| * Fixed fsecPeng Fan2013-07-191-1/+2
| * Fixed layout problemPeng Fan2013-07-191-1/+12
| * arch specific section supportPeng Fan2013-07-191-1/+5
| * Fix RELA in RAP formats.Chris Johns2013-03-012-26/+7
| * Support the gcc option '-Wl'.Chris Johns2013-03-011-1/+6
| * Fix the trace help.Chris Johns2013-03-013-3/+3
| * Fix errors building on CentOS.Chris Johns2013-03-013-3/+8
| * Update the documentationChris Johns2013-01-231-20/+120
| * Documentation.Chris Johns2013-01-229-34/+469
| * Fixed the layout output to give to all the needed detail.Chris Johns2013-01-151-17/+37
| * Use find_in_strtab when collecting symbols. Remove debug.Chris Johns2013-01-011-6/+7
| * Sort the relocation records by offset for a section.Chris Johns2012-12-311-1/+17
| * Make layout offsets match image offsets. Add a better strtab search.Chris Johns2012-12-311-211/+368
| * Sort the relocations by offset to make the overlay work.Chris Johns2012-12-311-2/+18