musl/arch/mips64
Rich Felker de400b6609 correct pointer types for a_ll_p and a_sc_p primitives on mips64
these changes should not affect generated code, but they reflect that
the underlying objects operated on by a_cas_p are supposed to have
type volatile void *, not volatile long. in theory a compiler could
treat the effective type mismatch in the "m" memory operands as
undefined behavior.
2016-03-11 05:12:56 +00:00
..
bits add mips64 port 2016-03-06 17:41:56 +00:00
atomic_arch.h correct pointer types for a_ll_p and a_sc_p primitives on mips64 2016-03-11 05:12:56 +00:00
crt_arch.h add mips64 port 2016-03-06 17:41:56 +00:00
ksigaction.h add mips64 port 2016-03-06 17:41:56 +00:00
pthread_arch.h add mips64 port 2016-03-06 17:41:56 +00:00
reloc.h add mips64 port 2016-03-06 17:41:56 +00:00
syscall_arch.h add mips64 port 2016-03-06 17:41:56 +00:00