2009-02-26 Brooks Moses <brooks@codesourcery.com>
* libc/machine/arm/strcpy.c: Add missing comma.
This commit is contained in:
parent
4377def75b
commit
1f73aa9f82
|
@ -1,3 +1,7 @@
|
||||||
|
2009-02-26 Brooks Moses <brooks@codesourcery.com>
|
||||||
|
|
||||||
|
* libc/machine/arm/strcpy.c: Add missing comma.
|
||||||
|
|
||||||
2009-02-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2009-02-26 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* libc/machine/lm32/configure.in: Let
|
* libc/machine/lm32/configure.in: Let
|
||||||
|
|
|
@ -92,7 +92,7 @@ strcpy (char* dst, const char* src)
|
||||||
"mov r3, r4\n"
|
"mov r3, r4\n"
|
||||||
"1:\n\t"
|
"1:\n\t"
|
||||||
#ifdef __ARMEB__
|
#ifdef __ARMEB__
|
||||||
"rors r3, r3 #24\n\t"
|
"rors r3, r3, #24\n\t"
|
||||||
#endif
|
#endif
|
||||||
"strb r3, [ip], #1\n\t"
|
"strb r3, [ip], #1\n\t"
|
||||||
"tst r3, #0xff\n\t"
|
"tst r3, #0xff\n\t"
|
||||||
|
|
Loading…
Reference in New Issue