* libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with

__LITTLE_ENDIAN__.
This commit is contained in:
Joern Rennecke
2002-05-16 16:16:14 +00:00
parent ebbdc7034b
commit d7a2f413bc
2 changed files with 6 additions and 1 deletions

View File

@ -47,7 +47,7 @@ no_lddst:
add r5, r63, r4
shortstring:
#ifndef LITTLE_ENDIAN
#ifndef __LITTLE_ENDIAN__
pta/l shortstring2,tr1
byterev r4,r4
#endif