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/riscv/atomic Do not set CRT_ALIAS for r...



details:   https://anonhg.NetBSD.org/src/rev/212937e63a29
branches:  trunk
changeset: 338316:212937e63a29
user:      justin <justin%NetBSD.org@localhost>
date:      Mon May 18 08:24:10 2015 +0000

description:
Do not set CRT_ALIAS for rump kernel; symbols provided by toolchain

diffstat:

 common/lib/libc/arch/riscv/atomic/atomic_op_asm.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 2b943f075ffe -r 212937e63a29 common/lib/libc/arch/riscv/atomic/atomic_op_asm.h
--- a/common/lib/libc/arch/riscv/atomic/atomic_op_asm.h Mon May 18 08:07:29 2015 +0000
+++ b/common/lib/libc/arch/riscv/atomic/atomic_op_asm.h Mon May 18 08:24:10 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: atomic_op_asm.h,v 1.1 2014/09/19 17:36:24 matt Exp $   */
+/*     $NetBSD: atomic_op_asm.h,v 1.2 2015/05/18 08:24:10 justin Exp $ */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -37,9 +37,6 @@
 #if defined(_KERNEL) || defined(_STANDALONE)
 
 #define        ATOMIC_OP_ALIAS(a,s)    STRONG_ALIAS(a,s)
-#ifdef _RUMPKERNEL
-#define        CRT_ALIAS(a,s)          STRONG_ALIAS(a,s)
-#endif
 
 #else /* _KERNEL */
 



Home | Main Index | Thread Index | Old Index