summaryrefslogtreecommitdiff
path: root/arch/x32/pthread_arch.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker1-1/+1
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-4/+4
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-2/+0
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-1/+1
2017-01-13fix crashes in x32 __tls_get_addrrofl0r1-0/+2
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-1/+1
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker1-0/+2
2015-05-02fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker1-1/+1
2014-02-23import vanilla x86_64 code as x32rofl0r1-0/+10