History log of /openbsd/sys/lib/libkern/arch/arm/divsi3.S (Results 1 – 7 of 7)
Revision Date Author Comments
# 9593dc34 04-Sep-2024 mglocker <mglocker@openbsd.org>

Fix some spelling.

Input and ok jmc@, jsg@


# 81621933 08-Dec-2022 guenther <guenther@openbsd.org>

_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
is ELF" world. Eliminate use of them in amd64, arm64, armv7, i386,
macppc, mips64, and sparc64 code.

ok deraadt@ jca@ krw@


# e20faded 26-Oct-2017 jsg <jsg@openbsd.org>

Add aliases for __aeabi_idivmod and __aeabi_uidivmod calls clang emits.
Remainder of the division is already stored in r1 in __divsi3/__udivsi3.
ok kettenis@


# f25c95cd 22-Sep-2016 kettenis <kettenis@openbsd.org>

Add aeabi aliases.

ok guenther@, patrick@


# 7bc65dc7 30-Dec-2014 jsg <jsg@openbsd.org>

unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
This codepath was removed in the NetBSD code this is derived from back
in 2003 and was removed in Bitrig earlier this year.

unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.
This codepath was removed in the NetBSD code this is derived from back
in 2003 and was removed in Bitrig earlier this year. No binary change.

show more ...


# c449cb3a 01-Feb-2004 drahn <drahn@openbsd.org>

tag...


# 7c0511a1 01-Feb-2004 drahn <drahn@openbsd.org>

Kernel library bits for arm, from NetBSD.