tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
lib
/
libkern
/
arch
/
arm
/
at
jcs
8 files
__aeabi_ldivmod.S
Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang generates calls to these functions when compiling an armv7 kernel.
9 years ago
__aeabi_uldivmod.S
Add an implementation of __aeabi_ldivmode() and __aeabi_uldivmod(); clang generates calls to these functions when compiling an armv7 kernel.
9 years ago
bcopy.S
_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.
3 years ago
bzero.S
_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.
3 years ago
divsi3.S
Fix some spelling.
2 years ago
memcpy.S
At some point arm moved to a unified syntax for arm and thumb instructions. While binutils supports both "unified" and "divided" syntax (defaulting to divided) the integrated assembler in clang only supports unified names so switch some files to unified syntax. Similiar changes were made in bitrig and freebsd. No difference in objdump -d output.
10 years ago
memmove.S
spelling; ok mglocker@
2 years ago
memset.S
At some point arm moved to a unified syntax for arm and thumb instructions. While binutils supports both "unified" and "divided" syntax (defaulting to divided) the integrated assembler in clang only supports unified names so switch some files to unified syntax. Similiar changes were made in bitrig and freebsd. No difference in objdump -d output.
10 years ago