summaryrefslogtreecommitdiff
path: root/include/elf_abi.h
AgeCommit message (Collapse)Author
1996-05-22Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.etheisen
1996-04-29Added section header type SHT_OPENBSD - value 0xffffffff, sectionetheisen
header name ELF_OPENBSD - value ".openbsd", and elf_hash() prototype in preparation for Per's import of the ELF RTLD. Every OpenBSD ELF bin/so should contain a "empty" section header of type SHT_OPENBSD, and this string ".openbsd" in the .dynstr section. This will allow us to determine the exe/lib's target OS. Note that use of SHT_OPENBSD and ELF_OPENBSD is not ABI compliant. GNU binutils will require mods to met this goal. The relocation settings are now re-enabled.
1996-02-15Cleaned up comments.etheisen
1996-02-15ELF Application Binary Interface (ABI) compliant header file.etheisen