summaryrefslogtreecommitdiff
path: root/include/link_elf.h
AgeCommit message (Collapse)Author
2022-01-28When it's the possessive of 'it', it's spelled "its", without thePhilip Guenther
apostrophe. one from miod, other by "never just one" vibe
2016-09-20Add dl_unwind_find_exidx prototype.Mark Kettenis
ok guenther@
2006-02-06typos from alexey dobriyan;Jason McIntyre
2004-10-14Add dl_iterate_phdr() support.Mark Kettenis
ok drahn@, millert@
2002-09-08Revert this to art's orginal verstion, internal ld.so fields should notDale Rahn
be advertised in this header. Add a comment that this must be in sync with ld.so. Fixes gdb shared library handing. ok pvalchev@
2002-09-08no , at end of enumTheo de Raadt
2002-08-06restore link_map ABI compatibility between gdb and ld.so. this comes fromPeter Valchev
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
2002-06-07split link.h into three parts. The MI parts are left in link.hArtur Grabowski
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).