Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/stand/sboot Declare `start' in addition to ...



details:   https://anonhg.NetBSD.org/src/rev/2eb3f9f385ca
branches:  trunk
changeset: 500077:2eb3f9f385ca
user:      scw <scw%NetBSD.org@localhost>
date:      Mon Dec 04 20:31:16 2000 +0000

description:
Declare `start' in addition to `_start'.

diffstat:

 sys/arch/mvme68k/stand/sboot/start.s |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 84bc1c722f51 -r 2eb3f9f385ca sys/arch/mvme68k/stand/sboot/start.s
--- a/sys/arch/mvme68k/stand/sboot/start.s      Mon Dec 04 20:29:34 2000 +0000
+++ b/sys/arch/mvme68k/stand/sboot/start.s      Mon Dec 04 20:31:16 2000 +0000
@@ -1,5 +1,5 @@
 /*
- * $NetBSD: start.s,v 1.6 2000/11/30 22:26:27 scw Exp $
+ * $NetBSD: start.s,v 1.7 2000/12/04 20:31:16 scw Exp $
  *
  * Copyright (c) 1995 Charles D. Cranor
  * All rights reserved.
@@ -36,6 +36,7 @@
 #include <m68k/asm.h>
 
        .text
+ASENTRY_NOPROFILE(_start)
 ASENTRY_NOPROFILE(start)
        movb    #0,_C_LABEL(reboot)
        jra     Ldoit



Home | Main Index | Thread Index | Old Index