summaryrefslogtreecommitdiffstats
path: root/linkers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-11rtems-score-thread.ini: Remove _Thread_Close so trace examples linkJoel Sherrill1-3/+2
2024-02-29linkers: Allow generation of symbol map file onlySebastian Huber1-10/+12
2024-02-29linkers: Constify read-only dataSebastian Huber1-8/+8
2024-02-29linkers: Avoid void pointer arithmeticSebastian Huber1-3/+3
2024-01-25linkers: Use push/pop sectionSebastian Huber1-1/+2
2023-11-22rtemstoolkit, linkers: Fix C++17 warningsChris Johns1-2/+1
2023-11-21python: Updates for Python 3.12Chris Johns1-1/+1
2023-10-18linkers: Print a proper 0x-hex numberSebastian Huber1-1/+2
2023-10-18linker: Fix typo in symbol table generatorSebastian Huber1-1/+1
2023-08-17linker: Add TLS support to the symbol table generatorChris Johns1-45/+134
2023-01-17linkers/rtems-syms: Generate TLS symbolsKinsey Moore1-0/+5
2022-07-29rtems-syms.cpp: Change check to pointer sizeRyan Long1-2/+2
2022-05-18linkers: Speed up reading large executables for all cases except inliningChris Johns1-19/+26
2022-01-25linkers/rtems-score/thread*.ini: Remove symbols no longer present.Joel Sherrill2-11/+6
2021-10-12rtems-tld.cpp: Remove logically dead codeRyan Long1-4/+1
2021-09-01rtems-exeinfo.cpp: Initialize byteorderRyan Long1-1/+2
2021-08-10rtems-utils: Change data type definitionRyan Long1-4/+2
2021-07-27rtems-exeinfo.cpp: Restore ostream formatRyan Long1-0/+6
2021-06-29rtems-exeinfo.cpp: Fix division by zero errorsRyan Long1-4/+16
2021-04-09linkers: Update due to API changesSebastian Huber2-2/+2
2020-09-18linkers: Update due to API changesSebastian Huber2-14/+11
2020-09-15linker/exeinfo: Optionally output full flags when listing object filesChris Johns1-17/+81
2020-09-11linkers/exeinfo: Output TLS dataChris Johns1-1/+88
2020-02-25linkers: Include proper header fileSebastian Huber1-1/+1
2020-02-25linkers: Update due to API changesSebastian Huber2-2/+2
2019-12-19linkers: Remove _Thread_Life_action_handlerSebastian Huber1-3/+2
2019-11-12rtems-syms: Use .quad instead of .long for riscv64Hesham Almatary1-0/+8
2019-09-05waf: Minor format clean up.Chris Johns1-1/+0
2019-02-11linkers/syms: Add symbol filtering.Chris Johns1-20/+102
2019-01-10linkers: Fix the -O option handling in rtems-execinfoChris Johns1-1/+2
2018-12-06Fix wrong function signatureskaidoho1-2/+2
2018-11-29Fix warnings on Windows.Chris Johns7-7/+7
2018-08-07linkers/exeinfo: Report who inlines which functions. Report not inline functi...Chris Johns1-21/+54
2018-08-07linkers/exeinfo: Add an inlines report and DWARF data dump.Chris Johns1-3/+130
2018-06-18rtemstoolkit: Add DWARF function support.Chris Johns2-2/+20
2018-06-18linkers: Add an address to line tool.Chris Johns2-1/+303
2018-06-18linkers/exe-info: Add DWARF support to gather and check producer details.Chris Johns2-4/+210
2018-06-15linkers/exe-info: Set the data endian for getting the init/fini sec data.Chris Johns2-8/+6
2018-06-02Updating trace buffer configurationVidushi Vashishth1-2/+3
2018-04-14rtemstoolkit/rtl-file: Remove a file on close if requestedChris Johns2-6/+6
2017-10-12linkers: Update due to API changesSebastian Huber6-51/+46
2017-08-16linkers/exe-info Support ARM static constructors.Chris Johns1-26/+71
2017-03-15rtems-syms: Fix usage help.Chris Johns1-2/+2
2016-08-25linkers/syms: Add weak symbols to the global symbol table.Chris Johns1-20/+61
2016-04-03linkers: Demangle the C++ labels in the .ctors/.dtors sections.Chris Johns1-6/+20
2016-04-03linkers: Add a tool to show RTEMS executable information.Chris Johns2-21/+607
2016-02-19Add Windows specific waf support for MSYS2.Chris Johns1-0/+3
2016-01-05linkers: Fix for targets with a small-data areaSebastian Huber1-2/+2
2016-01-04linkers: Avoid castSebastian Huber1-1/+1
2015-12-09Add release versioning support.Chris Johns6-11/+20