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 Sort STRONG_ALIAS's in t...



details:   https://anonhg.NetBSD.org/src/rev/9a8b97c7c5f9
branches:  trunk
changeset: 449023:9a8b97c7c5f9
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Feb 19 12:51:44 2019 +0000

description:
Sort STRONG_ALIAS's in the same manner as ATOMIC_OP_ALIAS's.
No functional changes.

diffstat:

 common/lib/libc/arch/aarch64/atomic/atomic_cas_64.S |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 717cfbbd67f4 -r 9a8b97c7c5f9 common/lib/libc/arch/aarch64/atomic/atomic_cas_64.S
--- a/common/lib/libc/arch/aarch64/atomic/atomic_cas_64.S       Tue Feb 19 12:47:36 2019 +0000
+++ b/common/lib/libc/arch/aarch64/atomic/atomic_cas_64.S       Tue Feb 19 12:51:44 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: atomic_cas_64.S,v 1.2 2019/02/19 12:47:36 rin Exp $ */
+/* $NetBSD: atomic_cas_64.S,v 1.3 2019/02/19 12:51:44 rin Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
 ATOMIC_OP_ALIAS(atomic_cas_ptr_ni,_atomic_cas_64)
 STRONG_ALIAS(__sync_val_compare_and_swap_8,_atomic_cas_64)
 STRONG_ALIAS(_atomic_cas_ulong,_atomic_cas_64)
+STRONG_ALIAS(_atomic_cas_ptr,_atomic_cas_64)
 STRONG_ALIAS(_atomic_cas_64_ni,_atomic_cas_64)
+STRONG_ALIAS(_atomic_cas_ulong_ni,_atomic_cas_64)
 STRONG_ALIAS(_atomic_cas_ptr_ni,_atomic_cas_64)
-STRONG_ALIAS(_atomic_cas_ulong_ni,_atomic_cas_64)
-STRONG_ALIAS(_atomic_cas_ptr,_atomic_cas_64)



Home | Main Index | Thread Index | Old Index