]> gcc.gnu.org Git - gcc.git/commit
re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))
authorPhil Edwards <pme@gcc.gnu.org>
Mon, 25 Jun 2001 20:57:51 +0000 (20:57 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Mon, 25 Jun 2001 20:57:51 +0000 (20:57 +0000)
commite4bf60773bd02c39870837ec4f3677ba9a54c574
tree2eafa77d270c7b2d31a603cfbc2722c5c9d5ea0a
parentc94ef60f8f2e6e2c9ba2f5f3145d5c9cf2aed11c
re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))

2001-06-25  Phil Edwards  <pme@sources.redhat.com>
            Kurt Garloff <garloff@suse.de>

PR libstdc++/3377
* src/cmath.cc:  New [version of an old] file; instantiate
__cmath_power to start with.
* src/Makefile.am (sources):  Add cmath.cc (and alphabetize).
* Makefile.in:  Regenerate.
* libio/Makefile.in:  Regenerate.
* libmath/Makefile.in:  Regenerate.
* libsupc++/Makefile.in:  Regenerate.
* src/Makefile.in:  Regenerate.
* testsuite/Makefile.in:  Regenerate.

Co-Authored-By: Kurt Garloff <garloff@suse.de>
From-SVN: r43559
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/libio/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
libstdc++-v3/src/cmath.cc [new file with mode: 0644]
libstdc++-v3/testsuite/Makefile.in
This page took 2.905525 seconds and 5 git commands to generate.