summaryrefslogtreecommitdiff
path: root/libexec/ld.elf_so/headers.c
AgeCommit message (Expand)Author
2003-07-24ANSIfy and de-__P().skrll
2002-10-05Minor cleanup.mycroft
2002-10-04Rearrange _rtld_map_object() a little, so that we don't have to have the firstmycroft
2002-09-26Don't bogusly set obj->pltrela{,lim} if there is no DT_PLTREL.mycroft
2002-09-25#if defined -> #ifdefmycroft
2002-09-13Figure out obj->pltrel(a) after the dynamic section is parsed, so the relativemycroft
2002-09-12Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit.mycroft
2002-09-05If REL(A)SZ extends into .rel(a).plt, trim rel(a)lim. This is actually due tomycroft
2002-07-10Add support for dynamic linking on HP PA-RISC.fredette
2001-04-25Sync with <sys/exec_elf.h> rev. 1.45: ElfNN_RelA -> ElfNN_Rela.kleink
2000-07-26Catch up with type changes. Also:mycroft
2000-07-18Fix some issues with SPARC V9 ELF binaries.eeh
1999-11-07Changes from msaitoh to fix local/global symbol confusion, and to fix weakmycroft
1999-10-25Update to match new SVR4-style definition names in <sys/exec_elf.h>.kleink
1999-03-01KNFchristos
1999-02-24Cleanup global variable access so rtld can be self relocating. Also KNFchristos
1998-03-25Add support for mips.mhitch
1996-12-16First cut at an ELF shared loader. Originally from John Polstra's FreeBSD elfcgd