Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Remove ALTENTRY(). It's dangerous and should not b...



details:   https://anonhg.NetBSD.org/src/rev/d512388c9642
branches:  trunk
changeset: 500629:d512388c9642
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Thu Dec 14 20:15:26 2000 +0000

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

diffstat:

 sys/arch/arm32/include/asm.h |  4 +---
 sys/arch/i386/include/asm.h  |  4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 2950e36e4ed6 -r d512388c9642 sys/arch/arm32/include/asm.h
--- a/sys/arch/arm32/include/asm.h      Thu Dec 14 20:03:42 2000 +0000
+++ b/sys/arch/arm32/include/asm.h      Thu Dec 14 20:15:26 2000 +0000
@@ -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
diff -r 2950e36e4ed6 -r d512388c9642 sys/arch/i386/include/asm.h
--- a/sys/arch/i386/include/asm.h       Thu Dec 14 20:03:42 2000 +0000
+++ b/sys/arch/i386/include/asm.h       Thu Dec 14 20:15:26 2000 +0000
@@ -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



Home | Main Index | Thread Index | Old Index