]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Promote a math test for sNaN handling to the top-level.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 28 Feb 2013 21:38:23 +0000 (22:38 +0100)
committerThomas Schwinge <thomas@codesourcery.com>
Fri, 15 Mar 2013 18:12:10 +0000 (19:12 +0100)
ChangeLog
math/Makefile
math/test-snan.c [moved from sysdeps/powerpc/fpu/test-powerpc-snan.c with 100% similarity]
sysdeps/powerpc/fpu/Makefile

index 6f751d46070f3d5320d14d9eb1cbedf599d28675..d445e604d82f4b36a2ae2ce3fc7a530cf34d9993 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
+       math/test-snan.c.
+       * math/test-snan.c: Renamed from
+       sysdeps/powerpc/fpu/test-powerpc-snan.c.
+       * math/Makefile (tests): Add test-snan.
+       * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
+       test-powerpc-snan.
+
        * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
        SUFFIX.  Initialize qNaN_var with __builtin_nan family of
        functions.
index 72cf3389f5f956fb6788f410b4e736ff7cff9ef8..e216dfb96ac83c09b52ca86749a2e4d8f31b363a 100644 (file)
@@ -88,7 +88,7 @@ long-c-yes = $(calls:=l)
 tests = test-matherr test-fenv atest-exp atest-sincos atest-exp2 basic-test \
        test-misc test-fpucw tst-definitions test-tgmath test-tgmath-ret \
        bug-nextafter bug-nexttoward bug-tgmath1 test-tgmath-int \
-       test-tgmath2 test-powl tst-CMPLX tst-CMPLX2
+       test-tgmath2 test-powl tst-CMPLX tst-CMPLX2 test-snan
 # We do the `long double' tests only if this data type is available and
 # distinct from `double'.
 test-longdouble-yes = test-ldouble test-ildoubl
index ffacf1a754a1893d3303949f56392edbedeab237..fda59f9fa44dbbf5bd927adc39aff1cf5ed5cd5f 100644 (file)
@@ -1,6 +1,5 @@
 ifeq ($(subdir),math)
 libm-support += fenv_const fe_nomask fe_mask t_sqrt
-libm-tests += test-powerpc-snan
 
 # libm needs ld.so to access dl_hwcap
 $(objpfx)libm.so: $(elfobjdir)/ld.so