about summary refs log tree commit diff
path: root/arch/s390x/pthread_arch.h
Commit message (Collapse)AuthorAgeFilesLines
* make thread-pointer-loading asm non-volatileRich Felker2018-10-161-1/+1
| | | | | | | | | | this will allow the compiler to cache and reuse the result, meaning we no longer have to take care not to load it more than once for the sake of archs where the load may be expensive. depends on commit 1c84c99913bf1cd47b866ed31e665848a0da84a2 for correctness, since otherwise the compiler could hoist loads during stage 3 of dynamic linking before the initial thread-pointer setup.
* add s390x portBobby Bingham2016-11-111-0/+14