1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
Commit Graph

4 Commits

Author SHA1 Message Date
etheisen
625a8b0a4b Moved contents into sys/exec_elf.h. elf_abi.h includes the sys version. 1996-05-22 07:46:22 +00:00
etheisen
4741e2d4fd 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.
1996-04-29 00:54:15 +00:00
etheisen
10c4559ec4 Cleaned up comments. 1996-02-15 07:38:14 +00:00
etheisen
521e43ea16 ELF Application Binary Interface (ABI) compliant header file. 1996-02-15 07:36:38 +00:00