Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/common/lib/libc/arch/aarch64/atomic Pull up following rev...
details: https://anonhg.NetBSD.org/src/rev/f0e4d6df0671
branches: netbsd-9
changeset: 454455:f0e4d6df0671
user: martin <martin%NetBSD.org@localhost>
date: Tue Sep 17 19:23:23 2019 +0000
description:
Pull up following revision(s) (requested by skrll in ticket #201):
common/lib/libc/arch/aarch64/atomic/atomic_or_64.S: revision 1.2
__sync_or_and_fetch_8 should return new value... make it do that.
diffstat:
common/lib/libc/arch/aarch64/atomic/atomic_or_64.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 66f5bb0d1033 -r f0e4d6df0671 common/lib/libc/arch/aarch64/atomic/atomic_or_64.S
--- a/common/lib/libc/arch/aarch64/atomic/atomic_or_64.S Fri Sep 13 07:02:22 2019 +0000
+++ b/common/lib/libc/arch/aarch64/atomic/atomic_or_64.S Tue Sep 17 19:23:23 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic_or_64.S,v 1.1 2014/08/10 05:47:35 matt Exp $ */
+/* $NetBSD: atomic_or_64.S,v 1.1.28.1 2019/09/17 19:23:23 martin Exp $ */
/*-
* Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -43,4 +43,4 @@
STRONG_ALIAS(_atomic_or_ulong_nv,_atomic_or_64_nv)
ATOMIC_OP_ALIAS(atomic_or_64_nv,_atomic_or_64_nv)
ATOMIC_OP_ALIAS(atomic_or_ulong_nv,_atomic_or_64_nv)
-STRONG_ALIAS(__sync_or_and_fetch_8,_atomic_or_64)
+STRONG_ALIAS(__sync_or_and_fetch_8,_atomic_or_64_nv)
Home |
Main Index |
Thread Index |
Old Index