This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libgfortran] PR 16137: libgfortran on non-C99 targets


> 2004-08-02  Roger Sayle  <roger@eyesopen.com>
>
> 	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.

Ok, with the typo fix pointer out by Arnaud.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]