History log of /openbsd-src/sys/lib/libkern/arch/arm/memset.S (Results 1 – 4 of 4)
Revision Date Author Comments
# c6b709f5 08-Jun-2015 jsg <jsg@openbsd.org>

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

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.

tested on zaurus by deraadt@, ok miod@

show more ...


# 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.