about summary refs log tree commit diff
path: root/src/ldso/arm/tlsdesc.S
Commit message (Expand)AuthorAgeFilesLines
* remove remaining traces of __tls_get_newSzabolcs Nagy2019-09-291-2/+0
* fix arm __tlsdesc_dynamic when built as thumb code without __ARM_ARCH>=5Rich Felker2019-09-111-0/+4
* 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