Source-Changes-HG archive

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

[src/trunk]: src/common/lib/libc/arch/arm/string Add END(memcpy)



details:   https://anonhg.NetBSD.org/src/rev/3e9a9f11dfdf
branches:  trunk
changeset: 789427:3e9a9f11dfdf
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Aug 19 01:08:53 2013 +0000

description:
Add END(memcpy)

diffstat:

 common/lib/libc/arch/arm/string/memcpy_xscale.S |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r f9e2c42d3250 -r 3e9a9f11dfdf common/lib/libc/arch/arm/string/memcpy_xscale.S
--- a/common/lib/libc/arch/arm/string/memcpy_xscale.S   Mon Aug 19 01:08:29 2013 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy_xscale.S   Mon Aug 19 01:08:53 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memcpy_xscale.S,v 1.3 2013/08/11 04:56:32 matt Exp $   */
+/*     $NetBSD: memcpy_xscale.S,v 1.4 2013/08/19 01:08:53 matt Exp $   */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -1890,4 +1890,5 @@
        strh    r2, [r0, #0x09]
        strb    r1, [r0, #0x0b]
        RET
+END(memcpy)
 #endif /* !_STANDALONE */



Home | Main Index | Thread Index | Old Index