Add the __aeabi_memclr8 symbol, clang 3.7 uses this.
MFC after: 1 week Sponsored by: ABT Systems Lts
This commit is contained in:
parent
55131af85e
commit
f62b818736
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user