Provide a _C_LABEL

This commit is contained in:
skrll 2007-12-02 15:55:09 +00:00
parent 208085366c
commit e151146b60
1 changed files with 3 additions and 1 deletions

View File

@ -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 !\