musl/arch
Rich Felker 7d310ed1d0 remove old clang workarounds from arm syscall implementation
the register constraints in the non-clang case were tested to work on
clang back to 3.2, and earlier versions of clang have known bugs that
preclude building musl.

there may be other reasons to prefer not to use inline syscalls, but
if so the function-call-based implementations should be added back in
a unified way for all archs.
2014-11-22 20:50:01 -05:00
..
arm remove old clang workarounds from arm syscall implementation 2014-11-22 20:50:01 -05:00
i386 add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
microblaze add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
mips add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
or1k fix 64-bit syscall argument passing on or1k 2014-11-05 00:38:40 -05:00
powerpc add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
sh add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
x32 add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00
x86_64 add explicit barrier operation to internal atomic.h API 2014-10-10 18:17:09 -04:00