summaryrefslogtreecommitdiffstats
path: root/linux-user/flatload.c
Commit message (Expand)AuthorAgeFilesLines
* linux-user: remove MAX_ARG_PAGES limitStefan BrĂ¼ns2015-09-281-1/+1
* linux-user: Remove regs parameter of load_elf_binary and load_flt_binaryWill Newton2014-01-101-2/+1
* flatload: fix non-GOT relocationsCorey J. Boyle2013-11-291-1/+1
* flatload: fix bss clearingMike Frysinger2012-08-141-1/+1
* fix spelling in linux-user sub directoryDong Xu Wang2011-12-021-1/+1
* flatload: memp was a write-only variableJuan Quintela2011-06-211-3/+0
* flatload: end_code was only used in a debug messageJuan Quintela2011-06-211-3/+2
* linux-user/FLAT: allow targets to override FLAT processingMike Frysinger2011-02-091-16/+11
* linux-user/FLAT: fix auto-stack sizingMike Frysinger2011-02-091-2/+9
* linux-user: improve flatload error checkingBlue Swirl2010-09-181-1/+2
* Usermode exec-stack fixPaul Brook2010-06-161-0/+1
* linux-user: Fix compilation with DEBUG definedRiccardo Magliocchetti2010-05-281-1/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-3/+1
* Replace gcc variadic macro extension with C99 versionBlue Swirl2009-05-131-2/+2
* Fix more FSF addressesblueswir12009-01-051-1/+2
* Fix undeclared symbol warnings from sparseblueswir12008-10-261-3/+3
* Fix a bunch of type mismatch-related warnings (Jan Kiszka).balrog2008-07-161-3/+3
* suppressed tgetx and tputx (initial patch by Thayne Harbaugh)bellard2007-11-161-10/+21
* Linux user memory access API change (initial patch by Thayne Harbaugh)bellard2007-11-111-1/+1
* Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)blueswir12007-10-141-46/+46
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-9/+9
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-12/+12
* bFLT loader alignment fix.pbrook2007-04-151-8/+11
* Align stack when loading bFLT binaries.pbrook2007-03-151-0/+7
* bFLT loader commandline fix.pbrook2006-12-261-1/+1
* Respond to qOffsets gdb packet (for debugging bFLT binaries).pbrook2006-06-171-0/+3
* bFLT loader (for uClinux binaries).pbrook2006-06-111-0/+790
OpenPOWER on IntegriCloud