Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/common/lib/libc/arch/sparc/atomic Include C11 load/store hel...



details:   https://anonhg.NetBSD.org/src/rev/766b211a455e
branches:  trunk
changeset: 343818:766b211a455e
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Feb 27 19:18:29 2016 +0000

description:
Include C11 load/store helpers.

diffstat:

 common/lib/libc/arch/sparc/atomic/Makefile.inc |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7af186b299e6 -r 766b211a455e common/lib/libc/arch/sparc/atomic/Makefile.inc
--- a/common/lib/libc/arch/sparc/atomic/Makefile.inc    Sat Feb 27 19:12:05 2016 +0000
+++ b/common/lib/libc/arch/sparc/atomic/Makefile.inc    Sat Feb 27 19:18:29 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.19 2015/10/18 02:28:07 nakayama Exp $
+#      $NetBSD: Makefile.inc,v 1.20 2016/02/27 19:18:29 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -43,7 +43,8 @@
        atomic_swap_16_cas.c atomic_swap_8_cas.c        \
        atomic_c11_compare_exchange_cas_32.c            \
        atomic_c11_compare_exchange_cas_16.c            \
-       atomic_c11_compare_exchange_cas_8.c
+       atomic_c11_compare_exchange_cas_8.c \
+       atomic_load.c atomic_store.c
 .  endif
 
 .  if (${LIB} == "kern" || ${LIB} == "rump")



Home | Main Index | Thread Index | Old Index