summaryrefslogtreecommitdiff
path: root/lib/libc/arm/string/strlen.S
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-01-28Remove leftover big-endian arm supportAndrew Turner
2015-09-29Annotate arm userspace assembler sources stating their tolerance toKonstantin Belousov
2015-05-31Add the needed if-then instructions to build as Thumb-2.Andrew Turner
2014-11-29Switch to the ARM unified assembly language as the clang integrated as onlyAndrew Turner
2014-08-31In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore
2005-10-03Fix a long line in copyright notice.Olivier Houchard
2005-10-03Add an asm version of strlen() for arm (how useful).Olivier Houchard