]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename module float to float-h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:14:08 +0000 (23:14 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Dec 2024 22:14:08 +0000 (23:14 +0100)
* modules/float-h: Renamed from modules/float.
* modules/float-h-tests: Renamed from modules/float-tests.
* modules/float-h-c++-tests: Renamed from modules/float-c++-tests.
* tests/test-float-h.c: Renamed from tests/test-float.c.
* tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc.
* tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc.
* doc/posix-headers/float.texi: Update.
* modules/* (Depends-on): Update.
* modules/float: New file.

173 files changed:
ChangeLog
doc/posix-headers/float.texi
modules/c-strtod-tests
modules/c-strtof-tests
modules/c-strtold-tests
modules/cbrt-ieee-tests
modules/cbrtf-ieee-tests
modules/cbrtl-ieee-tests
modules/cbrtl-tests
modules/ceil
modules/ceil-ieee-tests
modules/ceil-tests
modules/ceilf
modules/ceilf-ieee-tests
modules/ceilf-tests
modules/ceill
modules/ceill-ieee-tests
modules/ceill-tests
modules/copysignl-tests
modules/cosl
modules/exp-ieee-tests
modules/exp2-ieee-tests
modules/exp2f-ieee-tests
modules/exp2l
modules/exp2l-ieee-tests
modules/exp2l-tests
modules/expf-ieee-tests
modules/expl
modules/expl-ieee-tests
modules/expl-tests
modules/expm1-ieee-tests
modules/expm1f-ieee-tests
modules/expm1l
modules/expm1l-ieee-tests
modules/fabs-ieee-tests
modules/fabsf-ieee-tests
modules/fabsl-ieee-tests
modules/float
modules/float-c++-tests [deleted file]
modules/float-h [new file with mode: 0644]
modules/float-h-c++-tests [new file with mode: 0644]
modules/float-h-tests [moved from modules/float-tests with 56% similarity]
modules/floor
modules/floor-ieee-tests
modules/floor-tests
modules/floorf
modules/floorf-ieee-tests
modules/floorf-tests
modules/floorl
modules/floorl-ieee-tests
modules/floorl-tests
modules/fma
modules/fma-tests
modules/fmaf
modules/fmaf-tests
modules/fmal
modules/fmal-tests
modules/fmod-ieee-tests
modules/fmodf-ieee-tests
modules/fmodl
modules/fmodl-ieee-tests
modules/fmodl-tests
modules/frexp-ieee-tests
modules/frexpf-ieee-tests
modules/frexpl-ieee-tests
modules/frexpl-tests
modules/getpayload
modules/getpayloadf
modules/getpayloadl
modules/hypot-ieee-tests
modules/hypotf-ieee-tests
modules/hypotl-ieee-tests
modules/hypotl-tests
modules/integer_length
modules/isfinite-tests
modules/isinf
modules/isinf-tests
modules/isnan-tests
modules/isnanl
modules/isnanl-nolibm
modules/isnanl-nolibm-tests
modules/isnanl-tests
modules/ldexp-ieee-tests
modules/ldexp-tests
modules/ldexpf-ieee-tests
modules/ldexpf-tests
modules/ldexpl-ieee-tests
modules/ldexpl-tests
modules/log-ieee-tests
modules/log10-ieee-tests
modules/log10f-ieee-tests
modules/log10l
modules/log10l-ieee-tests
modules/log1p-ieee-tests
modules/log1pf-ieee-tests
modules/log1pl-ieee-tests
modules/log1pl-tests
modules/log2-ieee-tests
modules/log2f-ieee-tests
modules/log2l-ieee-tests
modules/log2l-tests
modules/logb-ieee-tests
modules/logbf-ieee-tests
modules/logbl-ieee-tests
modules/logf-ieee-tests
modules/logl-ieee-tests
modules/logl-tests
modules/logp1l-tests
modules/math
modules/modf-ieee-tests
modules/modff-ieee-tests
modules/modfl-ieee-tests
modules/modfl-tests
modules/printf-frexpl
modules/remainder-ieee-tests
modules/remainderf-ieee-tests
modules/remainderl
modules/remainderl-ieee-tests
modules/remainderl-tests
modules/rint-ieee-tests
modules/rintf-ieee-tests
modules/rintl-ieee-tests
modules/rintl-tests
modules/round
modules/round-ieee-tests
modules/roundf
modules/roundf-ieee-tests
modules/roundl
modules/roundl-ieee-tests
modules/roundl-tests
modules/setpayload
modules/setpayloadf
modules/setpayloadl
modules/setpayloadsig
modules/setpayloadsigf
modules/setpayloadsigl
modules/signbit
modules/signbit-tests
modules/sinl
modules/snprintf-posix-tests
modules/sprintf-posix-tests
modules/sqrt-ieee-tests
modules/sqrtf-ieee-tests
modules/sqrtl
modules/sqrtl-ieee-tests
modules/sqrtl-tests
modules/strtod-tests
modules/strtof-tests
modules/strtold-tests
modules/tanl
modules/totalorderl
modules/totalordermagl
modules/trunc
modules/trunc-ieee-tests
modules/trunc-tests
modules/truncf
modules/truncf-ieee-tests
modules/truncf-tests
modules/truncl
modules/truncl-ieee-tests
modules/truncl-tests
modules/vasnprintf
modules/vasnprintf-posix-tests
modules/vasnwprintf
modules/vasnwprintf-posix-tests
modules/vasprintf-posix-tests
modules/vsnprintf-posix-tests
modules/vsprintf-posix-tests
modules/xstrtod-tests
modules/xstrtold-tests
tests/test-float-h-c++.cc [moved from tests/test-float-c++.cc with 100% similarity]
tests/test-float-h-c++2.cc [moved from tests/test-float-c++2.cc with 100% similarity]
tests/test-float-h.c [moved from tests/test-float.c with 100% similarity]

index 309b6ce3f8f62be79c10eabe37fa395073b46955..de2bca82e344eb5080ab436b718adf1d03cd963b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2024-12-27  Bruno Haible  <bruno@clisp.org>
+
+       Rename module float to float-h.
+       * modules/float-h: Renamed from modules/float.
+       * modules/float-h-tests: Renamed from modules/float-tests.
+       * modules/float-h-c++-tests: Renamed from modules/float-c++-tests.
+       * tests/test-float-h.c: Renamed from tests/test-float.c.
+       * tests/test-float-h-c++.cc: Renamed from tests/test-float-c++.cc.
+       * tests/test-float-h-c++2.cc: Renamed from tests/test-float-c++2.cc.
+       * doc/posix-headers/float.texi: Update.
+       * modules/* (Depends-on): Update.
+       * modules/float: New file.
+
 2024-12-27  Bruno Haible  <bruno@clisp.org>
 
        Rename module fenv to fenv-h.
index d5a8d4c8dc37b8aa13dee2180ce594c38fe11997..14e321fec42619ca51b6c996f8b8cb303b043b76 100644 (file)
@@ -3,8 +3,8 @@
 
 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/float.h.html}
 
-Gnulib module: float
-@mindex float
+Gnulib module: float-h
+@mindex float-h
 
 Portability problems fixed by Gnulib:
 @itemize
index 0c70a3680375fe9da17c5008a947ac9053016add..8a9f44321ddacde2f874d043ec9409f0f73fc8b6 100644 (file)
@@ -11,7 +11,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 signbit
 setlocale
index 348ecb9a7c2e561a62433d2e0626ea63e4c27bf1..225d95fd641ee9ebae627cab51c68caf77aa9258 100644 (file)
@@ -11,7 +11,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 signbit
 setlocale
index fb1b6a80e062921dcd634841551f077173dbc86d..823ba69c6d275e5f2e0de58aafccc7d45a9ec20f 100644 (file)
@@ -11,7 +11,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnanl-nolibm
 signbit
 setlocale
index 5d716b70fb9e2fc41f726ae7932c85832674325c..13431606ce30947248b1629c077b88ba4cdc0d7b 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index d7eb527802122078b1ddeebd32c25043c689a903..870b17e55bfb8860ad9d8d9d3fb1468642303ccd 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 89f28a25433da204d3be43ed2d9d18acc046a851..36edb9b4546fdb5a97ac7a8e6be78e9b5d7fcccc 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 03fce4e506367ceb32acd66de3ee0b697a455940..d0fa1866cdf964bebe29237fb4a149df258f9808 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 tests/randoml.c
 
 Depends-on:
-float
+float-h
 
 configure.ac:
 
index 3d2f5cc475ecb65307bdbd215f94a4640a427677..2e8c033d64ba5fcc600a899637ead8034a287303 100644 (file)
@@ -7,7 +7,7 @@ m4/ceil.m4
 
 Depends-on:
 math
-float           [test $REPLACE_CEIL = 1]
+float-h         [test $REPLACE_CEIL = 1]
 
 configure.ac:
 gl_FUNC_CEIL
index d34057a7c676fac61e8a9a292476181004b7cd24..811f1f38d74bd59f16db4607c11d93d1f59d8717 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index bc52dffc5f9428dc6e1cc058a2327d71863cde6f..fcb960985ca2d1fe72bcc21a6ba02a5bdcd155ce 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 nan
 stdbool
index 57daa285942539a6e8fd82e0ab62117349f12e31..b4cec775f07046873eb2f89d40ec85ce759e85ce 100644 (file)
@@ -9,7 +9,7 @@ m4/ceilf.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
+float-h         [test $HAVE_DECL_CEILF = 0 || test $REPLACE_CEILF = 1]
 
 configure.ac:
 gl_FUNC_CEILF
index b1ef54e411bbf7219fd4a251400d44fcdd38f622..86327a6750ec5b1f01a74e408f2b795b6b2317ca 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 70ca713a1652140ca5aaed619af16148c74cf328..17903f3a93969adb6926c31b6361a06dcf1021c0 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 nan
 stdbool
index 0f38402e8257921b93946a94410b008f8802bb24..7f2f868a41f1689c124a807e73c711eb77d267b9 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 extensions
 ceil            [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_DECL_CEILL = 0 || test $REPLACE_CEILL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
 gl_FUNC_CEILL
index d02cdf0457531ed66efa90d71341a7dcd9c0ac62..4bd4a98000ae6c4a955f03dc0f17cbabbafbb85d 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index d6d0b1a6cb96d5a9b47ac47e8996016a12cee41c..f1061cfe4d3636ca548fb6297a0ef28ef574e31c 100644 (file)
@@ -8,7 +8,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 
 configure.ac:
index e3a5b79c968dbfc59b5f890581198f2c6273948d..c1f28a5f190ca83a6fa42d0f4991b4e024eb7e43 100644 (file)
@@ -5,7 +5,7 @@ tests/minus-zero.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 
 configure.ac:
 
index 4b0499f4a91c4e92b8994075204f136598ccabbb..8c277606cb88c0d0c0d95c22ad219c2a2a3305c2 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 math
 extensions
 cos             [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floor           [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floorl          [test $HAVE_COSL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 91cd4d140b928822e3d06f7c371dc6761fe7f81e..b08529863d76db1b02ec3ec5e299ac77f6722012 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 406040df8c23a61031ff72117fe35de7f1bdbc16..dd820108559e310df3002a43b130b52f76e3d5ea 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index e131e5bfbe09de42de9c3cb3391b64e7f0c71a1a..2329697ff1dc1cdd943d257899d48200a33a84a5 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 456d04d66af06626411e5e217110a26995ccbd33..bc7f299c3a68bcd7ba693212df10ba9d9d5c1121 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 extensions
 exp2            [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 roundl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 ldexpl          [{ test $HAVE_EXP2L = 0 || test $REPLACE_EXP2L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index f36238b27bd6ee1119813a55425a002bf166f89d..f2e3ac1607366418ad9e74232e9f458d93a66d5e 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 3bda4b5772aaa28ffed77d300e36e9c3210acecf..38e851712648c490d7f4a92cdd0b932c1b263836 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 0f07c3be5a9716db75a532833b8542f9b962c5a4..87d53afcb30c2451914974005793db8404aecadb 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 5bc8dd3bbd89c14dec5ae800e14b26eb266807a1..6cbb4e2d33511f1ce41bacdb2df24f8ac29e4a3d 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 extensions
 exp             [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 roundl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 ldexpl          [{ test $HAVE_EXPL = 0 || test $REPLACE_EXPL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 478fe068f62b46a004a10c6428d9a7df2b1c4ee9..157853ec7aebb2fb10e03d62669c1457c2175fdd 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 5296c2b3a938b98e1957dffef6876e92e85c5e3d..378d7505bb85a5b3be78a8004c536b7d4df1356b 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 984c8190fe7fab576296a0d63bab39de450823ae..1419c283d968ec3020244a708e0b19668ea0a728 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index c961d0f8ae243e0b0fd0ee7e46f175cc5b702000..7e0ae0e113720e3e1d24071a9282e87288e47503 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 34fea130c84016dd59417cc9e1694706f10cbb8e..7087f99fdd6918b612b0c9021ae7c5f6f87119b8 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 math
 extensions
 expm1           [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 expl            [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 roundl          [{ test $HAVE_EXPM1L = 0 || test $REPLACE_EXPM1L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 334a15cb531a981bbbd1ba11d8608cfbad62fb10..02c77c284b753f11eff1c9f8f8f59e9ea039984d 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 5068d2c23626fc2286bff4f4cf995c529e74e2ea..3a97f5556039dacceebad3dfd0a12c5626d4a76f 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 40c534d586a7c4020ad1b5134fe554f4fdf0ebf0..af4e5e564d4fa41cd5cb5d4181d81b084d361f6b 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index c408f9f2d7a4ce0b5a626c59cc4e1dab27056672..b76b8722fa17b2c81e09fbbb21c4c99436aceb54 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 85c0571f18c4eb83b0844a37d0577b8dde8c6ebe..378647556680df659827699be0ec9294c00f4192 100644 (file)
@@ -1,55 +1,20 @@
 Description:
 A correct <float.h>.
 
+Status:
+deprecated
+
+Notice:
+This module is deprecated. Use the module 'float-h' instead.
+
 Files:
-lib/float.in.h
-lib/float.c
-lib/itold.c
-m4/float_h.m4
 
 Depends-on:
-gen-header
-include_next
+float-h
 
 configure.ac:
-gl_FLOAT_H
-gl_CONDITIONAL_HEADER([float.h])
-AC_PROG_MKDIR_P
-gl_CONDITIONAL([GL_COND_OBJ_FLOAT],
-               [test $REPLACE_FLOAT_LDBL = 1 || test $REPLACE_FLOAT_SNAN = 1])
-gl_CONDITIONAL([GL_COND_OBJ_ITOLD], [test $REPLACE_ITOLD = 1])
-dnl Prerequisites of lib/float.c.
-AC_REQUIRE([gl_BIGENDIAN])
 
 Makefile.am:
-BUILT_SOURCES += $(FLOAT_H)
-
-# We need the following in order to create <float.h> when the system
-# doesn't have one that works with the given compiler.
-if GL_GENERATE_FLOAT_H
-float.h: float.in.h $(top_builddir)/config.status
-@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
-       $(gl_V_at)$(SED_HEADER_STDOUT) \
-             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
-             -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
-             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
-             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
-             -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
-             -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
-             $(srcdir)/float.in.h > $@-t
-       $(AM_V_at)mv $@-t $@
-else
-float.h: $(top_builddir)/config.status
-       rm -f $@
-endif
-MOSTLYCLEANFILES += float.h float.h-t
-
-if GL_COND_OBJ_FLOAT
-lib_SOURCES += float.c
-endif
-if GL_COND_OBJ_ITOLD
-lib_SOURCES += itold.c
-endif
 
 Include:
 <float.h>
@@ -58,4 +23,3 @@ License:
 LGPLv2+
 
 Maintainer:
-all
diff --git a/modules/float-c++-tests b/modules/float-c++-tests
deleted file mode 100644 (file)
index 7fdc7f5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-Files:
-tests/test-float-c++.cc
-tests/test-float-c++2.cc
-
-Status:
-c++-test
-
-Depends-on:
-ansi-c++-opt
-
-configure.ac:
-
-Makefile.am:
-if ANSICXX
-TESTS += test-float-c++
-check_PROGRAMS += test-float-c++
-test_float_c___SOURCES = test-float-c++.cc test-float-c++2.cc
-endif
diff --git a/modules/float-h b/modules/float-h
new file mode 100644 (file)
index 0000000..85c0571
--- /dev/null
@@ -0,0 +1,61 @@
+Description:
+A correct <float.h>.
+
+Files:
+lib/float.in.h
+lib/float.c
+lib/itold.c
+m4/float_h.m4
+
+Depends-on:
+gen-header
+include_next
+
+configure.ac:
+gl_FLOAT_H
+gl_CONDITIONAL_HEADER([float.h])
+AC_PROG_MKDIR_P
+gl_CONDITIONAL([GL_COND_OBJ_FLOAT],
+               [test $REPLACE_FLOAT_LDBL = 1 || test $REPLACE_FLOAT_SNAN = 1])
+gl_CONDITIONAL([GL_COND_OBJ_ITOLD], [test $REPLACE_ITOLD = 1])
+dnl Prerequisites of lib/float.c.
+AC_REQUIRE([gl_BIGENDIAN])
+
+Makefile.am:
+BUILT_SOURCES += $(FLOAT_H)
+
+# We need the following in order to create <float.h> when the system
+# doesn't have one that works with the given compiler.
+if GL_GENERATE_FLOAT_H
+float.h: float.in.h $(top_builddir)/config.status
+@NMD@  $(AM_V_GEN)$(MKDIR_P) '%reldir%'
+       $(gl_V_at)$(SED_HEADER_STDOUT) \
+             -e 's|@''GUARD_PREFIX''@|${gl_include_guard_prefix}|g' \
+             -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \
+             -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \
+             -e 's|@''PRAGMA_COLUMNS''@|@PRAGMA_COLUMNS@|g' \
+             -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \
+             -e 's|@''REPLACE_ITOLD''@|$(REPLACE_ITOLD)|g' \
+             $(srcdir)/float.in.h > $@-t
+       $(AM_V_at)mv $@-t $@
+else
+float.h: $(top_builddir)/config.status
+       rm -f $@
+endif
+MOSTLYCLEANFILES += float.h float.h-t
+
+if GL_COND_OBJ_FLOAT
+lib_SOURCES += float.c
+endif
+if GL_COND_OBJ_ITOLD
+lib_SOURCES += itold.c
+endif
+
+Include:
+<float.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+all
diff --git a/modules/float-h-c++-tests b/modules/float-h-c++-tests
new file mode 100644 (file)
index 0000000..be45a58
--- /dev/null
@@ -0,0 +1,18 @@
+Files:
+tests/test-float-h-c++.cc
+tests/test-float-h-c++2.cc
+
+Status:
+c++-test
+
+Depends-on:
+ansi-c++-opt
+
+configure.ac:
+
+Makefile.am:
+if ANSICXX
+TESTS += test-float-h-c++
+check_PROGRAMS += test-float-h-c++
+test_float_h_c___SOURCES = test-float-h-c++.cc test-float-h-c++2.cc
+endif
similarity index 56%
rename from modules/float-tests
rename to modules/float-h-tests
index 7cb0870983822c0d6c323ffe231c474bda9f668a..6ebf0b5f31926c007987ffae9926132b4c8b8bf5 100644 (file)
@@ -1,5 +1,5 @@
 Files:
-tests/test-float.c
+tests/test-float-h.c
 tests/macros.h
 
 Depends-on:
@@ -8,10 +8,10 @@ fpucw
 isnanf-nolibm
 isnand-nolibm
 isnanl-nolibm
-float-c++-tests
+float-h-c++-tests
 
 configure.ac:
 
 Makefile.am:
-TESTS += test-float
-check_PROGRAMS += test-float
+TESTS += test-float-h
+check_PROGRAMS += test-float-h
index 23557eb8adbb7199307bbcd8e0921bea66df9f10..29ed3eb633719ba5e33b17f7512335960e1d8831 100644 (file)
@@ -7,7 +7,7 @@ m4/floor.m4
 
 Depends-on:
 math
-float           [test $REPLACE_FLOOR = 1]
+float-h         [test $REPLACE_FLOOR = 1]
 
 configure.ac:
 AC_REQUIRE([gl_FUNC_FLOOR])
index e67cc38cc6c69568e0c9b3316cee45d2820bee0b..e3eb2070e83d9126d533e1b77df5134afdf09c14 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 3cdb2146405b4f017497aa4bc4fbbc78c3a4f526..b0028b4f269f0021d8c416ae293d7aa27b5a5a44 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 nan
 stdbool
index f5a31d8c39446a2a92e855693a42f0da280fe237..203e9d455b96362d989ee01c7941229177d24b23 100644 (file)
@@ -9,7 +9,7 @@ m4/floorf.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
+float-h         [test $HAVE_DECL_FLOORF = 0 || test $REPLACE_FLOORF = 1]
 
 configure.ac:
 gl_FUNC_FLOORF
index 67cd2cab4017556b6076f5ade7adc40a4f407abf..97af07dee8acc5f2f90d9b9f33ffbcc035d69946 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index b819eccd0eba41a1f77b2bb15cd1b167b0b5e5de..bda1bf1a609d72fb80a8215058a788cfe410207c 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 nan
 stdbool
index 3e796ca42f936e79a4b47db16d85a2b807a35778..a337c91fbc4a9445cd4d2f6dc0de2c141dddb68f 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 extensions
 floor           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_DECL_FLOORL = 0 || test $REPLACE_FLOORL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
 AC_REQUIRE([gl_FUNC_FLOORL])
index 9e011ea4abedf12520a5b34aec5eaf1c30b6f123..db67a4abb072ee752fddbb685e5a01f44208560c 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 6342f4c7a6b0f65a6b07007b0755892149c2f325..92e5b861bb4e1edf2d3817b5c3c23f25659f1763 100644 (file)
@@ -8,7 +8,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 
 configure.ac:
index 14e841842db10eee6dd2fb9eab9dff698e7f3643..f71e98ed03b64a6f3d277c957b0158bf7f795ae1 100644 (file)
@@ -10,7 +10,7 @@ m4/mathfunc.m4
 
 Depends-on:
 math
-float           [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
+float-h         [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
 stdbool         [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
 assert-h        [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
 isfinite        [test $HAVE_FMA = 0 || test $REPLACE_FMA = 1]
index 0a39f08ef5d8d0389deb6c548812a414869ab0e0..02fcaa49cbabb68ef0852467d83c75e519d51c53 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 lib/float+.h
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 ldexp
 nan
index 8373d61bc5ee766b96564f5120d990b5367b74d3..1abab686e94a6e0e7485c36e1e40412e3f91bb1f 100644 (file)
@@ -12,7 +12,7 @@ m4/mathfunc.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
+float-h         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 stdbool         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 assert-h         [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
 isfinite        [test $HAVE_FMAF = 0 || test $REPLACE_FMAF = 1]
index 6d5af9ae4eaf2dde3e4baef410b3c123988c168d..03255303b5c83a3e50191bc3eaedd620f2e154bc 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 lib/float+.h
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 ldexpf
 nan
index 3927262e6a91f784f58bbcf08c29f597d25579b5..caab5c0e73dbb5070336ac59c19e1a8ee6e5da3f 100644 (file)
@@ -13,7 +13,7 @@ Depends-on:
 math
 extensions
 fma             [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdbool         [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 assert-h        [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isfinite        [{ test $HAVE_FMAL = 0 || test $REPLACE_FMAL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index af97c39dc36f09101a7912e081385789743cd0a4..47d95bba6267028f8f88d3f418455a135c3d9f30 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 lib/float+.h
 
 Depends-on:
-float
+float-h
 fpucw
 isnanl-nolibm
 ldexpl
index 7d576273703425af7439012de793e0cfa58dcd5d..b7303ff0ea19633e8e2a1c52e0e111c4d6e54db2 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 5bac69b84ed0bfda58bfb7e3cb198b597644e416..7f083eba699ea4cda1f21636beaf4ac1ebff236f 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 8425394e5f5e752f4d2acfbd0e6c9506518069e4..22b40a305f36590d0eb5412e458c1bcf264446bf 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 math
 extensions
 fmod            [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isfinite        [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 signbit         [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fabsl           [{ test $HAVE_FMODL = 0 || test $REPLACE_FMODL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 7534033ce65d4d2814deb9b511eef59fc9090f90..8e072a5125c8eb5c32f3a7d3f04837caa06b829f 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 9470eb85d54046a137afa7cef9a2ac443ceab094..698fc160c9c7b6ecf5e25cd489e3ff0f1588fb11 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 391ad51d5c66eb5849a7dace42dbf8009ee8d9f2..fd806713cc5b27f72c7c67fbdfceaa50aaab8764 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 89cc669cbd92484adef6c74d2922187f4563f70a..95d675c656d76fc2674f20925a02c0cbf1ee670d 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 77e56b84effe8e4ce04cbf1603d77d9df500147b..40bcb70131922affdb6ed0b5b6e0418a1242e65f 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 6fd1abd09612ae81a641a9d1fe0f669dd0cfcb99..3e0159088afbfdf8ee5d8279068ffecf9f0d597e 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 signbit
-float
+float-h
 nan
 
 configure.ac:
index 5721cb82a91be8e743cbf8038990d47163161c56..754b3df78e9aee47917f49008e42d3123ea13cc1 100644 (file)
@@ -9,7 +9,7 @@ m4/getpayload.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
+float-h         [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
 stdint          [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
 isnand          [test $HAVE_GETPAYLOAD = 0 || test $REPLACE_GETPAYLOAD = 1]
 
index a330b4f87a0e40bc4bc9219e13f5ae5bcd9871bd..7803248212c5ebfa2c23ad42f20180e42c28d47b 100644 (file)
@@ -9,7 +9,7 @@ m4/getpayload.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
+float-h         [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
 stdint          [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
 isnanf          [test $HAVE_GETPAYLOADF = 0 || test $REPLACE_GETPAYLOADF = 1]
 
index 3ddd0a57ef049caa177eeebe37b0cb6480154301..f9ef35e32e9493b7a8d93b876b7f28b3093e0194 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 math
 extensions
 getpayload      [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdint          [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 snan            [{ test $HAVE_GETPAYLOADL = 0 || test $REPLACE_GETPAYLOADL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 9568c03d1ee0cd39b02bf7fa5f91ccdd1f8e1cd3..75138308e7fd6b9ad263318e27f7ee0caa88d874 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 43fea67e307887b96c79ee83b438761a80fb362e..a3c7d6557f60e24fdbf8b987e36a813e09c031fb 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 7bc00a2b3ca4763fe4b31bd3906873c6cae1366d..aa58c4f299ca859f363b3ae96344ccb655651053 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 27b0b385560cf8a5c28e3223003f5d71b2b112bf..11a5b57c549a6ff47401c5787f7f86487e9c3580 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 86f257b3e12f65beb9f0d1f9d26dd3dbd2886273..7af7787f8d8a2a16461d82fd60e6fe6e2424d87d 100644 (file)
@@ -8,7 +8,7 @@ lib/float+.h
 m4/exponentd.m4
 
 Depends-on:
-float
+float-h
 
 configure.ac:
 AC_REQUIRE([gl_DOUBLE_EXPONENT_LOCATION])
index 24e16f73853230178ef1c9ce6c19aac464b87c40..6f2d9e10557cb9349c6328baecdccc1bb59374b0 100644 (file)
@@ -5,7 +5,7 @@ tests/macros.h
 
 Depends-on:
 c99
-float
+float-h
 nan
 snan
 
index 7097ac1edb355a03e0fd0418572234743ca82fe3..fd4c300bc002a7a25fb9c58039926faf0bc147c0 100644 (file)
@@ -9,7 +9,7 @@ m4/check-math-lib.m4
 Depends-on:
 math
 extensions
-float           [test $REPLACE_ISINF = 1]
+float-h         [test $REPLACE_ISINF = 1]
 
 configure.ac:
 gl_ISINF
index 4b6f07d3ef02afa54523ac39316d7fc293d31c9d..241a904b70237373b3fbc814d3fcf9c2093eca2b 100644 (file)
@@ -5,7 +5,7 @@ tests/macros.h
 
 Depends-on:
 c99
-float
+float-h
 nan
 snan
 
index aa3ff5ca0fb2fad81df61d2f2502f5a1522ffe58..2e01bb9d9a210a90dea588918b8bcaf267315619 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 c99
-float
+float-h
 nan
 snan
 
index bfea96f847e9831f5ecd76b56746f3ab9e629f45..032e82f8273a7facced8447e5ba197905ccb3b0f 100644 (file)
@@ -10,7 +10,7 @@ m4/isnanl.m4
 
 Depends-on:
 math
-float
+float-h
 fpieee
 memcmp
 
index e49ad7913e9ce9b29f5172e6934845f743ebd65a..2375d5931846bf979435f719dd2595f3cdff6f9f 100644 (file)
@@ -11,7 +11,7 @@ m4/isnanl.m4
 m4/math_h.m4
 
 Depends-on:
-float
+float-h
 fpieee
 memcmp
 
index 0351562ab4560c8c0b7ce6d5c8e319aa5a66bff8..7b369a34e2d09ea02592081c054421f80dd89523 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 c99
-float
+float-h
 nan
 snan
 
index 2d32536cf441b3ee624b02923061fdd1b36c7210..26d92968c94a9599fd83e37991864fd88df4e43b 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 c99
-float
+float-h
 nan
 snan
 
index c8799bc7f48518948e22e2f628d23ac85bc089e2..5daaefc9d9c8ea67c18d87fa9d7f1db7b0ba0b1c 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 153f3356ac1c21a4468da35e9088a3916ab757bf..4e3900d0a4d284dd64b51ef3438d11257f607507 100644 (file)
@@ -10,7 +10,7 @@ tests/randomd.c
 Depends-on:
 isnand-nolibm
 signbit
-float
+float-h
 nan
 
 configure.ac:
index 7679569ca3645eac77b32c501a7e3b498a35a3fe..e65056c3d145c135b6fea489afeb4c7de9145a80 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 5ed0f380068ee91eef7475abb8995626caaf6424..6dee889af0b420fffd592c926b2d2682b05e56e5 100644 (file)
@@ -10,7 +10,7 @@ tests/randomf.c
 Depends-on:
 isnanf-nolibm
 signbit
-float
+float-h
 nan
 
 configure.ac:
index 85a4bc363a1dab7fe6f6015ad9b8e6197298ca46..2fbbfbbeb04815c817abd6fbdf37f991204557a5 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index e50f1c6424a0c33ff9009ab4cbbda2585cd8de9d..ec04985ff01481610ba82c622f782c6640b935dd 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 fpucw
 isnanl-nolibm
 signbit
-float
+float-h
 nan
 
 configure.ac:
index efe54b10102d41451db40d7acc1108e3be5d465d..5228804faab429f6f36ab079a45d297ea018ff94 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index e8a324d77ffc9c42e5520f216e6ef47332a1b84a..73b93b15923e4c24af0af4df02d3c854fabe3e38 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 6f6ef15bb88e15dd8545d884061598ef635ba035..6f3ef666119bdc4de7a3f7150d9abd9aac5204c5 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index e6854fa50057a133037c12d0a226fd9b3759060e..259b6266bc6a4627a05aeed414012c866576c439 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 math
 extensions
 log10           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 logl            [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
index 0f84dc394cbbbcb948f04ab2e1b9ebd196a34270..1fc171cc76dec6d870400fede0faee25d10c3472 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index a7f2a21c0aabbb4cabed67e69abb3927626a3c9b..e8e039733fac4eb624f6a3d79afceb75fdd3dcf1 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index ed67ba6513e3d6d9844cb226bdd4bc10aec4330d..bf103916d03ecdc16976550db944985215ab70f7 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 64179fb2fd13cff72777c310af3740d9b8f1a198..0ac3b7c80b4c8024fa969d8d30906198d2b0179f 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 5cd5062a90529c0b6b98505892e19a9ff1062fd7..cca16f121f96c27d997453654d6889cb5dd28161 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 5a9b91bf691087608545e2338fdea041e5e40f84..221b544c66f63c9de3583a5ab51637b714c549c7 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index b9be57e4575cc526c879b56fe553613364c0a965..8cb713035cecf71cf6e56e8f2f8aec5e997f2f24 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 46c1100d383fd406b0af854b67074f4c715e2a2b..bfdf53a34b58c8e8a22a80c989d4145234893f8d 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 94a44be9db401545eb3e912142d54ff6fd26bff7..03de038d049633002eb45708d3e41cabbc871ab3 100644 (file)
@@ -8,7 +8,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 3c6b33802ce27a36f80b8c0e81a2535c6e9db0b7..826d8e150205da0acf5ececb02310aa88d96b2e2 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 98fdb474c477551cf1d1d08a106bbaf97e9607e1..a14017fa81785aaddc8efde25ddf8f5f4cd03e8d 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index bf35787602918e71f34202b3bd22f29c1d3568bf..f4189abdb747e7c01eb9b0e779bb364bae08e09a 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 82b6c0f3a01c98c0ad97e1d45f2ebd52deb64fbd..a8d7b8a953471bb19f96d2110306fa9ad31c9646 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 916ae0d20d5eba8d9898e9d99e7c9476b15a4eea..45ba2b8b040b876dc0a6548f31488dab61503c9a 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index a574090b3ba00df8e6efc3d6784eaa52d1f5e758..1bdb740d214a9222a8c11d5e5e58d14865e744e1 100644 (file)
@@ -8,7 +8,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 562b8c03c04a83f8bd0ab4dfe0de0b0fd61dbd24..dcf7bd4838f5f289407d489b118b8f14008fb08c 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index f0cfa27374b1caa3361b8dc130f21b1eafef5419..5ec7ed576bc79b6fdc25134379f5e33a55eb004a 100644 (file)
@@ -13,7 +13,7 @@ include_next
 snippet/arg-nonnull
 snippet/c++defs
 snippet/warn-on-use
-float
+float-h
 
 configure.ac:
 gl_MATH_H
index 575a48502d92898bb865256261a3372d7c6e8d6f..645e2d9708cd05fe6e8979dadc86856385eea241 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index bfc9278516ec067d6a6c5e7eb9319fdd87f8b9ab..52516fa92574d4cfcac3eec5b9ee57b5ed3d41b0 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index d20023ba7dd30f8041402e3d2a02770fa160fc16..1e5eb75a6eb1fb083b741e1383b77ce34c7c7af0 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 059d22c73d55b2aa26667fcdfac65b5f6292e1e9..0408e419bdcf4e92afd23bd6c6c8a15dc9498ba1 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index fd1a04a301a7cb3e1504e50dcb5ce253ceae8e0b..61758b94f181547ef1af2482cefd569b71154b44 100644 (file)
@@ -12,7 +12,7 @@ m4/ldexpl.m4
 
 Depends-on:
 printf-frexp    [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 math            [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fpucw           [test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
index da095403283fd96c80d019110d088919feb3bf8f..8ee2fd65718cf7ff740c37a0c2ee083655b009b7 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 7ab236ebd4f57205f6a60117a5a11c0be3979dab..97c95caabfdd084ed3d1dbfff0bfbe3c3feb06b8 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 08be4ea68d37af8be024ca2105ac0ac025c82e68..27b58e69e3ec1d0aaaeed4b7cafc7eb17e31ceaf 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 math
 extensions
 remainder       [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isfinite        [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 signbit         [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 fabsl           [{ test $HAVE_REMAINDERL = 0 || test $REPLACE_REMAINDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 1e4cab433778b5c2ae7e599fc6bc7fca45515885..b97940343dd9659eb55d6d593b6ff35d745d49cd 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 533930e01d767ddca950b4ef2c29a913a56ca318..da82ac6940d60dd0ef9991c191ea9f3479ac60ea 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 3bf94eb48f03f5b24164eddcf15a6a0f43a2b245..eaf80d51e7d1a59d46eafc881cdd323d31f72f9c 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index ab8b83a7651cd388aefb2ae9a703affcc20f1773..a8ce07dd599a50cd59b90dc58ed4516446a0ac76 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index a74e6ea3ebdd2d6e68a2f028bc333ab68b580d8e..afc4ccf1550b4a5d321463273ba3a1eafa4ab4dd 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 576fffcc4b15ab9d808bdff2c970be35b26f6d70..dd045b54e9ce211d9782e7b62dd80b03a73c6df0 100644 (file)
@@ -10,7 +10,7 @@ tests/randoml.c
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 
 configure.ac:
index 8dde54b9f7253576a3160654591331d64dd1025d..dcefd48b72f74868506209363bae23e77108be01 100644 (file)
@@ -11,7 +11,7 @@ m4/ceil.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
+float-h         [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
 floor           [test $HAVE_ROUND = 0 || test $REPLACE_ROUND = 1]
 
 configure.ac:
index 1aca2fcbe5084f09aac40b7b76a00e88f6cafb8a..dc52bd31587f33bb85879943e50602418aca3351 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 4cb5bcdc79cac1661cbddea90c29d754b10739c0..74adf5e690c8d90bd4c42935a8a0562c48dddc59 100644 (file)
@@ -12,7 +12,7 @@ m4/ceilf.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
+float-h         [test $HAVE_ROUNDF = 0 || test $REPLACE_ROUNDF = 1]
 
 configure.ac:
 gl_FUNC_ROUNDF
index 5721f8156ccf5034affb1599b4ece76ba07f8d46..c47a8be7c738e4e4b3c5c820b5547c820b8985a9 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index 87cd4ff34de449bf56651c8c75f6510eeb945508..7d394fb38e3d6d21c55c69a9e82320fff70a6460 100644 (file)
@@ -13,7 +13,7 @@ Depends-on:
 math
 extensions
 round           [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_ROUNDL = 0 || test $REPLACE_ROUNDL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
 gl_FUNC_ROUNDL
index 40885dcf8e987d0ff80e57e23452b47cbd30fe86..114988e682660eb383cd857d1a35033d5f68df9b 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 3d61ca1cf8e1b56c3b4ce880661bd8b711862a38..713aa2ca087fa38b02ad4488b853eac88fb1ef3b 100644 (file)
@@ -8,7 +8,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 
 configure.ac:
index 0a5cda2eb8e5a14f960db9a5ef64326265eaf5c1..032e5d4ba565aefb6659fb1e89a73932d7721817 100644 (file)
@@ -10,7 +10,7 @@ m4/nan-mips.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_SETPAYLOAD = 0]
+float-h         [test $HAVE_SETPAYLOAD = 0]
 stdint          [test $HAVE_SETPAYLOAD = 0]
 signed-nan      [test $HAVE_SETPAYLOAD = 0]
 
index e26f1f8be2af99d059fdcb7bf4251f4aee6f26d5..5bbc78f21061c69e3974beea9662483cee89a02c 100644 (file)
@@ -10,7 +10,7 @@ m4/nan-mips.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_SETPAYLOADF = 0]
+float-h         [test $HAVE_SETPAYLOADF = 0]
 stdint          [test $HAVE_SETPAYLOADF = 0]
 signed-nan      [test $HAVE_SETPAYLOADF = 0]
 
index 2d058f672beca6d4a3191d2bb065797c39cfa2af..76309a0182184303d21ea26b91ee34be7af562ed 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 math
 extensions
 setpayload      [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdint          [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 signed-nan      [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 snan            [test $HAVE_SETPAYLOADL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 27bb3a614ec4ff3dbbd16d2ee13db5aa0e02d18d..5d3712645671949ba176dc00918d9684e19a3440 100644 (file)
@@ -9,7 +9,7 @@ m4/setpayloadsig.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_SETPAYLOADSIG = 0]
+float-h         [test $HAVE_SETPAYLOADSIG = 0]
 stdint          [test $HAVE_SETPAYLOADSIG = 0]
 signed-snan     [test $HAVE_SETPAYLOADSIG = 0]
 
index 1807e9ada30a0083a7345fcba6a6324a52eb27a0..266ec74fbe3d73546bbcc28f76b234f3998ec81c 100644 (file)
@@ -9,7 +9,7 @@ m4/setpayloadsig.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_SETPAYLOADSIGF = 0]
+float-h         [test $HAVE_SETPAYLOADSIGF = 0]
 stdint          [test $HAVE_SETPAYLOADSIGF = 0]
 signed-snan     [test $HAVE_SETPAYLOADSIGF = 0]
 
index deadba06af50797ec9b4b6754a49cb3cd21cddca..a051ed2e1c2dbf925e51681873b34088d047f64a 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 math
 extensions
 setpayloadsig   [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdint          [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 signed-snan     [test $HAVE_SETPAYLOADSIGL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
index 59008b60474e1fc90fce78134a30dc71978838f9..1e7e9eaa3b37abc66978c8c3c521c03339691cf4 100644 (file)
@@ -10,7 +10,7 @@ m4/signbit.m4
 
 Depends-on:
 math
-float           [test $REPLACE_SIGNBIT = 1]
+float-h         [test $REPLACE_SIGNBIT = 1]
 isnanf-nolibm   [test $REPLACE_SIGNBIT = 1]
 isnand-nolibm   [test $REPLACE_SIGNBIT = 1]
 isnanl-nolibm   [test $REPLACE_SIGNBIT = 1]
index f540d949a5642f4450e9dd055bc59da7cea03d3c..0c5f279c70594a49e60b57d4f2997da0a4833a9d 100644 (file)
@@ -5,7 +5,7 @@ tests/infinity.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 signed-nan
 signed-snan
 
index b2f21080955e5e14bae0ddbcbadfcbaac7569b58..8ded48a22364dfa2d13b96a8950bdaf494c49300 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 math
 extensions
 sin             [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floor           [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floorl          [test $HAVE_SINL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index c67d638c5f24aa5dea2eabcd0761f185b40bd210..480c4d5bfea2739cdc9639d311ed62b5be8e5ea3 100644 (file)
@@ -10,7 +10,7 @@ tests/macros.h
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 
index 7bc451f38bcf413bfcd9ebc2a5b00b580f32ae3a..d0d3798b3fed0392c61bb48d6fc5183ed722ea85 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 
index 21c89cbde8484a105afea3a97275db1c71ef7226..e68b5a380e3b0270d71cac7a5f30bc5ae3cc37ce 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 2c130fb86e792ea33dea2190484aebd5b4d8b699..40c8eee5d612b8e5ff82b84a36f1a5efa64e9fa1 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index a02827165413030592cb1a883a96d5808a84b102..59f2716fbf39a68187c2a224af4ecf679a7ec044 100644 (file)
@@ -9,7 +9,7 @@ Depends-on:
 math
 extensions
 sqrt            [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; }]
-float           [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 frexpl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 ldexpl          [{ test $HAVE_SQRTL = 0 || test $REPLACE_SQRTL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 6e5dbe9884c6adc727dabb3f134b1d2f6ebe06b0..f89a7db721c2f45391007a9a4bae08db028031bc 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 
 Depends-on:
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 68c4068f00ced2cfaa83dea69d4ea550f32cb05a..cff9b92604392940abc7a006778b483acf321c5b 100644 (file)
@@ -7,7 +7,7 @@ tests/randoml.c
 
 Depends-on:
 fpucw
-float
+float-h
 
 configure.ac:
 
index 5ac57ca9ac9edf09b42c6702073f7e4c32f29f78..1aa2bb0b5a8d23cb59da69b2b053ae864e986df7 100644 (file)
@@ -10,7 +10,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 signbit
 setlocale
index e32bac4973d529d0535fc90ea9d2362c122354a0..fbbff405fb946c7a51578252dacba205f5ce2dbb 100644 (file)
@@ -10,7 +10,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 signbit
 setlocale
index abe35ae82a59b7126d627a461635bc62d889154d..06e75ec7ab586d9a4c7c84836716e0c8f949d0ac 100644 (file)
@@ -10,7 +10,7 @@ m4/locale-fr.m4
 m4/codeset.m4
 
 Depends-on:
-float
+float-h
 isnanl-nolibm
 signbit
 setlocale
index 95fe8ba08ea014f0f5960998fe6afef12652a309..e1c2a02ada4c1fefcbe630f3fcad3f06b474e7df 100644 (file)
@@ -11,7 +11,7 @@ Depends-on:
 math
 extensions
 tan             [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floor           [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 floorl          [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 46452842af522631ff692b13e5dfeca35ab40047..5a53536809bd6e945d8cdccb7c6b35842feb5a4a 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 math
 extensions
 totalorder      [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdbool         [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 isnanl          [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 signbit         [{ test $HAVE_TOTALORDERL = 0 || test $REPLACE_TOTALORDERL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index ca51cd09bcf8637ba7b72a5ba27832b4d6643483..c21ff67e66ead1ef9d2283222f610b56d10021e7 100644 (file)
@@ -12,7 +12,7 @@ Depends-on:
 math
 extensions
 totalordermag   [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdbool         [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 stdint          [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 verify          [{ test $HAVE_TOTALORDERMAGL = 0 || test $REPLACE_TOTALORDERMAGL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
index 2cf4f40bc6d17257594f8089ef5b796ebdcdd73f..6861d792cb88b4e7b179f7e95079c80754fb0e86 100644 (file)
@@ -8,7 +8,7 @@ m4/trunc.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
+float-h         [test $HAVE_DECL_TRUNC = 0 || test $REPLACE_TRUNC = 1]
 
 configure.ac:
 gl_FUNC_TRUNC
index 5a7919879a9d09d1e91f1e3859a3d9817e0cdffa..e03e0c5eea6d7d0a213acd3a746045433d60bd7a 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnand-nolibm
-float
+float-h
 nan
 signbit
 
index 8822e797ac2370a3979baeeda5416feb3c735c81..a9d7fea510cf4fe592cc84def3763a34f915ee76 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnand-nolibm
 nan
 stdbool
index d45ff14766c2c2b5e50c3a7a773d325d8a13c131..f1bd9c9fede9f3feed346dcc9fda37c835abbb38 100644 (file)
@@ -9,7 +9,7 @@ m4/truncf.m4
 Depends-on:
 math
 extensions
-float           [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
+float-h         [test $HAVE_DECL_TRUNCF = 0 || test $REPLACE_TRUNCF = 1]
 
 configure.ac:
 gl_FUNC_TRUNCF
index 1595d6cdf0d6ecebb7e5d01ef61ebbe4118771c8..7d8365be2a737c05e9c54c536073dbb0b2b86fff 100644 (file)
@@ -6,7 +6,7 @@ tests/macros.h
 
 Depends-on:
 isnanf-nolibm
-float
+float-h
 nan
 signbit
 
index be5623a398b2efd1a918de6df762121f429bbd93..e59cbc87da9e59af91ee2dbfcd8f8f44946ab4fd 100644 (file)
@@ -7,7 +7,7 @@ tests/signature.h
 tests/macros.h
 
 Depends-on:
-float
+float-h
 isnanf-nolibm
 nan
 stdbool
index 54e26903ad4e0c8ffbead7da0c1b0f92a4137f78..16ebd04798fee3102008127eb940e123faf219ec 100644 (file)
@@ -10,7 +10,7 @@ Depends-on:
 math
 extensions
 trunc           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
-float           [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
+float-h         [{ test $HAVE_DECL_TRUNCL = 0 || test $REPLACE_TRUNCL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
 
 configure.ac:
 gl_FUNC_TRUNCL
index 8b33cd45ff8afff95a1caa8966cd60f704101fc2..b8cd0b9afd6d8bb2fff3666a7b11812a36766bfd 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 signbit
 
index 466f8c97d5bcaadca6b3c20639ae1e8409928c33..da3385f2227873487c76633122c8c81aa6479b94 100644 (file)
@@ -8,7 +8,7 @@ tests/macros.h
 Depends-on:
 fpucw
 isnanl-nolibm
-float
+float-h
 nan
 
 configure.ac:
index 1b42d2e5795ca555bd099d2c3623cd791064ebd5..c481681856ae0af60ae62dcbf1d0acc5d3f61c8f 100644 (file)
@@ -23,7 +23,7 @@ Depends-on:
 stdio
 alloca-opt
 attribute
-float
+float-h
 free-posix
 limits-h
 stdint
index f443cd4937ee6b70427290e6370854bfc6f65e50..0b0f714302e64f8437d054221b9a082c5f65db14 100644 (file)
@@ -12,7 +12,7 @@ m4/codeset.m4
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 setlocale
index 1ca2ec15dbc555ff1737795fcc7b88d58d9cb294..e13779be0c446821d9f7ced812227a76749e4c75 100644 (file)
@@ -27,7 +27,7 @@ Depends-on:
 stdio
 alloca-opt
 attribute
-float
+float-h
 free-posix
 limits-h
 stdint
index b9c27b288b93639cd6665a040d4af1b884b8cbb0..30c23ec396a1178bb8f630559c6732f0a49b6eff 100644 (file)
@@ -13,7 +13,7 @@ m4/codeset.m4
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 setlocale
index 7b0c3b151de60b8f9f4836844d961865ec702cd4..977cb8015512b91bf9d9c33a17031d1263b9011a 100644 (file)
@@ -7,7 +7,7 @@ tests/macros.h
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 
index ec12fce4a62686a7db8c87ef4df66ec0ac1f2911..d09ec7c1bacb87a36bc962c65a70df22b7c248fc 100644 (file)
@@ -10,7 +10,7 @@ tests/macros.h
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 
index 840930814e7cc8ea0c76ae4b0a6d19a07d9f64a7..6926c48ebd059bc96c6dae064f3afe55254574c6 100644 (file)
@@ -9,7 +9,7 @@ tests/macros.h
 Depends-on:
 c99
 stdint
-float
+float-h
 nan
 snan
 
index 03073cba9541a68bc73826b9450e43d797b7e021..6cadf0015b7980acf7aacbbdef15431e876f56b0 100644 (file)
@@ -5,7 +5,7 @@ tests/macros.h
 
 Depends-on:
 strtod
-float
+float-h
 isnand-nolibm
 signbit
 
index 57f25b9559c8089cf6555839fb0997e447ef5933..263e88c68089ab0d292cf22208ced689b3fd72b0 100644 (file)
@@ -5,7 +5,7 @@ tests/macros.h
 
 Depends-on:
 strtold
-float
+float-h
 isnanl-nolibm
 signbit
 
similarity index 100%
rename from tests/test-float.c
rename to tests/test-float-h.c