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/hppa/atomic Layout changes - no functio...



details:   https://anonhg.NetBSD.org/src/rev/347760e83871
branches:  trunk
changeset: 793651:347760e83871
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sat Feb 22 08:21:03 2014 +0000

description:
Layout changes - no functional change.

diffstat:

 common/lib/libc/arch/hppa/atomic/Makefile.inc |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r 556161f1d267 -r 347760e83871 common/lib/libc/arch/hppa/atomic/Makefile.inc
--- a/common/lib/libc/arch/hppa/atomic/Makefile.inc     Sat Feb 22 08:08:56 2014 +0000
+++ b/common/lib/libc/arch/hppa/atomic/Makefile.inc     Sat Feb 22 08:21:03 2014 +0000
@@ -1,14 +1,17 @@
-#      $NetBSD: Makefile.inc,v 1.9 2014/01/29 11:03:04 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.10 2014/02/22 08:21:03 skrll Exp $
 
 .if defined(LIB)
 
 .  if (${LIB} == "kern" || ${LIB} == "c" || ${LIB} == "pthread" || \
     ${LIB} == "rump")
 
-SRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c atomic_and_32_cas.c \
-       atomic_and_32_nv_cas.c atomic_dec_32_cas.c atomic_dec_32_nv_cas.c \
-       atomic_inc_32_cas.c atomic_inc_32_nv_cas.c atomic_or_32_cas.c \
-       atomic_or_32_nv_cas.c atomic_swap_32_cas.c membar_ops_nop.c
+SRCS+= atomic_add_32_cas.c atomic_add_32_nv_cas.c \
+       atomic_and_32_cas.c atomic_and_32_nv_cas.c \
+       atomic_dec_32_cas.c atomic_dec_32_nv_cas.c \
+       atomic_inc_32_cas.c atomic_inc_32_nv_cas.c \
+       atomic_or_32_cas.c \
+       atomic_or_32_nv_cas.c atomic_swap_32_cas.c \
+       membar_ops_nop.c
 
 .  endif
 



Home | Main Index | Thread Index | Old Index