History log of /openbsd/include/elf_abi.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 625a8b0a 22-May-1996 etheisen <etheisen@openbsd.org>

Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version.


# 4741e2d4 29-Apr-1996 etheisen <etheisen@openbsd.org>

Added section header type SHT_OPENBSD - value 0xffffffff, section
header name ELF_OPENBSD - value ".openbsd", and elf_hash() prototype
in preparation for Per's import of the ELF RTLD.

Every OpenBSD

Added section header type SHT_OPENBSD - value 0xffffffff, section
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.

show more ...


# 10c4559e 15-Feb-1996 etheisen <etheisen@openbsd.org>

Cleaned up comments.


# 521e43ea 15-Feb-1996 etheisen <etheisen@openbsd.org>

ELF Application Binary Interface (ABI) compliant header file.