diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-05-16 16:16:14 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2002-05-16 16:16:14 +0000 |
commit | d7a2f413bcbb81ce667d1131523428d286ebcfb7 (patch) | |
tree | 9428751811d46374d87b97468ce46dcb60b7f7fb /newlib/libc/machine/sh/strcpy.S | |
parent | ebbdc7034b5251f379ff7959adb5bd65f592ebd2 (diff) | |
download | cygnal-d7a2f413bcbb81ce667d1131523428d286ebcfb7.tar.gz cygnal-d7a2f413bcbb81ce667d1131523428d286ebcfb7.tar.bz2 cygnal-d7a2f413bcbb81ce667d1131523428d286ebcfb7.zip |
* libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
__LITTLE_ENDIAN__.
Diffstat (limited to 'newlib/libc/machine/sh/strcpy.S')
-rw-r--r-- | newlib/libc/machine/sh/strcpy.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/sh/strcpy.S b/newlib/libc/machine/sh/strcpy.S index aab421007..774f542c6 100644 --- a/newlib/libc/machine/sh/strcpy.S +++ b/newlib/libc/machine/sh/strcpy.S @@ -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 |