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 Another layout change
details: https://anonhg.NetBSD.org/src/rev/2555392405bb
branches: trunk
changeset: 326912:2555392405bb
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Feb 22 08:24:27 2014 +0000
description:
Another layout change
diffstat:
common/lib/libc/arch/hppa/atomic/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 789f70c060c3 -r 2555392405bb common/lib/libc/arch/hppa/atomic/Makefile.inc
--- a/common/lib/libc/arch/hppa/atomic/Makefile.inc Sat Feb 22 08:21:03 2014 +0000
+++ b/common/lib/libc/arch/hppa/atomic/Makefile.inc Sat Feb 22 08:24:27 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.10 2014/02/22 08:21:03 skrll Exp $
+# $NetBSD: Makefile.inc,v 1.11 2014/02/22 08:24:27 skrll Exp $
.if defined(LIB)
@@ -9,8 +9,8 @@
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 \
+ 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