musl/arch
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
..
aarch64 make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc 2016-02-23 13:04:56 -05:00
arm better a_sc inline asm constraint on aarch64 and arm 2016-01-31 17:32:56 -05:00
generic/bits deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
i386 deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
microblaze deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
mips remove workaround for broken mips assemblers 2016-02-08 21:07:09 +00:00
mips64 correct pointer types for a_ll_p and a_sc_p primitives on mips64 2016-03-11 05:12:56 +00:00
or1k deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
powerpc add powerpc soft-float support 2016-03-06 17:03:01 -05:00
sh deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
x32 deduplicate the bulk of the arch bits headers 2016-01-27 21:52:14 -05:00
x86_64 add sched_getcpu vDSO support 2016-03-02 21:35:40 -05:00