Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-06 | typos from alexey dobriyan; | Jason McIntyre | |
2004-10-14 | Add dl_iterate_phdr() support. | Mark Kettenis | |
ok drahn@, millert@ | |||
2002-09-08 | Revert this to art's orginal verstion, internal ld.so fields should not | Dale 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-08 | no , at end of enum | Theo de Raadt | |
2002-08-06 | restore link_map ABI compatibility between gdb and ld.so. this comes from | Peter 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-07 | split link.h into three parts. The MI parts are left in link.h | Artur 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). |