summaryrefslogtreecommitdiff
path: root/arch/or1k/pthread_arch.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker1-5/+4
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker1-1/+0
2018-10-16make thread-pointer-loading asm non-volatileRich Felker1-2/+2
2018-06-02fix TLS layout of TLS variant I when there is a gap above TPSzabolcs Nagy1-0/+1
2015-11-02properly access mcontext_t program counter in cancellation handlerRich Felker1-2/+1
2015-10-15prevent reordering of or1k and powerpc thread pointer loadsRich Felker1-0/+1
2014-07-18add or1k (OpenRISC 1000) architecture portStefan Kristiansson1-0/+17