Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/xxboot Use a correct function name in .g...



details:   https://anonhg.NetBSD.org/src/rev/1711a0d9ec44
branches:  trunk
changeset: 782722:1711a0d9ec44
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 17 15:53:21 2012 +0000

description:
Use a correct function name in .globl decl.

diffstat:

 sys/arch/x68k/stand/xxboot/boot.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r b6545a7d4032 -r 1711a0d9ec44 sys/arch/x68k/stand/xxboot/boot.S
--- a/sys/arch/x68k/stand/xxboot/boot.S Sat Nov 17 15:50:13 2012 +0000
+++ b/sys/arch/x68k/stand/xxboot/boot.S Sat Nov 17 15:53:21 2012 +0000
@@ -2,7 +2,7 @@
 | author: chapuni(webmaster%chapuni.com@localhost)
 |         ITOH Yasufumi
 |
-| $NetBSD: boot.S,v 1.2 2012/11/17 15:50:13 tsutsui Exp $
+| $NetBSD: boot.S,v 1.3 2012/11/17 15:53:21 tsutsui Exp $
 
 #include <machine/asm.h>
 #include "iocscall.h"
@@ -19,7 +19,7 @@
 
 #define BOOT_ERROR(s)  jbsr boot_error; .asciz s; .even
 
-       .globl  _C_LABEL(bootufs)
+       .globl  _C_LABEL(bootmain)
        .text
 ASENTRY_NOPROFILE(start)
 ASENTRY_NOPROFILE(top)



Home | Main Index | Thread Index | Old Index