fmodl: Fix last commit.
authorBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2012 21:54:38 +0000 (22:54 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 4 Mar 2012 21:54:38 +0000 (22:54 +0100)
ChangeLog
modules/fmodl

index f840f5c..7850616 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,8 @@
        USE_LONG_DOUBLE.
        * modules/fmod (Depends-on): Add isfinite, signbit, fabs, frexp, ldexp,
        isnand. Remove fma.
-       * modules/fmodl (Depends-on): Add float, isfinite, signbit, fabsl,
+       * modules/fmodl (Files): Add lib/fmod.c.
+       (Depends-on): Add float, isfinite, signbit, fabsl,
        frexpl, ldexpl, isnanl. Remove fma.
        * m4/fmod.m4 (gl_FUNC_FMOD): Update computation of FMOD_LIBM.
        * m4/fmodl.m4 (gl_FUNC_FMODL): Update computation of FMODL_LIBM.
index 018e8d3..2a4a3c9 100644 (file)
@@ -3,6 +3,7 @@ fmodl() function: floating-point remainder function.
 
 Files:
 lib/fmodl.c
+lib/fmod.c
 m4/fmodl.m4
 m4/mathfunc.m4