From e151146b602da5eebdee13bc72ad7a3967ae6669 Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 2 Dec 2007 15:55:09 +0000 Subject: [PATCH] Provide a _C_LABEL --- sys/arch/hppa/include/asm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/hppa/include/asm.h b/sys/arch/hppa/include/asm.h index b351e7080cc0..aac056baa33e 100644 --- a/sys/arch/hppa/include/asm.h +++ b/sys/arch/hppa/include/asm.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.8 2007/11/12 12:58:11 skrll Exp $ */ +/* $NetBSD: asm.h,v 1.9 2007/12/02 15:55:09 skrll Exp $ */ /* $OpenBSD: asm.h,v 1.12 2001/03/29 02:15:57 mickey Exp $ */ @@ -38,6 +38,8 @@ #define __CONCAT(a,b) a/**/b #endif +#define _C_LABEL(x) x + #define LEAF_ENTRY_NOPROFILE(x) !\ ! .text ! .align 4 !\ .export x, entry ! .label x ! .proc !\