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 ARM EABI aliases for ali...



details:   https://anonhg.NetBSD.org/src/rev/465549416cd1
branches:  trunk
changeset: 338769:465549416cd1
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Jun 07 11:41:59 2015 +0000

description:
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 6babf42eb28f -r 465549416cd1 common/lib/libc/arch/arm/string/memcpy.S
--- a/common/lib/libc/arch/arm/string/memcpy.S  Sun Jun 07 08:03:10 2015 +0000
+++ b/common/lib/libc/arch/arm/string/memcpy.S  Sun Jun 07 11:41:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: memcpy.S,v 1.7 2015/03/26 13:34:51 justin Exp $        */
+/*     $NetBSD: memcpy.S,v 1.8 2015/06/07 11:41:59 joerg Exp $ */
 
 #include <arm/cdefs.h>
 
@@ -10,4 +10,6 @@
 
 #if defined(__ARM_EABI__) && !defined(_RUMPKERNEL)
 STRONG_ALIAS(__aeabi_memcpy, memcpy)
+STRONG_ALIAS(__aeabi_memcpy4, memcpy)
+STRONG_ALIAS(__aeabi_memcpy8, memcpy)
 #endif



Home | Main Index | Thread Index | Old Index