summaryrefslogtreecommitdiff
path: root/src/ldso/aarch64
AgeCommit message (Expand)AuthorFilesLines
2019-09-29remove remaining traces of __tls_get_newSzabolcs Nagy1-5/+1
2019-05-26optimize aarch64 dynamic tlsdesc function to spill fewer registersRich Felker1-10/+7
2019-02-18install dynamic tls synchronously at dlopen, streamline accessRich Felker1-58/+1
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy1-3/+2
2015-04-17apply hidden visibility to tlsdesc accessor functionsRich Felker1-0/+2
2015-04-17comment fixes in aarch64 tlsdesc asmSzabolcs Nagy1-4/+4
2015-04-14use hidden __tls_get_new for tls/tlsdesc lookup fallback casesRich Felker1-2/+4
2015-04-14use hidden visibility for call from dlsym to internal __dlsymRich Felker1-0/+1
2015-04-13dynamic linker bootstrap overhaulRich Felker1-18/+0
2015-03-11add aarch64 portSzabolcs Nagy3-0/+115