Module Name:    src
Committed By:   tsutsui
Date:           Sat Nov 17 15:53:21 UTC 2012

Modified Files:
        src/sys/arch/x68k/stand/xxboot: boot.S

Log Message:
Use a correct function name in .globl decl.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x68k/stand/xxboot/boot.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/x68k/stand/xxboot/boot.S
diff -u src/sys/arch/x68k/stand/xxboot/boot.S:1.2 src/sys/arch/x68k/stand/xxboot/boot.S:1.3
--- src/sys/arch/x68k/stand/xxboot/boot.S:1.2	Sat Nov 17 15:50:13 2012
+++ src/sys/arch/x68k/stand/xxboot/boot.S	Sat Nov 17 15:53:21 2012
@@ -2,7 +2,7 @@
 | author: chapuni(webmas...@chapuni.com)
 |         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)

Reply via email to