aboutsummaryrefslogtreecommitdiff
path: root/linux-user/flatload.c
AgeCommit message (Expand)Author
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