aboutsummaryrefslogtreecommitdiff
path: root/include/elf-hints.h
Commit message (Collapse)AuthorAgeFilesLines
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-6/+3
| | | | | | | | | | | 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