gcc/libstdc++-v3/shadow
Steven King 54fa741538 acconfig.h: Added defines for HAVE_BUILTIN math functs for float, double and long double.
2000-06-06  Steven King <sxking@uswest.net>

        * acconfig.h: Added defines for HAVE_BUILTIN math functs for float,
        double and long double.  Added defines for HAVE libm math functs for
        float and long double.
        * aclocal.m4: Added configure checks for builtin math funcs and libm
        support for float and long double versions of the math functions.
        * config.h.in: Added undefs for math functs.
        * configure: Regenerate.
        * math/mathconf: Changed the _GLIBCPP_HAS_BUILTIN_* to
        _GLIBCPP_HAVE_BUILTIN_*.
        * bits/std_cmath.h: Added long double support.  Use builtins for
        float, double and long if available, otherwise, use libm versions if
        availible, otherwise, punt.
        * shadow/bits/std_cmath.h: ditto

From-SVN: r34436
2000-06-06 20:26:13 +00:00
..
bits acconfig.h: Added defines for HAVE_BUILTIN math functs for float, double and long double. 2000-06-06 20:26:13 +00:00
sys [multiple changes] 2000-05-17 21:46:40 +00:00
assert.h libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
ctype.h [multiple changes] 2000-05-19 09:33:23 +00:00
errno.h libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
float.h libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
libio.h [multiple changes] 2000-05-19 09:33:23 +00:00
limits.h libstdc++-v3: New directory. 2000-04-21 20:33:34 +00:00
locale.h [multiple changes] 2000-05-19 09:33:23 +00:00
math.h [multiple changes] 2000-05-19 09:33:23 +00:00
setjmp.h [multiple changes] 2000-05-19 09:33:23 +00:00
signal.h [multiple changes] 2000-05-19 09:33:23 +00:00
stdarg.h [multiple changes] 2000-05-19 09:33:23 +00:00
stddef.h [multiple changes] 2000-05-19 09:33:23 +00:00
stdio.h [multiple changes] 2000-05-19 09:33:23 +00:00
stdlib.h [multiple changes] 2000-05-19 09:33:23 +00:00
string.h [multiple changes] 2000-05-19 09:33:23 +00:00
time.h [multiple changes] 2000-06-01 00:52:26 +00:00
unistd.h [multiple changes] 2000-05-19 09:33:23 +00:00
wchar.h [multiple changes] 2000-06-01 00:52:26 +00:00
wctype.h [multiple changes] 2000-05-19 09:33:23 +00:00