aboutsummaryrefslogtreecommitdiff
path: root/backends/plugins/elf-loader.cpp
AgeCommit message (Expand)Author
2010-08-07took out hacky 'ifdef MIPS_TARGET' statements in DLObject's methods and inste...Tony Puccinelli
2010-08-06removed unnecessary declaration of flushDataCache() in elf-loader headerTony Puccinelli
2010-08-03added checks for ELF_LOADER_TARGET before including the elf plugin providerTony Puccinelli
2010-08-03Simplify code a bit, add several FIXMEsMax Horn
2010-08-03got rid of dlopen, dlclose, etc. wrappersTony Puccinelli
2010-07-28added check for MIPS machine type in the 'readElfHeader' methodTony Puccinelli
2010-07-28various manual tweaks to get ds port compiling from branch again after earlie...Tony Puccinelli
2010-07-27Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe...Tony Puccinelli
2010-07-26moved flushDataCache function from ds-loader.cpp to elf-loader.cpp and moved ...Tony Puccinelli
2010-07-24Finished initial abstraction of ELF-loader (works for DS)Tony Puccinelli