Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libm Remove stale comment about ARM fenv support.



details:   https://anonhg.NetBSD.org/src/rev/3ec765207fa1
branches:  trunk
changeset: 335677:3ec765207fa1
user:      snj <snj%NetBSD.org@localhost>
date:      Tue Jan 20 20:43:10 2015 +0000

description:
Remove stale comment about ARM fenv support.

diffstat:

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

diffs (15 lines):

diff -r a3199ee36942 -r 3ec765207fa1 tests/lib/libm/Makefile
--- a/tests/lib/libm/Makefile   Tue Jan 20 18:31:24 2015 +0000
+++ b/tests/lib/libm/Makefile   Tue Jan 20 20:43:10 2015 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.31 2015/01/03 14:23:53 gson Exp $
+# $NetBSD: Makefile,v 1.32 2015/01/20 20:43:10 snj Exp $
 
 .include <bsd.own.mk>
 
 TESTSDIR=      ${TESTSBASE}/lib/libm
 
-# ARM fenv is incomplete, so we can not enable that here
 .if ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" \
     || ${MACHINE_ARCH} == "hppa" \
     || ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \



Home | Main Index | Thread Index | Old Index