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/i386/atomic/atomic.S,v rcsdiff: /ftp/cvs/cvsroot/src/common/lib/libc/arch/i386/atomic/atomic.S,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.16.2.1 diff -u -p -r1.16 -r1.16.2.1 --- src/common/lib/libc/arch/i386/atomic/atomic.S 2009/01/12 02:53:29 1.16 +++ src/common/lib/libc/arch/i386/atomic/atomic.S 2009/05/13 17:23:11 1.16.2.1 @@ -1,4 +1,4 @@ -/* $NetBSD: atomic.S,v 1.16 2009/01/12 02:53:29 pooka Exp $ */ +/* $NetBSD: atomic.S,v 1.16.2.1 2009/05/13 17:23:11 jym Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -212,7 +212,11 @@ ENTRY(_atomic_cas_cx8) popl %ebx popl %edi ret +#ifdef GPROF + .space 16, 0x90 +#else .space 32, 0x90 +#endif ENDLABEL(_atomic_cas_cx8_end) ENTRY(sse2_lfence)