Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2002-05-16 20:16:14 +0400
committerJoern Rennecke <joern.rennecke@embecosm.com>2002-05-16 20:16:14 +0400
commitd7a2f413bcbb81ce667d1131523428d286ebcfb7 (patch)
tree9428751811d46374d87b97468ce46dcb60b7f7fb
parentebbdc7034b5251f379ff7959adb5bd65f592ebd2 (diff)
* libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with
__LITTLE_ENDIAN__.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/machine/sh/strcpy.S2
2 files changed, 6 insertions, 1 deletions
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 <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
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