Remove ALTENTRY(). It's dangerous and should not be used.

This commit is contained in:
mycroft 2000-12-14 20:15:26 +00:00
parent ffb377199e
commit e06ad67fa5
2 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: asm.h,v 1.18 2000/12/12 17:38:45 mycroft Exp $ */
/* $NetBSD: asm.h,v 1.19 2000/12/14 20:15:26 mycroft 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
#define RCSID(x) .text; .asciz x

View File

@ -1,4 +1,4 @@
/* $NetBSD: asm.h,v 1.18 2000/06/23 12:18:47 kleink Exp $ */
/* $NetBSD: asm.h,v 1.19 2000/12/14 20:16:36 mycroft Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -108,8 +108,6 @@
#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