summaryrefslogtreecommitdiff
path: root/include/elf.h
Commit message (Collapse)AuthorAgeFilesLines
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326192
* Remove some OpenSolaris compatibility stuff now that we're doing it aJohn Birrell2007-11-281-4/+0
| | | | | | | different way. Notes: svn path=/head/; revision=174044
* Include the Solaris compatibility definions iff _SOLARIS_C_SOURCE is defined.John Birrell2006-10-041-0/+4
| | | | Notes: svn path=/head/; revision=163001
* This header is for Solaris compatibility only (according to DavidMark Murray2002-07-041-0/+4
| | | | | | | O'Brien), so add a comment to that effect to remind folks. Notes: svn path=/head/; revision=99403
* 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