diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-19 01:13:53 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-06-19 01:13:53 +0000 |
commit | 6be7e42550ef83e5bf55b22ea857c1230844bf8a (patch) | |
tree | 940ffd349ee44abb1c1899dc60f336e184cf035f /gcc/real.c | |
parent | 875c97cab89d6be6d1a1f48846d0def558976cba (diff) | |
download | gcc-6be7e42550ef83e5bf55b22ea857c1230844bf8a.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136933 138bc75d-0d04-0410-961f-82ee72b054a4
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, |