-
- Downloads
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
- libstdc++-v3/ChangeLog 44 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/acinclude.m4 2 additions, 5 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/aclocal.m4 2 additions, 5 deletionslibstdc++-v3/aclocal.m4
- libstdc++-v3/configure 107 additions, 110 deletionslibstdc++-v3/configure
- libstdc++-v3/include/bits/std_complex.h 14 additions, 6 deletionslibstdc++-v3/include/bits/std_complex.h
- libstdc++-v3/libmath/Makefile.am 2 additions, 9 deletionslibstdc++-v3/libmath/Makefile.am
- libstdc++-v3/libmath/Makefile.in 5 additions, 20 deletionslibstdc++-v3/libmath/Makefile.in
- libstdc++-v3/libmath/ccos.c 0 additions, 68 deletionslibstdc++-v3/libmath/ccos.c
- libstdc++-v3/libmath/ccosf.c 0 additions, 68 deletionslibstdc++-v3/libmath/ccosf.c
- libstdc++-v3/libmath/ccosh.c 0 additions, 93 deletionslibstdc++-v3/libmath/ccosh.c
- libstdc++-v3/libmath/ccoshf.c 0 additions, 92 deletionslibstdc++-v3/libmath/ccoshf.c
- libstdc++-v3/libmath/ccoshl.c 0 additions, 92 deletionslibstdc++-v3/libmath/ccoshl.c
- libstdc++-v3/libmath/ccosl.c 0 additions, 69 deletionslibstdc++-v3/libmath/ccosl.c
- libstdc++-v3/libmath/cexp.c 0 additions, 111 deletionslibstdc++-v3/libmath/cexp.c
- libstdc++-v3/libmath/cexpf.c 0 additions, 110 deletionslibstdc++-v3/libmath/cexpf.c
- libstdc++-v3/libmath/cexpl.c 0 additions, 110 deletionslibstdc++-v3/libmath/cexpl.c
- libstdc++-v3/libmath/clog10.c 0 additions, 65 deletionslibstdc++-v3/libmath/clog10.c
- libstdc++-v3/libmath/clog10f.c 0 additions, 64 deletionslibstdc++-v3/libmath/clog10f.c
- libstdc++-v3/libmath/clog10l.c 0 additions, 74 deletionslibstdc++-v3/libmath/clog10l.c
- libstdc++-v3/libmath/complex-stub.h 0 additions, 36 deletionslibstdc++-v3/libmath/complex-stub.h
Loading
Please register or sign in to comment