summaryrefslogtreecommitdiffstats
path: root/linkers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix managing weak symbols.Chris Johns2012-12-299-70/+372
* Add the symsect offset to the section reloc.Chris Johns2012-12-241-1/+4
* Trace the reloc addend.Chris Johns2012-12-241-1/+3
* Improved section trace output.Chris Johns2012-12-231-31/+43
* Change the long opt from map to overlay.Chris Johns2012-12-231-1/+1
* Add an overlay output.Chris Johns2012-12-231-9/+118
* Add a memory dump utility.Chris Johns2012-12-233-1/+219
* Fix the reloc symbol name.Chris Johns2012-12-211-2/+1
* Finish a dump of the RAP file. Fix expanding.Chris Johns2012-12-211-115/+705
* Set header length. Make sections public.Chris Johns2012-12-213-21/+53
* Decompressor fixes.Chris Johns2012-12-212-15/+96
* Turn off the debug.Chris Johns2012-12-191-1/+1
* RAP file utility. Decompressors RAP files.Chris Johns2012-12-192-0/+385
* Decompression support added.Chris Johns2012-12-192-1/+123
* Fixes to load libbsdports on i386.Chris Johns2012-12-181-57/+114
* Add object::get_section.Chris Johns2012-12-182-13/+32
* Use cerr for errors and not cout.Chris Johns2012-12-181-2/+2
* Update the data out pointer.Chris Johns2012-12-181-2/+7
* Add a new trace level.Chris Johns2012-12-181-1/+2