]> gcc.gnu.org Git - gcc.git/commit
acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for sinf, cosf, fabsf, and...
authorBranko Cibej <branko.cibej@hermes.si>
Thu, 8 Jun 2000 21:22:02 +0000 (23:22 +0200)
committerPhil Edwards <pme@gcc.gnu.org>
Thu, 8 Jun 2000 21:22:02 +0000 (21:22 +0000)
commit6c820cf2ec17eb1655f8729d67eb2cd0dc81699d
tree7a8abe294cfb8256d3e855c42932558c008ba644
parent5c61f0f2a8a6107536d823dded10d7bb96a22af2
acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT): Check for sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.

2000-06-08  Branko Cibej  <branko.cibej@hermes.si>

* acinclude.m4 (GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT):  Check for
  sinf, cosf, fabsf, and sqrtf; add to LIBMATHOBJS if missing.
* aclocal.m4:  Regenerate.
* configure:  Regenerate.
* math/cosf.c:  New file.
* math/fabsf.c:  Likewise.
* math/sinf.c:  Likewise.
* math/sqrtf.c:  Likewise.
* math/Makefile.am (EXTRA_DIST):  Add those four files.
* math/Makefile.in:  Regenerate.

From-SVN: r34461
libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/aclocal.m4
libstdc++-v3/configure
libstdc++-v3/math/Makefile.am
libstdc++-v3/math/Makefile.in
libstdc++-v3/math/cosf.c [new file with mode: 0644]
libstdc++-v3/math/fabsf.c [new file with mode: 0644]
libstdc++-v3/math/sinf.c [new file with mode: 0644]
libstdc++-v3/math/sqrtf.c [new file with mode: 0644]
This page took 0.062449 seconds and 5 git commands to generate.