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.h | |
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.h')
-rw-r--r-- | gcc/real.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/real.h b/gcc/real.h index 9809004ab16..633229969a7 100644 --- a/gcc/real.h +++ b/gcc/real.h @@ -319,7 +319,7 @@ extern const struct real_format decimal_quad_format; #define REAL_VALUE_FROM_UNSIGNED_INT(r, lo, hi, mode) \ real_from_integer (&(r), mode, lo, hi, 1) -/* Real values to IEEE 754R decimal floats. */ +/* Real values to IEEE 754 decimal floats. */ /* IN is a REAL_VALUE_TYPE. OUT is an array of longs. */ #define REAL_VALUE_TO_TARGET_DECIMAL128(IN, OUT) \ |