Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/common/lib/libc/arch/alpha/atomic/atomic_inc.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/alpha/atomic/atomic_inc.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2.8.2 retrieving revision 1.3 diff -u -p -r1.2.8.2 -r1.3 --- src/common/lib/libc/arch/alpha/atomic/atomic_inc.S 2008/06/04 02:02:57 1.2.8.2 +++ src/common/lib/libc/arch/alpha/atomic/atomic_inc.S 2008/04/28 20:22:51 1.3 @@ -1,4 +1,4 @@ -/* $NetBSD: atomic_inc.S,v 1.2.8.2 2008/06/04 02:02:57 yamt Exp $ */ +/* $NetBSD: atomic_inc.S,v 1.3 2008/04/28 20:22:51 martin Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -33,7 +33,7 @@ .text -LEAF(_atomic_inc_32, 1) +LEAF_NOPROFILE(_atomic_inc_32, 1) 1: ldl_l t1, 0(a0) addl t1, 1, t2 stl_c t2, 0(a0) @@ -45,7 +45,7 @@ ATOMIC_OP_ALIAS(atomic_inc_32,_atomic_in ATOMIC_OP_ALIAS(atomic_inc_uint,_atomic_inc_32) STRONG_ALIAS(_atomic_inc_uint,_atomic_inc_32) -LEAF(_atomic_inc_32_nv, 1) +LEAF_NOPROFILE(_atomic_inc_32_nv, 1) 1: ldl_l t1, 0(a0) addl t1, 1, t2 mov t2, v0 @@ -58,7 +58,7 @@ ATOMIC_OP_ALIAS(atomic_inc_32_nv,_atomic ATOMIC_OP_ALIAS(atomic_inc_uint_nv,_atomic_inc_32_nv) STRONG_ALIAS(_atomic_inc_uint_nv,_atomic_inc_32_nv) -LEAF(_atomic_inc_64, 1) +LEAF_NOPROFILE(_atomic_inc_64, 1) 1: ldq_l t1, 0(a0) addq t1, 1, t2 stq_c t2, 0(a0) @@ -72,7 +72,7 @@ STRONG_ALIAS(_atomic_inc_ulong,_atomic_i ATOMIC_OP_ALIAS(atomic_inc_ptr,_atomic_inc_64) STRONG_ALIAS(_atomic_inc_ptr,_atomic_inc_64) -LEAF(_atomic_inc_64_nv, 1) +LEAF_NOPROFILE(_atomic_inc_64_nv, 1) 1: ldq_l t1, 0(a0) addq t1, 1, t2 mov t2, v0