Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/dreamcast Dropped the leading underscore ...



details:   https://anonhg.NetBSD.org/src/rev/b4d7130c3ea1
branches:  trunk
changeset: 504412:b4d7130c3ea1
user:      marcus <marcus%NetBSD.org@localhost>
date:      Thu Mar 01 23:35:20 2001 +0000

description:
Dropped the leading underscore on _etext and _end, due to move to ELF.

diffstat:

 sys/arch/dreamcast/dreamcast/locore.s |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 5d92a520b582 -r b4d7130c3ea1 sys/arch/dreamcast/dreamcast/locore.s
--- a/sys/arch/dreamcast/dreamcast/locore.s     Thu Mar 01 23:34:08 2001 +0000
+++ b/sys/arch/dreamcast/dreamcast/locore.s     Thu Mar 01 23:35:20 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.6 2001/02/14 17:57:31 msaitoh Exp $       */
+/*     $NetBSD: locore.s,v 1.7 2001/03/01 23:35:20 marcus Exp $        */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -412,8 +412,8 @@
 XLInitializeBsc:.long  _C_LABEL(InitializeBsc)
 #endif
 ___start:      .long   start
-___etext:      .long   _etext
-___end:                .long   _end
+___etext:      .long   etext
+___end:                .long   end
 XLtmpstk:      .long   INIT_STACK
 _KERNBASE:     .long   KERNBASE
 _C_LABEL(ram_start):   .long   IOM_RAM_BEGIN



Home | Main Index | Thread Index | Old Index