summaryrefslogtreecommitdiff
path: root/rtemstoolkit/elftoolchain (follow)
AgeCommit message (Collapse)Author
2020-03-05rtemstoolkit: Detect native SPARCV9 ELF archSebastian Huber
2018-11-27fix native elf detection on x86_64 machinesChristian Spindeldreier
Closes #3616
2018-11-15rtemstoolkit: Add ARM and AArch64 support to Linux elftoolchain.Chris Johns
2018-06-18rtemstoolkit: Add DWARF function support.Chris Johns
Load the functions in each CU.
2018-06-18elftoolchain: Add libelftc.Chris Johns
2018-04-30_elftc.h: Make compile on CygwinJoel Sherrill
2018-04-30rtemstoolkit: Add libdwarf from elftoolchain.Chris Johns
The code is taken from: https://svn.code.sf.net/p/elftoolchain/code/trunk Update #3417
2018-04-30rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
The update is taken from: https://svn.code.sf.net/p/elftoolchain/code/trunk Update #3417
2018-04-30Revert "rtemstoolkit: Update elftoolchain to the latest code."Chris Johns
This reverts commit 0c5db2dd13b8270bb80c497d5f53ae2471f8a819.
2018-04-29rtemstoolkit: Update elftoolchain to the latest code.Chris Johns
The update is taken from https://github.com/elftoolchain/elftoolchain. Update #3417
2017-01-09libelf: Use minimal environment for C translation with readelf.Chris Johns
The output of readelf needs to be in English.
2015-10-19Fix Windows build issues.Chris Johns
Fix biulding the mmap Windows code. Fix installing the files for Windows.
2015-03-18rtemstoolkit: Remove warning on Windows.Chris Johns
2015-03-17elftoolchain: Add support for Cygwin.Chris Johns
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns