summaryrefslogtreecommitdiff
path: root/linux-user/flatload.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-10linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton1-2/+1
2013-11-29flatload: fix non-GOT relocationsCorey J. Boyle1-1/+1
2012-08-14flatload: fix bss clearingMike Frysinger1-1/+1
2011-12-02fix spelling in linux-user sub directoryDong Xu Wang1-1/+1
2011-06-21flatload: memp was a write-only variableJuan Quintela1-3/+0
2011-06-21flatload: end_code was only used in a debug messageJuan Quintela1-3/+2
2011-02-09linux-user/FLAT: allow targets to override FLAT processingMike Frysinger1-16/+11
2011-02-09linux-user/FLAT: fix auto-stack sizingMike Frysinger1-2/+9
2010-09-18linux-user: improve flatload error checkingBlue Swirl1-1/+2
2010-06-16Usermode exec-stack fixPaul Brook1-0/+1
2010-05-28linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti1-1/+1
2009-07-16Update to a hopefully more future proof FSF addressBlue Swirl1-3/+1
2009-05-13Replace gcc variadic macro extension with C99 versionBlue Swirl1-2/+2
2009-01-05Fix more FSF addressesblueswir11-1/+2
2008-10-26Fix undeclared symbol warnings from sparseblueswir11-3/+3
2008-07-16Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog1-3/+3
2007-11-16suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard1-10/+21
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-1/+1
2007-10-14 Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir11-46/+46
2007-09-17find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths1-9/+9
2007-09-16find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths1-12/+12
2007-04-15bFLT loader alignment fix.pbrook1-8/+11
2007-03-15Align stack when loading bFLT binaries.pbrook1-0/+7
2006-12-26bFLT loader commandline fix.pbrook1-1/+1
2006-06-17Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook1-0/+3
2006-06-11bFLT loader (for uClinux binaries).pbrook1-0/+790