From 7292b8e4bac5eaf830e81b38be439719ecee8cf3 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 19 Jun 2008 01:13:53 +0000 Subject: 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 --- gcc/real.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/real.h') diff --git a/gcc/real.h b/gcc/real.h index 9809004..6332299 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) \ -- cgit v1.1