musl/arch/powerpc64
Rich Felker a4a3e4dbc0 make thread-pointer-loading asm non-volatile
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 1c84c99913 for
correctness, since otherwise the compiler could hoist loads during
stage 3 of dynamic linking before the initial thread-pointer setup.
2018-10-16 14:11:46 -04:00
..
bits add support for arch-specific ptrace command macros 2018-07-17 22:25:08 -04:00
atomic_arch.h fix broken atomic store on powerpc[64] 2018-09-14 10:47:16 -04:00
crt_arch.h add powerpc64 port 2016-05-08 22:57:40 -04:00
pthread_arch.h make thread-pointer-loading asm non-volatile 2018-10-16 14:11:46 -04:00
reloc.h fix ld-behavior-dependent crash in ppc64 ldso startup 2017-03-08 13:35:33 -05:00
syscall_arch.h add powerpc64 port 2016-05-08 22:57:40 -04:00