freebsd-dev/lib/libc/arm/string
Andrew Turner a215cdfdb0 Switch to the ARM unified assembly language as the clang integrated as only
supports it. Binutils supports it when the ".syntax unified" directive
is set.

Sponsored by:	ABT Systems Ltd
2014-11-29 15:56:52 +00:00
..
bcopy.S
bzero.S
ffs.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
Makefile.inc
memcmp.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
memcpy_arm.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
memcpy_xscale.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
memcpy.S
memmove.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
memset.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
strcmp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00
strlen.S Switch to the ARM unified assembly language as the clang integrated as only 2014-11-29 15:56:52 +00:00
strncmp.S In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo). 2014-08-31 17:21:51 +00:00