about summary refs log tree commit diff
path: root/arch/x32/pthread_arch.h
Commit message (Expand)AuthorAgeFilesLines
* remove redundant pthread struct members repeated for layout purposesRich Felker2020-08-271-1/+1
* deduplicate __pthread_self thread pointer adjustment out of each archRich Felker2020-08-271-4/+4
* deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker2020-08-241-2/+0
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
* fix crashes in x32 __tls_get_addrrofl0r2017-01-131-0/+2
* properly access mcontext_t program counter in cancellation handlerRich Felker2015-11-021-1/+1
* fix stack protector crashes on x32 & powerpc due to misplaced TLS canaryRich Felker2015-05-061-0/+2
* fix broken cancellation on x32 due to incorrect saved-PC offsetRich Felker2015-05-021-1/+1
* import vanilla x86_64 code as x32rofl0r2014-02-231-0/+10