Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand/gzboot align md_root_loadaddr to word ...



details:   https://anonhg.NetBSD.org/src/rev/9471642f43e1
branches:  trunk
changeset: 574268:9471642f43e1
user:      bsh <bsh%NetBSD.org@localhost>
date:      Sat Feb 26 10:45:29 2005 +0000

description:
align md_root_loadaddr to word boundary.

diffstat:

 sys/arch/evbarm/stand/gzboot/image.S |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 14e52218229c -r 9471642f43e1 sys/arch/evbarm/stand/gzboot/image.S
--- a/sys/arch/evbarm/stand/gzboot/image.S      Sat Feb 26 10:30:56 2005 +0000
+++ b/sys/arch/evbarm/stand/gzboot/image.S      Sat Feb 26 10:45:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: image.S,v 1.2 2003/04/29 05:01:34 thorpej Exp $        */
+/*     $NetBSD: image.S,v 1.3 2005/02/26 10:45:29 bsh Exp $    */
 
 /*
  * Copyright (c) 2002 Wasabi Systems, Inc.
@@ -39,6 +39,8 @@
 
        .section .image,"a",%progbits
 
+       .balign 4
+
        .global _C_LABEL(md_root_loadaddr)
 _C_LABEL(md_root_loadaddr):
        .word   LOADADDR



Home | Main Index | Thread Index | Old Index