aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2015-05-31 07:31:20 +0000
committerAndrew Turner <andrew@FreeBSD.org>2015-05-31 07:31:20 +0000
commit97f8390e7d46efe752586bb3812e78ae0c277cfd (patch)
tree2fc0eff1258f085ddb89fdd43ce179bbcf8f78ba /sys/libkern
parentb35f8350c202f7c59d0eb801c2d53061e0090108 (diff)
Notes
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 9fca8f6cad86..3703195e11d3 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