summaryrefslogtreecommitdiff
path: root/lib/libc/arm/string/strncmp.S
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
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-08-31In ARM asm code, ensure that every ENTRY(foo) has a matching END(foo).Ian Lepore
2009-06-21- Eliminate extra subcs instruction. I have not noticed before that weStanislav Sedov
2009-06-21- Fix strncmp on arm. Return 0 as result without performing theStanislav Sedov
2009-05-06revert r191633; this breaks at91 & xscale (likely all arm)Sam Leffler
2009-04-28Change the test at the beginning of strncmp(), from being if (len - 1) < 0Olivier Houchard
2004-11-09Use the RET macro.Olivier Houchard
2004-05-14Import the FreeBSD/arm libc bits.Olivier Houchard