From bbf08442c7cb765515b86a7b9ff001b5058c9edd Mon Sep 17 00:00:00 2001 From: thorpej Date: Sat, 5 Jul 1997 20:49:19 +0000 Subject: [PATCH] Define the ALTENTRY() macro here. --- sys/arch/i386/include/asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/asm.h b/sys/arch/i386/include/asm.h index 6e29c665634c..210315697d67 100644 --- a/sys/arch/i386/include/asm.h +++ b/sys/arch/i386/include/asm.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.9 1996/12/04 00:03:41 fvdl Exp $ */ +/* $NetBSD: asm.h,v 1.10 1997/07/05 20:49:19 thorpej Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -87,6 +87,8 @@ #define NENTRY(y) _ENTRY(_C_LABEL(y)) #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE +#define ALTENTRY(name) .globl _C_LABEL(name); _C_LABEL(name): + #define ASMSTR .asciz #define RCSID(x) .text; .asciz x