gcc/libstdc++-v3/src
Gabriel Dos Reis 0ba2a514ef 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
2000-12-08 05:57:48 +00:00
..
Makefile.am Makefile.am (libstdc++.INC): Revert for libjava builds. 2000-12-06 03:05:12 +00:00
Makefile.in acinclude.m4 (GLIBCPP_CHECK_*_DECL_AND_LINKAGE_*): Pre-test whether the cached result is present. 2000-12-06 21:44:50 +00:00
bitset.cc Makefile.am (sources): Add bitset.cc 2000-11-29 01:09:09 +00:00
codecvt.cc locale_facets.h (ctype): Remove _Ctype_nois and _Ctype and replace with common __ctype_abstract_base. 2000-12-07 06:44:49 +00:00
complex.cc Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ctanhl, ctanl. 2000-12-08 05:57:48 +00:00
complex_io.cc [multiple changes] 2000-10-31 01:26:06 +00:00
complexf.cc [multiple changes] 2000-10-04 05:06:32 +00:00
complexl.cc acinclude.m4 (GLIBCPP_ENABLE_LONG_DOUBLE): Remove. 2000-10-26 14:56:05 +00:00
gen-num-limits.cc acinclude.m4: Update URL on egcs.cygnus.com to point to gcc.gnu.org. 2000-10-30 13:15:24 +00:00
ios.cc ios_base.h (ios_base::failure::~failure, [...]): Move defintion to ... 2000-11-23 04:53:40 +00:00
limits_generic.cc libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
locale-inst.cc locale_facets.h (ctype): Remove _Ctype_nois and _Ctype and replace with common __ctype_abstract_base. 2000-12-07 06:44:49 +00:00
locale.cc locale_facets.h (ctype): Remove _Ctype_nois and _Ctype and replace with common __ctype_abstract_base. 2000-12-07 06:44:49 +00:00
localename.cc c_io_libio.cc (basic_file<char>::__basic_file): Don't pass a NULL _IO_wide_data to _IO_no_init when... 2000-10-29 21:52:54 +00:00
misc-inst.cc misc-inst.cc (std): Remove instantiations. 2000-07-26 20:55:48 +00:00
stdexcept.cc libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
stdstreams.cc libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
stl-inst.cc stl-inst.cc: Change __sink_unused_warning to unsigned int for alpha. 2000-07-22 01:27:11 +00:00
string-inst.cc string-inst.cc (basic_string<C>::npos): Explicitly instantiate it. 2000-10-28 21:28:44 +00:00
strstream.cc strstream.cc: Adjust includes. 2000-11-22 00:05:16 +00:00
valarray-inst.cc Line up with libstdc++-v2 version of valarray. 2000-07-22 10:40:30 +00:00