summaryrefslogtreecommitdiff
path: root/linkers (follow)
AgeCommit message (Expand)Author
2014-08-27linkers: Fix the path to libelf.HEADlinkersChris Johns
2014-08-07rtms-tld: Refactor the code to match a better configuration format.Chris Johns
2014-08-05rtems-tld: Add wrapper support and start the generator coding.Chris Johns
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
2014-08-04rtems-tld: Add generator loading support.Chris Johns
2014-08-04rtems-tld: Add recursive parsing of headers and defines.Chris Johns
2014-08-04rtems-tld: Add trace configuration support.Chris Johns
2014-08-01Add initial support for the RTEM Trace Linker.Chris Johns
2014-08-01Fix building on Windows with the latest MSVC.Chris Johns
2014-07-24std::list should be sorted before uniquePeng Fan
2013-08-30Implement a new tool 'rtems-ra'Peng Fan
2013-08-29Ignore common section and null(index 0) sectionPeng Fan
2013-08-29RA format support for rtems-ldPeng Fan
2013-08-29Fix archive writerPeng Fan
2013-08-04Add rpath supportPeng Fan
2013-08-01Add section size for rap detailsPeng Fan
2013-07-26Add object file details to RAP formatPeng Fan
2013-07-22collect 'STT_NOTYPE' symbolsPeng Fan
2013-07-22fix relocation records orderPeng Fan
2013-07-21Add support for relocations which reference local symbolsPeng Fan
2013-07-19Fixed fsecPeng Fan
2013-07-19Fixed layout problemPeng Fan
2013-07-19arch specific section supportPeng Fan
2013-03-01Fix RELA in RAP formats.Chris Johns
2013-03-01Support the gcc option '-Wl'.Chris Johns
2013-03-01Fix the trace help.Chris Johns
2013-03-01Fix errors building on CentOS.Chris Johns
2013-01-23Update the documentationChris Johns
2013-01-22Documentation.Chris Johns
2013-01-15Fixed the layout output to give to all the needed detail.Chris Johns
2013-01-01Use find_in_strtab when collecting symbols. Remove debug.Chris Johns
2012-12-31Sort the relocation records by offset for a section.Chris Johns
2012-12-31Make layout offsets match image offsets. Add a better strtab search.Chris Johns
2012-12-31Sort the relocations by offset to make the overlay work.Chris Johns
2012-12-29Fix managing weak symbols.Chris Johns
2012-12-24Add the symsect offset to the section reloc.Chris Johns
2012-12-24Trace the reloc addend.Chris Johns
2012-12-23Improved section trace output.Chris Johns
2012-12-23Change the long opt from map to overlay.Chris Johns
2012-12-23Add an overlay output.Chris Johns
2012-12-23Add a memory dump utility.Chris Johns
2012-12-21Fix the reloc symbol name.Chris Johns
2012-12-21Finish a dump of the RAP file. Fix expanding.Chris Johns
2012-12-21Set header length. Make sections public.Chris Johns
2012-12-21Decompressor fixes.Chris Johns
2012-12-19Turn off the debug.Chris Johns
2012-12-19RAP file utility. Decompressors RAP files.Chris Johns
2012-12-19Decompression support added.Chris Johns
2012-12-18Fixes to load libbsdports on i386.Chris Johns
2012-12-18 Add object::get_section.Chris Johns