Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl...
authorGabriel Dos Reis <gdr@codesourcery.com>
Fri, 8 Dec 2000 05:57:48 +0000 (05:57 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Fri, 8 Dec 2000 05:57:48 +0000 (05:57 +0000)
commit0ba2a514ef78bfba79a4e011f19a25a14ba4819e
treec2efe55185f17757b1916b16445e9da6a1a2c288
parentecddf6a806ae5db3bcb526617f6eae5c07a5bff4
Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl, ctanl.

* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl,
cexpl, clog10l, csinhl, ctanhl, ctanl.
(EXTRA_DIST): Remove ccos, ccosf, csin, csinf, ccosh, ccoshf,
csing, csinhf, clog10, clog10f, ctan, ctanf, ctanh, ctanhf.
* libmath/Makefile.in: Regenarate.
* libmath/ccos.c: Remove.
* libmath/ccosf.c: Likewise.
* libmath/ccosl.c: Likewise.
* libmath/csin.c: Likewise.
* libmath/csinf.c: Likewise.
* libmath/csinl.c: Likewise.
* libmath/ctan.c: Likewise.
* libmath/ctanf.c: Likewise.
* libmath/ctanl.c: Likewise.
* libmath/ccosh.c: Likewise.
* libmath/ccoshf.c: Likewise.
* libmath/ccoshl.c: Likewise.
* libmath/csinh.c: Likewise.
* libmath/csinhf.c: Likewise.
* libmath/csinhl.c: Likewise.
* libmath/ctanh.c: Likewise.
* libmath/ctanhf.c: Likewise.
* libmath/ctanhl.c: Likewise.
* libmath/cexp.c: Likewise.
* libmath/cexpf.c: Likewise.
* libmath/cexpl.c: Likewise.
* libmath/clog10.c: Likewise.
* libmath/clog10f.c: Likewise.
* libmath/clog10l.c: Likewise.
* libmath/complex-stub.h: Remove forward declaration of functions
mentioned above.

* include/bits/std_complex.h(tan, tanh): Define primary templates.
(complex<>): Remove friend declarations for tan<> and tanh<>.
* src/complex.cc(tan, tanh): Remove specializations.

* acinclude.m4: Remove check for ccos, ccosf, ccosl, ccosh,
ccoshf, ccoshl, csin, csinf, csinl, csinh, csinhf, csinhl, cexp,
cexpf, cexpl, ctan, ctanf, ctanl, ctanh, ctanhf, ctanhl.
* aclocal.m4: Regenarate.
* configure: Regenarate.

From-SVN: r38128
33 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/ccos.c [deleted file]
libstdc++-v3/libmath/ccosf.c [deleted file]
libstdc++-v3/libmath/ccosh.c [deleted file]
libstdc++-v3/libmath/ccoshf.c [deleted file]
libstdc++-v3/libmath/ccoshl.c [deleted file]
libstdc++-v3/libmath/ccosl.c [deleted file]
libstdc++-v3/libmath/cexp.c [deleted file]
libstdc++-v3/libmath/cexpf.c [deleted file]
libstdc++-v3/libmath/cexpl.c [deleted file]
libstdc++-v3/libmath/clog10.c [deleted file]
libstdc++-v3/libmath/clog10f.c [deleted file]
libstdc++-v3/libmath/clog10l.c [deleted file]
libstdc++-v3/libmath/complex-stub.h
libstdc++-v3/libmath/csin.c [deleted file]
libstdc++-v3/libmath/csinf.c [deleted file]
libstdc++-v3/libmath/csinh.c [deleted file]
libstdc++-v3/libmath/csinhf.c [deleted file]
libstdc++-v3/libmath/csinhl.c [deleted file]
libstdc++-v3/libmath/csinl.c [deleted file]
libstdc++-v3/libmath/ctan.c [deleted file]
libstdc++-v3/libmath/ctanf.c [deleted file]
libstdc++-v3/libmath/ctanh.c [deleted file]
libstdc++-v3/libmath/ctanhf.c [deleted file]
libstdc++-v3/libmath/ctanhl.c [deleted file]
libstdc++-v3/libmath/ctanl.c [deleted file]
libstdc++-v3/src/complex.cc