diff options
author | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-05 04:01:46 +0000 |
---|---|---|
committer | gdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-12-05 04:01:46 +0000 |
commit | ed3ce29ed6cf5598c425fdb6327fbdc1e212a390 (patch) | |
tree | 03b6674b6d9557a4808e01491e4a7256cc0eaaba /libstdc++-v3/configure | |
parent | 664538a4e84ecc87e7d132dd56d3fe1a7d74052a (diff) | |
download | gcc-ed3ce29ed6cf5598c425fdb6327fbdc1e212a390.tar.gz |
* src/complex.cc (pow): Remove definitions for explicit
specializations.
* libmath/mathconf.h: Remove declarations for c_log, c_logf,
c_logl.
* libmath/complex-stub.h: Remove declarations for cpow, cpowf,
cpowl.
* libmath/cpow.c: Remove.
* libmath/cpowf.c: Remove.
* libmath/cpowl.c: Remove.
* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove c_logl,
cpowl,
(EXTRA_DIST): Remove c_log, c_logf, carg, cargf.
* libmath/Makefile.in: Regenarate.
* libmath/c_log.c: Remove
* libmath/c_logf.c: Likewise.
* libmath/c_logl.c: Likewise.
* libmath/carg.c: Likewise.
* libmath/cargf.c: Likewise.
* libmath/cargl.c: Likewise.
* include/bits/std_complex.h (pow): Define primary templates.
(complex<>): Remove friend declarations for pow<>().
* acinclude.m4: Remove check for c_log, c_logf, c_logl, carg,
cargf.
* aclocal.m4: Regenarate.
* configure: Regenarate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38025 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 6a30003cb79..bb40e4690b7 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -17075,8 +17075,8 @@ else fi for ac_func in ccos ccosf ccosh ccoshf cexp cexpf \ - c_log c_logf clog10 clog10f cpow cpowf csin csinf csinh csinhf csqrt \ - csqrtf ctan ctanf ctanh ctanhf carg cargf nan hypot hypotf atan2f expf \ + csin csinf csinh csinhf csqrt \ + csqrtf ctan ctanf ctanh ctanhf nan hypot hypotf atan2f expf \ copysignf do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 @@ -17140,7 +17140,7 @@ done && test x$ac_cv_func_copysignl = x"yes"; then USE_COMPLEX_LONG_DOUBLE=yes for ac_func in ccoshl ccosl cexpl cpowl csinhl csinl \ - csqrtl ctanhl ctanl cargl hypotl signbitl c_logl clog10l + csqrtl ctanhl ctanl hypotl signbitl clog10l do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:17147: checking for $ac_func" >&5 |