summaryrefslogtreecommitdiff
path: root/arch/powerpc/pthread_arch.h
AgeCommit message (Expand)Author
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker
2018-10-16make thread-pointer-loading asm non-volatileRich Felker
2018-10-16remove ancient clang workaround from powerpc pthread_arch.h asmRich Felker
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker
2015-06-25fix local-dynamic model TLS on mips and powerpcRich Felker
2015-05-06fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker
2013-12-02workaround clang deficiency affecting thread pointer access on powerpcRich Felker
2012-11-13PPC port cleaned up, static linking works well now.rofl0r