about summary refs log tree commit diff
path: root/src/ldso/aarch64
Commit message (Expand)AuthorAgeFilesLines
* remove remaining traces of __tls_get_newSzabolcs Nagy2019-09-291-5/+1
* optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker2019-05-261-10/+7
* install dynamic tls synchronously at dlopen, streamline accessRich Felker2019-02-181-58/+1
* fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy2018-06-021-3/+2
* apply hidden visibility to tlsdesc accessor functionsRich Felker2015-04-171-0/+2
* comment fixes in aarch64 tlsdesc asmSzabolcs Nagy2015-04-171-4/+4
* use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker2015-04-141-2/+4
* use hidden visibility for call from dlsym to internal __dlsymRich Felker2015-04-141-0/+1
* dynamic linker bootstrap overhaulRich Felker2015-04-131-18/+0
* add aarch64 portSzabolcs Nagy2015-03-113-0/+115