about summary refs log tree commit diff
path: root/src/ldso/dlstart.c
Commit message (Expand)AuthorAgeFilesLines
* move dynamic linker to its own top-level directory, ldsoRich Felker2016-01-251-150/+0
* add general fdpic support in dynamic linker and arch support for shRich Felker2015-09-221-2/+63
* simplify dlstart code by using integer type for base addressRich Felker2015-09-211-8/+7
* remove old dlstart stage-2 symbolic lookup code; add new genericRich Felker2015-09-171-14/+8
* introduce new symbol-lookup-free rcrt1/dlstart stage chainingRich Felker2015-09-171-0/+6
* move call to dynamic linker stage-3 into stage-2 functionRich Felker2015-05-251-10/+1
* simplify/shrink relocation processing in dynamic linker stage 1Rich Felker2015-05-251-24/+16
* remove processing of DT_JMPREL from dynamic linker stage 1 bootstrapRich Felker2015-05-251-1/+0
* make _dlstart_c function use hidden visibilityRich Felker2015-04-141-0/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-131-0/+107