Added section header type SHT_OPENBSD - value 0xffffffff, section
authoretheisen <etheisen@openbsd.org>
Mon, 29 Apr 1996 00:54:15 +0000 (00:54 +0000)
committeretheisen <etheisen@openbsd.org>
Mon, 29 Apr 1996 00:54:15 +0000 (00:54 +0000)
commit4741e2d4fdf9aa0bc200ef7e52065e1cdc564285
tree16765d53027c790c50e4046319d830700f0cfad5
parente5df81a8142ea14f47824fff9d832e202ef138f9
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.
include/elf_abi.h