summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/rld-elf.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rld: Recognize 64-bit PowerPCSebastian Huber2024-02-291-0/+1
| | | | Close #4995.
* rtemstoolkit, linkers: Fix C++17 warningsChris Johns2023-11-221-12/+0
| | | | Closes #4970
* linkers/rtems-syms: Generate TLS symbolsKinsey Moore2023-01-171-0/+1
| | | | | When generating the symbol table for loadable modules, include TLS symbols so that the modules can reference them.
* Add RISC-V machine to rld-elfHesham Almatary2019-11-121-0/+5
|
* rtemstoolkit: Various coverity related fixes.Chris Johns2018-08-071-0/+1
|
* rtemstoolkit/elf,files: Catch exceptions in destructors.Chris Johns2018-06-181-22/+35
| | | | | Catch exceptions in destructures and print a message to avoid an unhandled exception happening in an exception stack unwind.
* rtemstoolkit/elf: Add data size and endian support to the ELF interface.Chris Johns2018-06-151-0/+22
|
* rtemstoolkit: Add libdwarf C++ interface.Chris Johns2018-06-151-0/+16
| | | | | | | | | | | Provide a C++ interface to libdwarf to: - Manage DWARF debug data - Manage CU - Manage DIE - Handle CU line addresses - Handle CU source files Update #3417
* Refactor code into the RTEMS Toolkit.Chris Johns2014-09-131-0/+1210