Ben Elliston
|
0a8fd4dc31
|
* libc/machine/xscale/memcmp.c (memcmp): Strip trailing whitespace
after continuation characters that induces a warning from modern
versions of GCC.
|
2003-09-05 00:45:54 +00:00 |
Jeff Johnston
|
59be22909b
|
2002-04-19 Bill Siegmund
* 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.
|
2002-04-20 00:29:51 +00:00 |
Nick Clifton
|
2ce884182c
|
Fix bug when both pointers have matching, non-word alignment, and the length
is <= 4 but more than enough to move them over a word boundary.
Add comments explaining what each instruction does.
|
2001-05-25 21:17:06 +00:00 |
Nick Clifton
|
6286746a16
|
Add missing clobber of LR
|
2000-12-19 20:37:18 +00:00 |
Nick Clifton
|
0ffc3b94a0
|
Add support for Intel's XScale processor
|
2000-11-30 01:57:27 +00:00 |