-
- Downloads
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
Showing
- libstdc++-v3/ChangeLog 16 additions, 0 deletionslibstdc++-v3/ChangeLog
- libstdc++-v3/acinclude.m4 9 additions, 6 deletionslibstdc++-v3/acinclude.m4
- libstdc++-v3/aclocal.m4 9 additions, 6 deletionslibstdc++-v3/aclocal.m4
- libstdc++-v3/config.h.in 15 additions, 0 deletionslibstdc++-v3/config.h.in
- libstdc++-v3/configure 1602 additions, 760 deletionslibstdc++-v3/configure
- libstdc++-v3/libmath/Makefile.am 2 additions, 5 deletionslibstdc++-v3/libmath/Makefile.am
- libstdc++-v3/libmath/Makefile.in 3 additions, 5 deletionslibstdc++-v3/libmath/Makefile.in
- libstdc++-v3/libmath/hypot.c 0 additions, 38 deletionslibstdc++-v3/libmath/hypot.c
- libstdc++-v3/libmath/hypotf.c 0 additions, 48 deletionslibstdc++-v3/libmath/hypotf.c
- libstdc++-v3/libmath/hypotl.c 0 additions, 37 deletionslibstdc++-v3/libmath/hypotl.c
- libstdc++-v3/libmath/stubs.c 157 additions, 13 deletionslibstdc++-v3/libmath/stubs.c
Loading
Please register or sign in to comment