summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-05-31 07:31:20 +0000
committerandrew <andrew@FreeBSD.org>2015-05-31 07:31:20 +0000
commita20d17917f135d48373e2b4d4d17dadd06ba3098 (patch)
tree2fc0eff1258f085ddb89fdd43ce179bbcf8f78ba /sys/libkern
parent8dbe499117e8e6f9e292739e4be9e89b6ce154af (diff)
downloadFreeBSD-src-a20d17917f135d48373e2b4d4d17dadd06ba3098.zip
FreeBSD-src-a20d17917f135d48373e2b4d4d17dadd06ba3098.tar.gz
Add more __aeabi_memcpy functions, later versions of clang generate calls
to these functions.
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/arm/memcpy.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/libkern/arm/memcpy.S b/sys/libkern/arm/memcpy.S
index 9fca8f6..3703195 100644
--- a/sys/libkern/arm/memcpy.S
+++ b/sys/libkern/arm/memcpy.S
@@ -31,7 +31,11 @@ __FBSDID("$FreeBSD$");
#ifdef __ARM_EABI__
ENTRY_NP(__aeabi_memcpy)
+EENTRY_NP(__aeabi_memcpy4)
+EENTRY_NP(__aeabi_memcpy8)
b memcpy
+EEND(__aeabi_memcpy8)
+EEND(__aeabi_memcpy4)
END(__aeabi_memcpy)
#endif
OpenPOWER on IntegriCloud