Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Comment out the ieee fp flags for alpha for now - something ...



details:   https://anonhg.NetBSD.org/src/rev/994cc16f05aa
branches:  trunk
changeset: 795841:994cc16f05aa
user:      martin <martin%NetBSD.org@localhost>
date:      Mon May 05 18:08:32 2014 +0000

description:
Comment out the ieee fp flags for alpha for now - something (tm) is not
working right, see PR port-alpha/48782.

diffstat:

 lib/libm/Makefile       |  4 ++--
 tests/lib/libm/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 8e1a7ff4f3d4 -r 994cc16f05aa lib/libm/Makefile
--- a/lib/libm/Makefile Mon May 05 17:45:24 2014 +0000
+++ b/lib/libm/Makefile Mon May 05 18:08:32 2014 +0000
@@ -1,4 +1,4 @@
-#  $NetBSD: Makefile,v 1.157 2014/04/28 08:47:43 martin Exp $
+#  $NetBSD: Makefile,v 1.158 2014/05/05 18:08:32 martin Exp $
 #
 #  @(#)Makefile 5.1beta 93/09/24
 #
@@ -53,7 +53,7 @@
 .if (${MACHINE_ARCH} == "alpha")
 .PATH: ${.CURDIR}/arch/alpha
 ARCH_SRCS = s_copysign.S s_copysignf.S lrint.S
-COPTS+=        -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
+# COPTS+=      -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
 .elif (${MACHINE_CPU} == "arm")
 .PATH: ${.CURDIR}/arch/arm
 COMMON_SRCS+= fenv.c s_nexttowardf.c \
diff -r 8e1a7ff4f3d4 -r 994cc16f05aa tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Mon May 05 17:45:24 2014 +0000
+++ b/tests/lib/libm/Makefile   Mon May 05 18:08:32 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2014/04/28 08:46:35 martin Exp $
+# $NetBSD: Makefile,v 1.23 2014/05/05 18:08:33 martin Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,7 @@
 .endif
 
 .if ${MACHINE} == "alpha"
-COPTS+=        -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
+# COPTS+=      -mfloat-ieee -mieee-with-inexact -mfp-trap-mode=sui -mtrap-precision=i
 .endif
 
 TESTS_C+=      t_acos



Home | Main Index | Thread Index | Old Index