Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc64/string use _ALIGN consistently.



details:   https://anonhg.NetBSD.org/src/rev/60094e8051a8
branches:  trunk
changeset: 765393:60094e8051a8
user:      christos <christos%NetBSD.org@localhost>
date:      Wed May 25 02:11:16 2011 +0000

description:
use _ALIGN consistently.

diffstat:

 lib/libc/arch/sparc64/string/memcpy.S |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 411fbe16edf1 -r 60094e8051a8 lib/libc/arch/sparc64/string/memcpy.S
--- a/lib/libc/arch/sparc64/string/memcpy.S     Wed May 25 02:03:22 2011 +0000
+++ b/lib/libc/arch/sparc64/string/memcpy.S     Wed May 25 02:11:16 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memcpy.S,v 1.3 2011/05/24 22:39:47 christos Exp $      */
+/*     $NetBSD: memcpy.S,v 1.4 2011/05/25 02:11:16 christos Exp $      */
 
 /*
  * Copyright (c) 2001  Eduardo E. Horvath
@@ -46,7 +46,7 @@
 #include <machine/psl.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       RCSID("$NetBSD: memcpy.S,v 1.3 2011/05/24 22:39:47 christos Exp $")
+       RCSID("$NetBSD: memcpy.S,v 1.4 2011/05/25 02:11:16 christos Exp $")
 #endif  /* LIBC_SCCS and not lint */
 
 #define        EMPTY   nop
@@ -98,7 +98,6 @@
        restore
        .data
 2:     .asciz  "bcopy(%p->%p,%x)\n"
-       .align 8
        _ALIGN
        .text
 3:
@@ -733,7 +732,7 @@
        .data
 0:     .asciz  "bcopy failed: %x@%p != %x@%p byte %d\n"
 1:     .asciz  "bcopy(%p, %p, %lx)\n"
-       .align 8
+       _ALIGN
        .text
 2:     
 #endif



Home | Main Index | Thread Index | Old Index