summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/loadfile_aout.c
AgeCommit message (Collapse)Author
2014-02-20Casting to void is the canonical way of marking a variable asjoerg
potentially unused.
2009-08-16Change include of <sys/exec.h> to <sys/exec_aout.h> since these files wantmatt
the a.out stuff.
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-29ANSIfy.tsutsui
2007-12-03Use standard error code (EIO) instead of standalone error codeisaki
(ESHORT). Because loadfile_*() is used with or without _STANDALONE, therefore, don't use error code in "saerrno.h". Pointed out by and discussed with he@.
2007-11-23loadfile_*() must set errno when it returns -1.isaki
2007-06-05Add a MARK_DATA marker containing the effective VA of the first loadedmartin
data segment.
2005-12-11merge ktrace-lwp.christos
2005-02-26nuke trailing whitespaceperry
2003-08-31Fix signed/unsigned warnings.fvdl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22364, verified by myself.
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-02-11Not all ports use the `offset' in their calulations and on those platformsreinoud
compile errors are generated due to it. By explicitly using `offset=offset' the variable is used in the compilers view and is optimised away anyway.
2001-10-31Build the loadfile() a.out, ECOFF, and ELF back-ends as separatethorpej
objects.
2001-10-30Split the exec formats included by loadfile() into separate files.thorpej
Primary goal: explcitly select which ELF format (elf32 or elf64) to support for a cross tool which uses loadfile().