OSDN Git Service

* src/complex.cc (pow): Remove definitions for explicit
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2000 04:01:46 +0000 (04:01 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 5 Dec 2000 04:01:46 +0000 (04:01 +0000)
commited3ce29ed6cf5598c425fdb6327fbdc1e212a390
tree03b6674b6d9557a4808e01491e4a7256cc0eaaba
parent664538a4e84ecc87e7d132dd56d3fe1a7d74052a
* 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
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