musl/arch
Rich Felker c648cefb27 fix inconsistency in a_and and a_or argument types on x86[_64]
conceptually, and on other archs, these functions take a pointer to
int, but in the i386, x86_64, and x32 versions of atomic.h, they took
a pointer to void instead.
2015-05-20 00:17:35 -04:00
..
aarch64 fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
arm make arm reloc.h CRTJMP macro compatible with thumb 2015-05-14 18:51:27 -04:00
i386 fix inconsistency in a_and and a_or argument types on x86[_64] 2015-05-20 00:17:35 -04:00
microblaze fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
mips fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
or1k fix __syscall declaration with wrong visibility in syscall_arch.h 2015-04-30 16:22:57 -04:00
powerpc fix stack protector crashes on x32 & powerpc due to misplaced TLS canary 2015-05-06 18:37:19 -04:00
sh inline llsc atomics when building for sh4a 2015-05-19 00:42:07 -04:00
x32 fix inconsistency in a_and and a_or argument types on x86[_64] 2015-05-20 00:17:35 -04:00
x86_64 fix inconsistency in a_and and a_or argument types on x86[_64] 2015-05-20 00:17:35 -04:00