summaryrefslogtreecommitdiff
path: root/gcc/real.h
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-06-19 01:13:53 +0000
committerBen Elliston <bje@gcc.gnu.org>2008-06-19 11:13:53 +1000
commit7292b8e4bac5eaf830e81b38be439719ecee8cf3 (patch)
tree940ffd349ee44abb1c1899dc60f336e184cf035f /gcc/real.h
parent31dd593cddc4a78e9f2450b890e4a505be98e59c (diff)
downloadgcc-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.h')
-rw-r--r--gcc/real.h2
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) \