]> gcc.gnu.org Git - gcc.git/commit
cmath.cc: Remove.
authorGabriel Dos Reis <gdr@codesourcery.com>
Thu, 30 Nov 2000 23:44:32 +0000 (23:44 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Thu, 30 Nov 2000 23:44:32 +0000 (23:44 +0000)
commita30dbb3960c4ae895266e5c46519bfa3fd3ebd26
tree02696b9245ae1ec0420e02fd6afbd46ad318c866
parent29ced803f03dd87aa478f44844c4405db9196651
cmath.cc: Remove.

* src/cmath.cc: Remove.
* src/Makefile.am (c_base_headers): Add bits/cmath.tcc.
(sources): Remove cmath.cc
* src/Makefile.in: Regenerate.

* include/c/bits/std_cmath.h (__cmath_power<>): Declare.
(__cmath_abs<>): New function.
(abs, fabs): Use __cmath_abs when no direct support is available.
(__pow_helper<>): New function.
(pow): Define here.  Use __pow_helper<>.

* include/c/bits/cmath.tcc: New file.

From-SVN: r37901
libstdc++-v3/ChangeLog
libstdc++-v3/include/c/bits/cmath.tcc [moved from libstdc++-v3/src/cmath.cc with 63% similarity]
libstdc++-v3/include/c/bits/std_cmath.h
libstdc++-v3/src/Makefile.am
libstdc++-v3/src/Makefile.in
This page took 0.068805 seconds and 5 git commands to generate.