aboutsummaryrefslogtreecommitdiff
path: root/include/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright.David E. O'Brien2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=77932
* Include elf32.h and elf64.h to be more code compatable with Solaris.David E. O'Brien2001-05-251-0/+2
| | | | Notes: svn path=/head/; revision=77204
* Add this header back, its existance is an SVR4-ELF tradition.David E. O'Brien2001-05-051-0/+35
| | | | | | | | | Our ELF hints bits are still a seperate file. Requested by: jdp Notes: svn path=/head/; revision=76294
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-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. Notes: svn path=/head/; revision=76224
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50473
* Add hints file structures and defines.John Polstra1998-09-051-1/+19
| | | | Notes: svn path=/head/; revision=38830
* Fill out the ELF header files to make them more or less complete.John Polstra1997-05-211-0/+35
Fix a macro name that was misspelled both in brandelf.c and imgact_elf.h. Notes: svn path=/head/; revision=25984