summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/xscale/memcmp.c
Commit message (Collapse)AuthorAgeFilesLines
* * libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespaceBen Elliston2003-09-051-2/+2
| | | | | after continuation characters that induces a warning from modern versions of GCC.
* 2002-04-19 Bill SiegmundJeff Johnston2002-04-201-88/+88
| | | | | | | | | | | | * libc/machine/xscale/memchr.c: Don't use multi-line strings. * libc/machine/xscale/memcmp.c: Ditto. * libc/machine/xscale/memcpy.c: Ditto. * libc/machine/xscale/memmove.c: Ditto. * libc/machine/xscale/memset.c: Ditto. * libc/machine/xscale/strchr.c: Ditto. * libc/machine/xscale/strcmp.c: Ditto. * libc/machine/xscale/strcpy.c: Ditto. * libc/machine/xscale/strlen.c: Ditto.
* Fix bug when both pointers have matching, non-word alignment, and the lengthNick Clifton2001-05-251-85/+88
| | | | | is <= 4 but more than enough to move them over a word boundary. Add comments explaining what each instruction does.
* Add missing clobber of LRNick Clifton2000-12-191-1/+1
|
* Add support for Intel's XScale processorNick Clifton2000-11-301-0/+109