diff options
author | Andreas Schwab <schwab@suse.de> | 2001-08-15 15:57:41 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@gcc.gnu.org> | 2001-08-15 15:57:41 +0000 |
commit | 2e0aa8179f4c435211e1e5b3fadb090cf712a9b7 (patch) | |
tree | 34bf35318eed8253791f8813140f776d988e20f9 /libstdc++-v3/ChangeLog | |
parent | 6ad48e84df035fd325684bf59baf86c67ae1bdb1 (diff) | |
download | gcc-2e0aa8179f4c435211e1e5b3fadb090cf712a9b7.tar.gz |
std_limits.h [...]: Define appropriate long double limits for m68k extended floating point.
* include/bits/std_limits.h [__glibcpp_long_double_bits == 96]:
Define appropriate long double limits for m68k extended floating
point.
(__glibcpp_f32_digits10): Corrected, off by one.
(__glibcpp_f80_digits10): Likewise.
(__glibcpp_f128_digits10): Likewise.
* config/os/gnu-linux/bits/os_defines.h
(__glibcpp_long_double_bits) [__mc68000__]: Define to 96.
From-SVN: r44924
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 43743b8b8eb..cfb754f0212 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,14 @@ +2001-08-15 Andreas Schwab <schwab@suse.de> + + * include/bits/std_limits.h [__glibcpp_long_double_bits == 96]: + Define appropriate long double limits for m68k extended floating + point. + (__glibcpp_f32_digits10): Corrected, off by one. + (__glibcpp_f80_digits10): Likewise. + (__glibcpp_f128_digits10): Likewise. + * config/os/gnu-linux/bits/os_defines.h + (__glibcpp_long_double_bits) [__mc68000__]: Define to 96. + 2001-08-15 Gabriel Dos Reis <gdr@merlin.codesourcery.com> * testsuite/18_support/numeric_limits.cc: Add more tests. |