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/aarch64/atomic __sync_or_and_fetch_8 sh...



details:   https://anonhg.NetBSD.org/src/rev/cdd843679644
branches:  trunk
changeset: 459534:cdd843679644
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Sep 15 11:14:15 2019 +0000

description:
__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 f8a0a869f9d1 -r cdd843679644 common/lib/libc/arch/aarch64/atomic/atomic_or_64.S
--- a/common/lib/libc/arch/aarch64/atomic/atomic_or_64.S        Sun Sep 15 09:24:38 2019 +0000
+++ b/common/lib/libc/arch/aarch64/atomic/atomic_or_64.S        Sun Sep 15 11:14:15 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.2 2019/09/15 11:14:15 skrll 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