History log of /openbsd-src/include/link_elf.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 47e93860 28-Jan-2022 guenther <guenther@openbsd.org>

When it's the possessive of 'it', it's spelled "its", without the
apostrophe.

one from miod, other by "never just one" vibe


# e2d18ed9 20-Sep-2016 kettenis <kettenis@openbsd.org>

Add dl_unwind_find_exidx prototype.

ok guenther@


# 4df96521 06-Feb-2006 jmc <jmc@openbsd.org>

typos from alexey dobriyan;


# 9b86939f 14-Oct-2004 kettenis <kettenis@openbsd.org>

Add dl_iterate_phdr() support.
ok drahn@, millert@


# f8949d5d 08-Sep-2002 drahn <drahn@openbsd.org>

Revert this to art's orginal verstion, internal ld.so fields should not
be advertised in this header. Add a comment that this must be in sync
with ld.so. Fixes gdb shared library handing. ok pvalchev@


# 0afdf1c9 08-Sep-2002 deraadt <deraadt@openbsd.org>

no , at end of enum


# 4db8670a 06-Aug-2002 pvalchev <pvalchev@openbsd.org>

restore link_map ABI compatibility between gdb and ld.so. this comes from
what powerpc and sparc64 had as machine/link.h in 3.1 used by gdb, and will
be needed by other ELF architectures to provide

restore link_map ABI compatibility between gdb and ld.so. this comes from
what powerpc and sparc64 had as machine/link.h in 3.1 used by gdb, and will
be needed by other ELF architectures to provide gdb solib support; ok drahn

show more ...


# 72bfe451 07-Jun-2002 art <art@openbsd.org>

split link.h into three parts. The MI parts are left in link.h
a.out stuff in link_aout.h and ELF stuff in link_elf.h.
Switch sparc64 back to MI link.h.
drahn@ ok (powerpc will switch soon).