summaryrefslogtreecommitdiff
path: root/linkers/rtems-syms.cpp (follow)
AgeCommit message (Expand)Author
2019-11-12rtems-syms: Use .quad instead of .long for riscv64Hesham Almatary
2019-02-11linkers/syms: Add symbol filtering.Chris Johns
2018-11-29Fix warnings on Windows.Chris Johns
2017-03-15rtems-syms: Fix usage help.Chris Johns
2016-08-25linkers/syms: Add weak symbols to the global symbol table.Chris Johns
2016-01-05linkers: Fix for targets with a small-data areaSebastian Huber
2016-01-04linkers: Avoid castSebastian Huber
2015-12-09Add release versioning support.Chris Johns
2015-01-21Remove warning on Linux.Chris Johns
2014-11-06linkers: Disable .type statements in symbol code.Chris Johns
2014-11-04linkers: Merge the standard libraries into the user library paths.Chris Johns
2014-11-01fix for open() not taking a std::stringBen Gras
2014-10-30linkers: Add base image symbol to ELF object file generation.Chris Johns
2014-10-28linkers: Add kernel symbol support.Chris Johns
2014-09-06Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns
2014-09-01rld: Split the file into a path module for path specific functions.Chris Johns
2014-08-05Fix temporary file handling and add tempfile write support.Chris Johns
2013-03-01Fix the trace help.Chris Johns
2012-11-26Update to the latest framwork requirements.Chris Johns
2012-11-21Remove the warning about the warnings option on newer gccs.Chris Johns
2012-11-19Only look for standard library paths if standard libraries and enabled.Chris Johns
2012-11-17Refactor the ELF support to allow ELF write suppport.Chris Johns