Add RISC-V support
authorShea Levy <shea@shealevy.com>
Sun, 18 Feb 2018 05:47:44 +0000 (00:47 -0500)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 5 Mar 2018 21:38:13 +0000 (00:38 +0300)
commit137643f1417ded071c56e05401ca6a3c16492d96
tree4c5cc3f8bd50109cc8d99b3821113306e6707ae7
parent372e9890ddc05b6fa9f7a358a448617652508c96
Add RISC-V support

Issue #31 (libatomic_ops).

* src/Makefile.am (nobase_private_HEADERS): Add riscv.h entry.
* src/atomic_ops.h [__riscv]: Include riscv.h file.
* src/atomic_ops/sysdeps/gcc/riscv.h: New file (just include generic.h).
src/Makefile.am
src/atomic_ops.h
src/atomic_ops/sysdeps/gcc/riscv.h [new file with mode: 0644]