summaryrefslogtreecommitdiff
path: root/libc/string/arm/strncmp.S
AgeCommit message (Collapse)Author
2006-05-30Qunying Pan writes: Make strncmp weak hidden to fix link failures in ↵Mike Frysinger
building gdb and binutils statically
2006-01-31Khem Raj says:Mike Frysinger
add support for using BX instruction for THUMB aware architectures
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger
missing headers, other jump relocs removed
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases ↵Peter S. Mazinger
where the non-hidden version was used.
2005-11-11Add hidden versions, add missing .sizePeter S. Mazinger
2005-09-16make sure we treat count as size_t, not ssize_t ... fixes with help from khemMike Frysinger
2005-09-16syntax/whitespace touchupsMike Frysinger
2003-11-20Add an initial set of arm optimized string functions. TheseEric Andersen
do seem to make noticable speed improvement... -Erik