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
Showing
This diff is collapsed.
Click to expand it.
libstdc++-v3/libmath/ccos.c
deleted
100644 → 0
libstdc++-v3/libmath/ccosf.c
deleted
100644 → 0
libstdc++-v3/libmath/ccosh.c
deleted
100644 → 0
libstdc++-v3/libmath/ccoshf.c
deleted
100644 → 0
libstdc++-v3/libmath/ccoshl.c
deleted
100644 → 0
libstdc++-v3/libmath/ccosl.c
deleted
100644 → 0
libstdc++-v3/libmath/cexp.c
deleted
100644 → 0
libstdc++-v3/libmath/cexpf.c
deleted
100644 → 0
libstdc++-v3/libmath/cexpl.c
deleted
100644 → 0
libstdc++-v3/libmath/clog10.c
deleted
100644 → 0
libstdc++-v3/libmath/clog10f.c
deleted
100644 → 0
libstdc++-v3/libmath/clog10l.c
deleted
100644 → 0
libstdc++-v3/libmath/csin.c
deleted
100644 → 0
libstdc++-v3/libmath/csinf.c
deleted
100644 → 0
libstdc++-v3/libmath/csinh.c
deleted
100644 → 0
libstdc++-v3/libmath/csinhf.c
deleted
100644 → 0
libstdc++-v3/libmath/csinhl.c
deleted
100644 → 0
libstdc++-v3/libmath/csinl.c
deleted
100644 → 0
libstdc++-v3/libmath/ctan.c
deleted
100644 → 0
libstdc++-v3/libmath/ctanf.c
deleted
100644 → 0
libstdc++-v3/libmath/ctanh.c
deleted
100644 → 0
libstdc++-v3/libmath/ctanhf.c
deleted
100644 → 0
libstdc++-v3/libmath/ctanhl.c
deleted
100644 → 0
libstdc++-v3/libmath/ctanl.c
deleted
100644 → 0
Please
register
or
sign in
to comment