]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
crtfastmath.c (FPRS_NS): Delete bogus little-endian handling.
authorDavid S. Miller <davem@redhat.com>
Thu, 4 Apr 2002 07:13:38 +0000 (23:13 -0800)
committerDavid S. Miller <davem@gcc.gnu.org>
Thu, 4 Apr 2002 07:13:38 +0000 (23:13 -0800)
2002-04-03  David S. Miller  <davem@redhat.com>

* config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
handling.

From-SVN: r51840

gcc/ChangeLog
gcc/config/sparc/crtfastmath.c

index 7446680e97c37032a52cc92a301aa68f725c3bc9..19e3f44b0d2f9720895d6397baa3702c94299844 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-03  David S. Miller  <davem@redhat.com>
+
+       * config/sparc/crtfastmath.c (FPRS_NS): Delete bogus little-endian
+       handling.
+
 2002-04-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * pa-linux.h (INCOMING_RETURN_ADDR_RTX): Move.
index d0100d78ab5aa51dcfc0211bf09d762d8e2a60bd..df3f907bb3364dd2af4fab1230d52d37d40a9573 100644 (file)
  *    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)