aboutsummaryrefslogtreecommitdiff
path: root/linux-user/flatload.c
AgeCommit message (Expand)Author
2016-01-29linux-user: Clean up includesPeter Maydell
2015-09-28linux-user: remove MAX_ARG_PAGES limitStefan BrĂ¼ns
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton
2013-11-29flatload: fix non-GOT relocationsCorey J. Boyle
2012-08-14flatload: fix bss clearingMike Frysinger
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang
2011-06-21flatload: memp was a write-only variableJuan Quintela
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger
2010-09-18linux-user: improve flatload error checkingBlue Swirl
2010-06-16Usermode exec-stack fixPaul Brook
2010-05-28linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl
2009-01-05Fix more FSF addressesblueswir1
2008-10-26Fix undeclared symbol warnings from sparseblueswir1
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir1
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths
2007-04-15bFLT loader alignment fix.pbrook
2007-03-15Align stack when loading bFLT binaries.pbrook
2006-12-26bFLT loader commandline fix.pbrook
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook
2006-06-11bFLT loader (for uClinux binaries).pbrook