From: David S. Miller Date: Thu, 4 Apr 2002 07:13:38 +0000 (-0800) Subject: crtfastmath.c (FPRS_NS): Delete bogus little-endian handling. X-Git-Tag: releases/gcc-3.3.0~5905 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b03ad99df1e05c819f9186a1ecf653906175eeeb;p=thirdparty%2Fgcc.git crtfastmath.c (FPRS_NS): Delete bogus little-endian handling. 2002-04-03 David S. Miller * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian handling. From-SVN: r51840 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7446680e97c3..19e3f44b0d2f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-04-03 David S. Miller + + * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian + handling. + 2002-04-03 John David Anglin * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move. diff --git a/gcc/config/sparc/crtfastmath.c b/gcc/config/sparc/crtfastmath.c index d0100d78ab5a..df3f907bb336 100644 --- a/gcc/config/sparc/crtfastmath.c +++ b/gcc/config/sparc/crtfastmath.c @@ -32,11 +32,7 @@ * the executable file might be covered by the GNU General Public License. */ -#if defined (__LITTLE_ENDIAN__) || defined(__LITTLE_ENDIAN_DATA__) -#define FPRS_NS (1 << 14) /* Non-Standard fpu results */ -#else #define FPRS_NS (1 << 22) /* Non-Standard fpu results */ -#endif static void __attribute__((constructor)) set_fast_math (void)