]> git.ipfire.org Git - thirdparty/gcc.git/commit
complex.cc (pow): Remove definitions for explicit specializations.
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 5 Dec 2000 04:01:46 +0000 (04:01 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 5 Dec 2000 04:01:46 +0000 (04:01 +0000)
commitfad3e66e8e783dfb8a1985ab150e24996b0f8bf7
tree03b6674b6d9557a4808e01491e4a7256cc0eaaba
parent9d86bffccb9b643d2e8b88399ee0a28d67bfb4b6
complex.cc (pow): Remove definitions for explicit specializations.

* 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.

From-SVN: r38025
19 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/include/bits/std_complex.h
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libmath/c_log.c [deleted file]
libstdc++-v3/libmath/c_logf.c [deleted file]
libstdc++-v3/libmath/c_logl.c [deleted file]
libstdc++-v3/libmath/carg.c [deleted file]
libstdc++-v3/libmath/cargf.c [deleted file]
libstdc++-v3/libmath/cargl.c [deleted file]
libstdc++-v3/libmath/complex-stub.h
libstdc++-v3/libmath/cpow.c [deleted file]
libstdc++-v3/libmath/cpowf.c [deleted file]
libstdc++-v3/libmath/cpowl.c [deleted file]
libstdc++-v3/libmath/mathconf.h
libstdc++-v3/src/complex.cc