OSDN Git Service

* libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
authoramylaar <amylaar>
Thu, 16 May 2002 16:16:07 +0000 (16:16 +0000)
committeramylaar <amylaar>
Thu, 16 May 2002 16:16:07 +0000 (16:16 +0000)
__LITTLE_ENDIAN__.

newlib/ChangeLog
newlib/libc/machine/sh/strcpy.S

index 4fc6eaf..a19ea6d 100644 (file)
@@ -1,3 +1,8 @@
+Thu May 16 16:12:00 2002  J"orn Rennecke <joern.rennecke@superh.com>
+
+       * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
+       __LITTLE_ENDIAN__.
+
 2002-05-15  Thomas Fitzsimmons  <fitzsim@redhat.com>
 
        * testsuite/lib/newlib.exp: Add newlib_include_flags to compile
index aab4210..774f542 100644 (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