Source-Changes-HG archive

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

[src/trunk]: src/regress/lib/libc/ieeefp FP exceptions work on ARM now (and s...



details:   https://anonhg.NetBSD.org/src/rev/0d98f96ec8f4
branches:  trunk
changeset: 526828:0d98f96ec8f4
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Sun May 12 13:17:52 2002 +0000

description:
FP exceptions work on ARM now (and softfloat platforms in general, I hope),
so test them.

diffstat:

 regress/lib/libc/ieeefp/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (18 lines):

diff -r 0631bfcd6a6e -r 0d98f96ec8f4 regress/lib/libc/ieeefp/Makefile
--- a/regress/lib/libc/ieeefp/Makefile  Sun May 12 13:12:45 2002 +0000
+++ b/regress/lib/libc/ieeefp/Makefile  Sun May 12 13:17:52 2002 +0000
@@ -1,12 +1,8 @@
-#      $NetBSD: Makefile,v 1.11 2002/04/21 20:22:12 bjh21 Exp $
+#      $NetBSD: Makefile,v 1.12 2002/05/12 13:17:52 bjh21 Exp $
 
 # Don't hook up testfloat just yet. (ross, 2001.3.12)
 
-SUBDIR+= infinity round
-# FP exceptions are broken on NetBSD/arm
-.if ${MACHINE_ARCH} != "arm"
-SUBDIR+= except
-.endif
+SUBDIR+= except infinity round
 .if ${MACHINE} != "vax"
 SUBDIR+= nan
 .endif



Home | Main Index | Thread Index | Old Index