From d7a2f413bcbb81ce667d1131523428d286ebcfb7 Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Thu, 16 May 2002 16:16:14 +0000 Subject: * libc/machine/sh/strcpy.S (strcpy): Replace LITTLE_ENDIAN with __LITTLE_ENDIAN__. --- newlib/libc/machine/sh/strcpy.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') 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 -- cgit v1.2.3