Rework ALTENTRY a bit.

This commit is contained in:
matt 2000-07-03 04:24:56 +00:00
parent 959b8d8a1e
commit 4f1fa84a93

View File

@ -1,4 +1,4 @@
/* $NetBSD: asm.h,v 1.12 2000/07/01 06:42:06 matt Exp $ */
/* $NetBSD: asm.h,v 1.13 2000/07/03 04:24:56 matt Exp $ */
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
@ -98,7 +98,7 @@
#define NENTRY(x, regs) _ENTRY(_C_LABEL(x), regs)
#define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE
#define ALTENTRY(x) .globl _C_LABEL(x); _C_LABEL(x):
#define ALTENTRY(x) .text; _ALIGN_TEXT; .globl _C_LABEL(x); _C_LABEL(x):
#define RCSID(x) .text; .asciz x
#define WEAK_ALIAS(alias,sym) \