summaryrefslogtreecommitdiff
path: root/arch/powerpc64/pthread_arch.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker1-2/+0
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-3/+3
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-1/+1
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-1/+1
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy1-0/+1
2016-05-08add powerpc64 portBobby Bingham1-0/+17