Pull across arm32 rev 1.19:

Remove ALTENTRY().  It's dangerous and should not be used.
This commit is contained in:
bjh21 2000-12-14 20:50:56 +00:00
parent 148c9ed7ee
commit 395a883e48

View File

@ -1,4 +1,4 @@
/* $NetBSD: asm.h,v 1.4 2000/12/14 20:26:42 bjh21 Exp $ */
/* $NetBSD: asm.h,v 1.5 2000/12/14 20:50:56 bjh21 Exp $ */
/*
* Copyright (c) 1990 The Regents of the University of California.
@ -87,8 +87,6 @@
#define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
#define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y))
#define ALTENTRY(name) .globl _C_LABEL(name); _C_LABEL(name):
#define ASMSTR .asciz
#ifdef __ELF__