aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dfp-bit.c
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/config/dfp-bit.c
parent31dd593cddc4a78e9f2450b890e4a505be98e59c (diff)
downloadgcc-7292b8e4bac5eaf830e81b38be439719ecee8cf3.zip
gcc-7292b8e4bac5eaf830e81b38be439719ecee8cf3.tar.gz
gcc-7292b8e4bac5eaf830e81b38be439719ecee8cf3.tar.bz2
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/config/dfp-bit.c')
-rw-r--r--gcc/config/dfp-bit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/dfp-bit.c b/gcc/config/dfp-bit.c
index ac57443..bfce851 100644
--- a/gcc/config/dfp-bit.c
+++ b/gcc/config/dfp-bit.c
@@ -27,7 +27,7 @@ along with GCC; see the file COPYING. If not, write to the Free
Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA. */
-/* This implements IEEE 754R decimal floating point arithmetic, but
+/* This implements IEEE 754 decimal floating point arithmetic, but
does not provide a mechanism for setting the rounding mode, or for
generating or handling exceptions. Conversions between decimal
floating point types and other types depend on C library functions.