summaryrefslogtreecommitdiff
path: root/src/ldso/dlstart.c
AgeCommit message (Expand)AuthorLines
2016-01-25move dynamic linker to its own top-level directory, ldsoRich Felker-150/+0
2015-09-22add general fdpic support in dynamic linker and arch support for shRich Felker-2/+63
2015-09-21simplify dlstart code by using integer type for base addressRich Felker-8/+7
2015-09-17remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker-14/+8
2015-09-17introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker-0/+6
2015-05-25move call to dynamic linker stage-3 into stage-2 functionRich Felker-10/+1
2015-05-25simplify/shrink relocation processing in dynamic linker stage 1Rich Felker-24/+16
2015-05-25remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker-1/+0
2015-04-14make _dlstart_c function use hidden visibilityRich Felker-0/+1
2015-04-13dynamic linker bootstrap overhaulRich Felker-0/+107