From 935764b9b12d1315dda7f35063277d2da4bf79d5 Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 16 Jul 2004 04:56:30 +0000 Subject: [PATCH] catch up with darwin new functions --- sys/arch/i386/i386/darwin_commpage_machdep.S | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/i386/darwin_commpage_machdep.S b/sys/arch/i386/i386/darwin_commpage_machdep.S index c6da57ea9aff..47e0f156a11c 100644 --- a/sys/arch/i386/i386/darwin_commpage_machdep.S +++ b/sys/arch/i386/i386/darwin_commpage_machdep.S @@ -1,4 +1,4 @@ -/* $NetBSD: darwin_commpage_machdep.S,v 1.2 2004/07/08 11:46:55 christos Exp $ */ +/* $NetBSD: darwin_commpage_machdep.S,v 1.3 2004/07/16 04:56:30 christos Exp $ */ /*- * Copyright (c) 2004 The NetBSD Foundation, Inc. @@ -116,3 +116,15 @@ _C_LABEL(darwin_commpage_spinlock_relinquish): .long 0x0 .globl _C_LABEL(darwin_commpage_spinlock_relinquish_size) _C_LABEL(darwin_commpage_spinlock_relinquish_size) = .-_C_LABEL(darwin_commpage_spinlock_relinquish) + + .globl _C_LABEL(darwin_commpage_pthread_getspecific) +_C_LABEL(darwin_commpage_pthread_getspecific): + .long 0x0 + .globl _C_LABEL(darwin_commpage_pthread_getspecific_size) +_C_LABEL(darwin_commpage_pthread_getspecific_size) = .-_C_LABEL(darwin_commpage_pthread_getspecific) + + .globl _C_LABEL(darwin_commpage_bcopy) +_C_LABEL(darwin_commpage_bcopy): + .long 0x0 + .globl _C_LABEL(darwin_commpage_bcopy_size) +_C_LABEL(darwin_commpage_bcopy_size) = .-_C_LABEL(darwin_commpage_bcopy)