musl/arch/riscv64
Rich Felker 2dcbeabd91 fix riscv64 atomic asm constraints
most egregious problem was the lack of memory clobber and lack of
volatile asm; this made the atomics memory barriers but not compiler
barriers. use of "+r" rather than "=r" for a clobbered temp was also
wrong, since the initial value is indeterminate.
2019-07-17 18:53:26 -04:00
..
bits remove spurious MAP_32BIT definition from riscv64 arch 2019-07-04 12:28:29 -04:00
atomic_arch.h fix riscv64 atomic asm constraints 2019-07-17 18:53:26 -04:00
crt_arch.h add riscv64 architecture support 2019-06-14 17:13:05 -04:00
pthread_arch.h add riscv64 architecture support 2019-06-14 17:13:05 -04:00
reloc.h add riscv64 architecture support 2019-06-14 17:13:05 -04:00
syscall_arch.h fix riscv64 syscall asm constraint 2019-07-17 18:50:15 -04:00