]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/aclocal.m4
Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list.
authorGabriel Dos Reis <gdr@codesourcery.com>
Thu, 21 Dec 2000 01:28:58 +0000 (01:28 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 21 Dec 2000 01:28:58 +0000 (01:28 +0000)
commit1228c7b6bde4a1504e2eb57626e58db322132805
tree61badc342d3eb229c3bff772c8045fd228faff42
parent4b01bd1658cc87a0d9a674606b4ae78a3b4594fe
Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list.

* src/Makefile.am (sources): Remove complex.cc, complexf.cc and
complexl.cc from list.
* src/Makefile.in: Regenerate.
* src/complex.cc: Remove.
* src/complexf.cc: Likewise.
* src/complexl.cc: Likewise.

* libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove csqrtl.c
(EXTRA_DIST): Remove csqrt.c and csqrtf.c.
* libmath/Makefile.in: Regenerate.
* libmath/complex-stub.h: Remove.
* libmath/csqrt.c: Likewise.
* libmath/sqrtf.c: Likewise.
* libmath/sqrtl.c: Likewise.
* libmath/mathconf.h: Remove <complex.h> and "complex-stub.h"
#inclusion.

* include/bits/std_complex.h (sqrt<>): Define primary template.
(complex<>): Remove sqrt friend declarations.

* configure.in: Initialize with src/ios.cc.
* configure: Regenerate.
* acinclude.m4: Remove check for csqrt* and <complex.h>
* aclocal.m4: Regenerate.
* config.h.in: Regenerate.
* Makefile.in: Regenerate.

From-SVN: r38409
19 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/configure.in
libstdc++-v3/include/bits/std_complex.h
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libmath/complex-stub.h [deleted file]
libstdc++-v3/libmath/csqrt.c [deleted file]
libstdc++-v3/libmath/csqrtf.c [deleted file]
libstdc++-v3/libmath/csqrtl.c [deleted file]
libstdc++-v3/libmath/mathconf.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/complex.cc [deleted file]
libstdc++-v3/src/complexf.cc [deleted file]
libstdc++-v3/src/complexl.cc [deleted file]