diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-06-19 01:13:53 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-06-19 11:13:53 +1000 |
commit | 7292b8e4bac5eaf830e81b38be439719ecee8cf3 (patch) | |
tree | 940ffd349ee44abb1c1899dc60f336e184cf035f /gcc/real.c | |
parent | 31dd593cddc4a78e9f2450b890e4a505be98e59c (diff) | |
download | gcc-7292b8e4bac5eaf830e81b38be439719ecee8cf3.tar.gz |
dfp.h, [...]: Remove references to IEEE 754R.
* dfp.h, dfp.c, config/dfp-bit.h, config/dfp-bit.c, real.h,
real.c: Remove references to IEEE 754R.
* doc/install.texi (Configuration): IEEE 754R -> IEEE 754-2008.
* doc/libgcc.texi (Decimal float library routines): Likewise.
From-SVN: r136933
Diffstat (limited to 'gcc/real.c')
-rw-r--r-- | gcc/real.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/real.c b/gcc/real.c index 5da2cb3b2ce..b0717569683 100644 --- a/gcc/real.c +++ b/gcc/real.c @@ -4279,7 +4279,7 @@ decode_decimal_quad (const struct real_format *fmt ATTRIBUTE_UNUSED, decode_decimal128 (fmt, r, buf); } -/* Single precision decimal floating point (IEEE 754R). */ +/* Single precision decimal floating point (IEEE 754). */ const struct real_format decimal_single_format = { encode_decimal_single, @@ -4299,7 +4299,7 @@ const struct real_format decimal_single_format = false }; -/* Double precision decimal floating point (IEEE 754R). */ +/* Double precision decimal floating point (IEEE 754). */ const struct real_format decimal_double_format = { encode_decimal_double, @@ -4319,7 +4319,7 @@ const struct real_format decimal_double_format = false }; -/* Quad precision decimal floating point (IEEE 754R). */ +/* Quad precision decimal floating point (IEEE 754). */ const struct real_format decimal_quad_format = { encode_decimal_quad, |