CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2015/06/08 08:22:05

Modified files:
        sys/arch/arm/arm: in_cksum_arm.S 
        sys/lib/libkern/arch/arm: memcpy.S memset.S 
        lib/libc/arch/arm/string: _memcpy.S memset.S 

Log message:
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@

Reply via email to