summaryrefslogtreecommitdiffstats
path: root/include/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some OpenSolaris compatibility stuff now that we're doing it ajb2007-11-281-4/+0
| | | | different way.
* Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.jb2006-10-041-0/+4
|
* This header is for Solaris compatibility only (according to Davidmarkm2002-07-041-0/+4
| | | | O'Brien), so add a comment to that effect to remind folks.
* Update copyright.obrien2001-06-091-1/+1
|
* Include elf32.h and elf64.h to be more code compatable with Solaris.obrien2001-05-251-0/+2
|
* Add this header back, its existance is an SVR4-ELF tradition.obrien2001-05-051-0/+35
| | | | | | Our ELF hints bits are still a seperate file. Requested by: jdp
* * include/elf.h has been repo copied to include/elf-hints.h, and it noobrien2001-05-021-53/+0
| | | | | | | | longer includes machine/elf.h. * consumers of elf.h now use the minimalist elf header possible. This change is motivated by Binutils 2.11.0 and too much clashing over our base elf headers and the Binutils elf headers.
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add hints file structures and defines.jdp1998-09-051-1/+19
|
* Fill out the ELF header files to make them more or less complete.jdp1997-05-211-0/+35
Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h.
OpenPOWER on IntegriCloud