CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/24 06:32:30
Modified files:
sys/arch/arm/conf: files.arm
Added files:
sys/lib/libkern/arch/arm: __aeabi_ldivmod.S __aeabi_uldivmod.S
Log message:
Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang
generates calls to these functions when compiling an armv7 kernel.
Code from NetBSD's unified userland+kernel implementation, with lots of
irrelevant (for us) #ifdefs removed.
ok patrick@, guenther@
