From: Joern Rennecke Date: Thu, 16 May 2002 16:16:14 +0000 (+0000) Subject: * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with X-Git-Tag: w32api-1_5~219 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=d7a2f413bcbb81ce667d1131523428d286ebcfb7;p=newlib-cygwin.git * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with __LITTLE_ENDIAN__. --- diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 4fc6eaf64..a19ea6d6f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +Thu May 16 16:12:00 2002 J"orn Rennecke + + * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with + __LITTLE_ENDIAN__. + 2002-05-15 Thomas Fitzsimmons * testsuite/lib/newlib.exp: Add newlib_include_flags to compile 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