about summary refs log tree commit diff
path: root/src/ldso/arm
Commit message (Expand)AuthorAgeFilesLines
* install dynamic tls synchronously at dlopen, streamline accessRich Felker2019-02-181-19/+0
* fix build regression on armhf in tlsdesc asmRich Felker2018-10-091-0/+1
* inline cp15 thread pointer load in arm dynamic TLSDESC asm when possibleRich Felker2018-10-011-0/+9
* add TLSDESC support for 32-bit armRich Felker2018-10-011-0/+62
* move arm-specific translation units out of arch/arm/src, to src/*/armRich Felker2016-01-221-0/+42
* explicitly assemble all arm asm sources as UALRich Felker2015-11-101-0/+1
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-131-18/+0
* rename dynamic linker entry point from _start to _dlstartRich Felker2014-06-201-2/+2
* add ldd and main program loading support to dynamic linkerRich Felker2012-05-271-0/+7
* cleanup dynamic linker start code cruftRich Felker2012-05-271-4/+1
* dlsym entry point for armRich Felker2011-10-011-0/+6
* dynamic linker entry point for armRich Felker2011-10-011-0/+14