summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-09-21 18:35:32 +0000
committerandrew <andrew@FreeBSD.org>2015-09-21 18:35:32 +0000
commitf62b818736d2cb86db1d24a3a82dd6ec8154084e (patch)
treec11712c7b1d74940a7823206495cb2e7114fd2be /sys/libkern
parent55131af85e152e507391e508ea95c6a3acd2d905 (diff)
downloadFreeBSD-src-f62b818736d2cb86db1d24a3a82dd6ec8154084e.zip
FreeBSD-src-f62b818736d2cb86db1d24a3a82dd6ec8154084e.tar.gz
Add the __aeabi_memclr8 symbol, clang 3.7 uses this.
MFC after: 1 week Sponsored by: ABT Systems Lts
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/arm/memclr.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/libkern/arm/memclr.S b/sys/libkern/arm/memclr.S
index b86b558..2883d3f 100644
--- a/sys/libkern/arm/memclr.S
+++ b/sys/libkern/arm/memclr.S
@@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$");
* void bzero(dest, len)
*/
ENTRY_NP(__aeabi_memclr4)
+EENTRY_NP(__aeabi_memclr8)
b bzero
+EEND(__aeabi_memclr8)
END(__aeabi_memclr4)
OpenPOWER on IntegriCloud