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