aboutsummaryrefslogtreecommitdiff
path: root/fesvr/elfloader.cc
AgeCommit message (Expand)AuthorFilesLines
2020-11-26Include stdexcept in ELF loader (#603)Daniel Bates1-0/+1
2020-11-07Implement support for big-endian targetsMarcus Comstedt1-5/+18
2020-01-25Allow EM_NONE ELFs, tooAndrew Waterman1-1/+1
2020-01-25Refuse to load non-EXEC/non-RISC-V/non-V1 ELFs (#388)Alexander Lent1-0/+3
2019-10-28Whithhold BE ELF loading until BE target support is availableMarcus Comstedt1-9/+3
2019-10-28Implement support for big-endian hostsMarcus Comstedt1-33/+41
2019-03-31Add fesvr; only globally install fesvr headers/libsstatic-linkAndrew Waterman1-0/+89