acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, atan2l.
authorGabriel Dos Reis <gdr@merlin.codesourcery.com>
Wed, 25 Jul 2001 08:06:47 +0000 (08:06 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Wed, 25 Jul 2001 08:06:47 +0000 (08:06 +0000)
commitd38cd8ae50fc7c9f174ce0db55582b7349b4cef1
tree3c9a527aa129d17798187094a56296270e1eb09a
parent40a25731d64b0756aa5aa387e1a5c9a34bf23cfc
acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, atan2l.

        * acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf,
        hypotl, atan2f, atan2l.  Remove from REPLACE_MATHFUNCS list.
        * aclocal.m4: Regenerate.
        * config.h.in: Likewise.
        * configure: Likewise.
        * libmath/Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove hypotl.c
        (EXTRA_DIST): Remove hypot.c hypotf.c.
        * libmath/Makefile.am: Regenerate.
        * libmath/hypotf.c: Remove.
        * libmath/hypot.c: Likewise.
        * libmath/hypotl.c: Likewise.
        * libmath/stubs.c: The macros seen here are HAVE_xxx, not
        _GLIBCPP_HAVE_xxx.  Add long double versions.

From-SVN: r44334
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/hypot.c [deleted file]
libstdc++-v3/libmath/hypotf.c [deleted file]
libstdc++-v3/libmath/hypotl.c [deleted file]
libstdc++-v3/libmath/stubs.c