summaryrefslogtreecommitdiff
path: root/rtemstoolkit/rld-files.cpp (unfollow)
AgeCommit message (Expand)Author
2018-06-18rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns
2017-09-14rtemstoolkit: Remove throw from file::image destructor.Chris Johns
2017-08-16linkers/exe-info Support ARM static constructors.Chris Johns
2016-04-03rtemstoolkit: Add the address to the section.Chris Johns
2014-11-30toolkit: Raise a user error and not an internal one.Chris Johns
2014-11-04linkers: Merge the standard libraries into the user library paths.Chris Johns
2014-10-30linkers: Add base image symbol to ELF object file generation.Chris Johns
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
2014-08-01Fix building on Windows with the latest MSVC.Chris Johns
2013-08-29Fix archive writerPeng Fan
2013-07-21Add support for relocations which reference local symbolsPeng Fan
2012-12-29Fix managing weak symbols.Chris Johns
2012-12-18 Add object::get_section.Chris Johns
2012-12-15Debug trace changes.Chris Johns
2012-12-12Relocation fixes.Chris Johns
2012-12-08Add support to demand load relocation records.Chris Johns
2012-11-29Add the index to the section.Chris Johns
2012-11-26No archive begin/end on symbols load, image initialise fix, add sections.Chris Johns
2012-11-21Make getting objects const.Chris Johns
2012-11-21Fix archive GNU extension and make image read/write follow POSIX.Chris Johns
2012-11-20Add support to write a metadata ELF file.Chris Johns
2012-11-19Add set_header support to the ELF files.Chris Johns
2012-11-18Better handling of archive open/close and begin/end.Chris Johns
2012-11-17Refactor the ELF support to allow ELF write suppport.Chris Johns