Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm26/include Pull across arm32 rev 1.19:



details:   https://anonhg.NetBSD.org/src/rev/8a04f6fa0e40
branches:  trunk
changeset: 500640:8a04f6fa0e40
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Thu Dec 14 20:50:56 2000 +0000

description:
Pull across arm32 rev 1.19:
Remove ALTENTRY().  It's dangerous and should not be used.

diffstat:

 sys/arch/arm26/include/asm.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 6fed82ae2b70 -r 8a04f6fa0e40 sys/arch/arm26/include/asm.h
--- a/sys/arch/arm26/include/asm.h      Thu Dec 14 20:47:26 2000 +0000
+++ b/sys/arch/arm26/include/asm.h      Thu Dec 14 20:50:56 2000 +0000
@@ -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__



Home | Main Index | Thread Index | Old Index