]> gcc.gnu.org Git - gcc.git/commit - libstdc++-v3/acinclude.m4
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl...
authorMark Mitchell <mark@codesourcery.com>
Mon, 30 Oct 2000 21:30:30 +0000 (21:30 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 30 Oct 2000 21:30:30 +0000 (21:30 +0000)
commitb4b2a48720f16f18c0c085f1fc253b191de9496e
treeba017196d447af6f4985360c421d937ed36cf067
parent747dcaf1dd85e67d04b2c1c8c609760d77e726fe
acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and cabsl, too.

        * acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check
        for cabs, cabsf, and cabsl, too.
        * aclocal.m4: Regenerated.
        * config.h.in: Likewise.
        * configure: Likewise.
        * libmath/Makefile.am (libmath_la_SOURCES): Remove cabs.c and
        cabsf.c.
        * libmath/Makefile.in: Regenerated.
        * libmath/complex-stub.h (cabs): Don't declare if the system
        already provides this function.
        (cabsf): Likewise.
        (cabsl): Likewise.
        * src/complex.cc (abs): Directly use `hypot' since we can't call
        cabs on IRIX.

From-SVN: r37145
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/config.h.in
libstdc++-v3/configure
libstdc++-v3/libmath/Makefile.am
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libmath/complex-stub.h
libstdc++-v3/src/complex.cc
This page took 0.062361 seconds and 5 git commands to generate.