Merge branch 'master' of /home/nchip/public_html/qemu into garage-push
[qemu] / elf_ops.h
2009-06-05 Paul BrookFix elf loader range checking
2009-03-13 blueswir1Make the ELF loader aware of backwards compatibility
2008-10-22 pbrookUse load address when loading ELF images.
2008-10-22 pbrook* Use function pointers for symbol lookup (currently...
2007-11-18 pbrookAdd statics and missing #includes for prototypes.
2007-10-17 thsCast ELF datatypes properly to host 64bit types.
2007-09-25 blueswir1 Remove the target dependency introduced by previous...
2007-09-24 blueswir1 Fix loading above 4G
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-04-01 thsImproved initrd support for mips.
2006-12-23 thsSimplify error handling again.
2006-12-23 thsCheck ELF binaries for machine type and endianness.
2006-05-02 bellardfixed memory leak
2006-04-26 bellardadded entry parameter to ELF loader
2006-04-23 bellardgeneric ELF loader