diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2006-12-06 22:49:55 +0100 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2006-12-06 21:49:55 +0000 |
commit | eb647f7d99c589f55a643403e7ab0e3cf5e78867 (patch) | |
tree | 0a0aa053c7b5edceafd1800778f20b7eb32a9f8a /libgfortran/config.h.in | |
parent | b4c811bd14e0b3ea5a995b711aae60ee1d3daaab (diff) | |
download | gcc-eb647f7d99c589f55a643403e7ab0e3cf5e78867.zip gcc-eb647f7d99c589f55a643403e7ab0e3cf5e78867.tar.gz gcc-eb647f7d99c589f55a643403e7ab0e3cf5e78867.tar.bz2 |
re PR libfortran/29810 (Unsatisfied symbol "fmodl" in libgfortran shared library)
PR libfortran/29810
* intrinsics/c99_functions.c (fmodf, fmodl, floorl): New functions.
* c99_protos.h (fmodf, fmodl, floorl): New prototypes.
* configure.ac: Check for fmodf, fmod and fmodl.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r119599
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r-- | libgfortran/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index a198d42..11f7cc6 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -327,6 +327,15 @@ /* libm includes floorl */ #undef HAVE_FLOORL +/* libm includes fmod */ +#undef HAVE_FMOD + +/* libm includes fmodf */ +#undef HAVE_FMODF + +/* libm includes fmodl */ +#undef HAVE_FMODL + /* Define to 1 if you have the `fork' function. */ #undef HAVE_FORK |