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