Add the __aeabi_memclr8 symbol, clang 3.7 uses this.

MFC after:	1 week
Sponsored by:	ABT Systems Lts
This commit is contained in:
Andrew Turner 2015-09-21 18:35:32 +00:00
parent 67da38c51c
commit 756508c7f6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288073

View file

@ -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)