History log of /openbsd-src/sys/lib/libkern/arch/arm/__aeabi_uldivmod.S (Results 1 – 1 of 1)
Revision Date Author Comments
# a33d4b18 24-Sep-2016 kettenis <kettenis@openbsd.org>

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

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@

show more ...