summaryrefslogtreecommitdiff
path: root/lib/elf.c
AgeCommit message (Collapse)Author
2019-02-04Fix some warningsAlasdair Armstrong
2019-01-04C library: fix fprintf warnings in lib/elf.cAlastair Reid
2018-10-23RTS: Add elf symbol lookup support.Prashanth Mundkur
2018-10-23RTS: allow elf-loader to provide entry info.Prashanth Mundkur
2018-09-07C: Support RISC-V in elf loader.Prashanth Mundkur
2018-06-26ELF: Restore error messages in ELF readerAlastair Reid
2018-06-21Fix MIPS wrt changes to C runtimeAlasdair Armstrong
This plus changes to bitfield internals is enough to run some MIPS tests at 1Mhz.
2018-06-19Add elf parsing from AlastairAlasdair Armstrong