summaryrefslogtreecommitdiff
path: root/rtems-rapper.cpp (follow)
AgeCommit message (Collapse)Author
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
This allows resued for other parts of the system not dependent on objcet files or archives.
2014-09-01Fix getopt_long usagePeng Fan
When passing shorhand options, getopt_long sometimes does not handle them correctly. Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
Move the static objects into the rld-process file and change the clean up to a call. Add support to write to tempfiles.
2013-08-04Add rpath supportPeng Fan
2013-08-01Add section size for rap detailsPeng Fan
Add elf section size to the section details, because gdb will use the size of a section.
2013-07-26Add object file details to RAP formatPeng Fan
This change added the object file details to the RAP format so aid debugging support. The information can be optionally stripped for production images not needed this information if space is an issue,with '--rap-strip' assigned to rtems-ld.
2013-03-01Fix RELA in RAP formats.Chris Johns
Fixed the RELA handling in the merging of the object sections into the RAP sections. A method in the rap::image class was not being used any more and that code transferred the RELA setting from the object sections to the image section. This change adds also transfers the rela field.
2013-03-01Fix the trace help.Chris Johns
2013-03-01Fix errors building on CentOS.Chris Johns
2013-01-15Fixed the layout output to give to all the needed detail.Chris Johns
2012-12-31Sort the relocations by offset to make the overlay work.Chris Johns
2012-12-24Trace the reloc addend.Chris Johns
2012-12-23Change the long opt from map to overlay.Chris Johns
2012-12-23Add an overlay output.Chris Johns
An overlay shows the hex dump of the section data with the relocation records so you can see the relationship between the relocations and the section data.
2012-12-21Fix the reloc symbol name.Chris Johns
2012-12-21Finish a dump of the RAP file. Fix expanding.Chris Johns
2012-12-19RAP file utility. Decompressors RAP files.Chris Johns