mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 21:22:38 +08:00
2f1034940a
2000-06-19 Benjamin Kosnik <bkoz@soma.redhat.com> * docs/17_intro/contribute.html: Add bits about getting to the LWG issues pages. * docs/documentation.html: Rename link to make more accurate and scary. * docs/gccrebuild.html: Edit for clarity as these are no longer separate projects. * docs/install.html: Add bits about binutils for -ffunction-sections, -fdata-sections, -Wl,--gc-sections * configure.in: Add call for GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. * math/Makefile.am (EXTRA_DIST): Change USE_LONG_DOUBLE to USE_COMPLEX_LONG_DOUBLE. * acinclude.m4 (GLIBCPP_CHECK_MATH_SUPPORT): Break into GLIBCPP_CHECK_MATH_SUPPORT and GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT. Works around irregularies in powerpc "C" compiler, but a good idea anyway. * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_COMPILER_SUPPORT): New. Merge both old compiler bug checks for complex into this. From-SVN: r34601 |
||
---|---|---|
.. | ||
atan2f.c | ||
c_log.c | ||
c_logf.c | ||
c_logl.c | ||
cabs.c | ||
cabsf.c | ||
cabsl.c | ||
carg.c | ||
cargf.c | ||
cargl.c | ||
ccos.c | ||
ccosf.c | ||
ccosh.c | ||
ccoshf.c | ||
ccoshl.c | ||
ccosl.c | ||
cexp.c | ||
cexpf.c | ||
cexpl.c | ||
clog10.c | ||
clog10f.c | ||
clog10l.c | ||
complex-stub.h | ||
copysignf.c | ||
cosf.c | ||
cpow.c | ||
cpowf.c | ||
cpowl.c | ||
csin.c | ||
csinf.c | ||
csinh.c | ||
csinhf.c | ||
csinhl.c | ||
csinl.c | ||
csqrt.c | ||
csqrtf.c | ||
csqrtl.c | ||
ctan.c | ||
ctanf.c | ||
ctanh.c | ||
ctanhf.c | ||
ctanhl.c | ||
ctanl.c | ||
expf.c | ||
fabsf.c | ||
hypot.c | ||
hypotf.c | ||
hypotl.c | ||
Makefile.am | ||
Makefile.in | ||
mathconf.h | ||
nan.c | ||
signbit.c | ||
signbitf.c | ||
signbitl.c | ||
sinf.c | ||
sqrtf.c |