Source-Changes-HG archive

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

[src/netbsd-7]: src/common/lib/libc/arch/arm/string Pull up following revisio...



details:   https://anonhg.NetBSD.org/src/rev/f736dd6483d9
branches:  netbsd-7
changeset: 799435:f736dd6483d9
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jun 10 20:57:22 2015 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #834):
        common/lib/libc/arch/arm/string/memcpy.S: revision 1.8
Add ARM EABI aliases for aligned arguments.

diffstat:

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

diffs (16 lines):

diff -r 7a1608562f46 -r f736dd6483d9 common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S  Wed Jun 10 17:21:06 2015 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S  Wed Jun 10 20:57:22 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memcpy.S,v 1.6 2013/12/02 21:21:33 joerg Exp $ */
+/*     $NetBSD: memcpy.S,v 1.6.4.1 2015/06/10 20:57:22 snj Exp $       */
 
 #include <arm/cdefs.h>
 
@@ -10,4 +10,6 @@
 
 #if defined(__ARM_EABI__)
 STRONG_ALIAS(__aeabi_memcpy, memcpy)
+STRONG_ALIAS(__aeabi_memcpy4, memcpy)
+STRONG_ALIAS(__aeabi_memcpy8, memcpy)
 #endif



Home | Main Index | Thread Index | Old Index