summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-syms.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* linkers: Allow generation of symbol map file onlySebastian Huber2024-02-291-10/+12
* linkers: Constify read-only dataSebastian Huber2024-02-291-8/+8
* linkers: Avoid void pointer arithmeticSebastian Huber2024-02-291-3/+3
* linkers: Use push/pop sectionSebastian Huber2024-01-251-1/+2
* linkers: Print a proper 0x-hex numberSebastian Huber2023-10-181-1/+2
* linker: Fix typo in symbol table generatorSebastian Huber2023-10-181-1/+1
* linker: Add TLS support to the symbol table generatorChris Johns2023-08-171-45/+134
* linkers/rtems-syms: Generate TLS symbolsKinsey Moore2023-01-171-0/+5
* rtems-syms.cpp: Change check to pointer sizeRyan Long2022-07-291-2/+2
* rtems-syms: Use .quad instead of .long for riscv64Hesham Almatary2019-11-121-0/+8
* linkers/syms: Add symbol filtering.Chris Johns2019-02-111-20/+102
* Fix warnings on Windows.Chris Johns2018-11-291-1/+1
* rtems-syms: Fix usage help.Chris Johns2017-03-151-2/+2
* linkers/syms: Add weak symbols to the global symbol table.Chris Johns2016-08-251-20/+61
* linkers: Fix for targets with a small-data areaSebastian Huber2016-01-051-2/+2
* linkers: Avoid castSebastian Huber2016-01-041-1/+1
* Add release versioning support.Chris Johns2015-12-091-0/+2
* Remove warning on Linux.Chris Johns2015-01-211-2/+0
* linkers: Disable .type statements in symbol code.Chris Johns2014-11-061-0/+4
* linkers: Merge the standard libraries into the user library paths.Chris Johns2014-11-041-2/+1
* fix for open() not taking a std::stringBen Gras2014-11-011-1/+1
* linkers: Add base image symbol to ELF object file generation.Chris Johns2014-10-301-70/+74
* linkers: Add kernel symbol support.Chris Johns2014-10-281-97/+274
* Refactor the CC flags. Fix the various linkers. The trace linker is compiling.Chris Johns2014-09-061-8/+8
* rld: Split the file into a path module for path specific functions.Chris Johns2014-09-011-12/+7
* Fix temporary file handling and add tempfile write support.Chris Johns2014-08-051-1/+1
* Fix the trace help.Chris Johns2013-03-011-1/+1
* Update to the latest framwork requirements.Chris Johns2012-11-261-3/+23
* Remove the warning about the warnings option on newer gccs.Chris Johns2012-11-211-0/+4
* Only look for standard library paths if standard libraries and enabled.Chris Johns2012-11-191-1/+2
* Refactor the ELF support to allow ELF write suppport.Chris Johns2012-11-171-0/+311