]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/16137 (Fortran compiler unable to produce executables as libfortran...
authorRoger Sayle <roger@eyesopen.com>
Tue, 3 Aug 2004 13:28:26 +0000 (13:28 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Tue, 3 Aug 2004 13:28:26 +0000 (13:28 +0000)
commit453310d80bde234a483789ac70a955855b59cea2
treedda277ad0c8041e0203078222bc52f1ddaeb4ff4
parent2f71a20a3eacb437535ffe41d0c45516362ecb19
re PR libfortran/16137 (Fortran compiler unable to produce executables as libfortran depends on C99 math functions)

PR libgfortran/16137
* configure.ac: Add tests for acosf, asinf, atan2f, atanf, ceilf,
copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
scalbnf, sinf, sinhf, sqrtf, tanf and tanhf in libm.
* config.h.in: Regenerate.
* configure: Regenerate.

* instrinsics/c99_functions.c (acosf, asinf, atan2f, atanf, ceilf,
copysignf, cosf, coshf, expf, floorf, frexpf, hypotf, logf, log10f,
nextafterf, scalbnf, sinf, sinhf, sqrtf, tanf, tanhf): New stub
implementations for targets that don't support C99 float functions.

From-SVN: r85473
libgfortran/ChangeLog
libgfortran/config.h.in
libgfortran/configure
libgfortran/configure.ac
libgfortran/intrinsics/c99_functions.c