musl/arch/powerpc64
Rich Felker fc85fb3860 fix ld-behavior-dependent crash in ppc64 ldso startup
the 32-bit pc-relative address for stage 2 of dynamic linker entry was
wrongly loaded with a zero-extending load instead of sign-extending
load, resulting in an invalid jump if the offset happened to be
negative, which depends on the linker's ordering of text sections.
2017-03-08 13:35:33 -05:00
..
bits add bits/hwcap.h and include it in sys/auxv.h 2016-10-20 01:28:25 -04:00
atomic_arch.h add powerpc64 port 2016-05-08 22:57:40 -04:00
crt_arch.h add powerpc64 port 2016-05-08 22:57:40 -04:00
pthread_arch.h add powerpc64 port 2016-05-08 22:57:40 -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