| Index: newlib/libc/machine/arm/strcpy.c
|
| diff --git a/newlib/libc/machine/arm/strcpy.c b/newlib/libc/machine/arm/strcpy.c
|
| index 6ab3dbd7e9c5d98571410e3ea0f6d35ea25bdd8d..23f475f5a1e480b22a64f000e4ed5c35812c58d3 100644
|
| --- a/newlib/libc/machine/arm/strcpy.c
|
| +++ b/newlib/libc/machine/arm/strcpy.c
|
| @@ -142,7 +142,9 @@ strcpy (char* dst, const char* src)
|
| "tstne r2, #0xff\n\t"
|
| #else
|
| "tst r2, #0xff\n\t"
|
| +#ifndef __native_client__
|
| "itet ne\n\t"
|
| +#endif
|
| SFI_BREG (ip)
|
| "strneh r2, [ip], #2\n\t"
|
| SFI_BREG (ip)
|
|
|