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/doc/libgcc.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc/libgcc.texi') diff --git a/gcc/doc/libgcc.texi b/gcc/doc/libgcc.texi index 4026399..8ead53d 100644 --- a/gcc/doc/libgcc.texi +++ b/gcc/doc/libgcc.texi @@ -495,9 +495,9 @@ These functions return the quotient of @math{@var{a} + i@var{b}} and @node Decimal float library routines @section Routines for decimal floating point emulation @cindex decimal float library -@cindex IEEE-754R +@cindex IEEE 754-2008 -The software decimal floating point library implements IEEE 754R +The software decimal floating point library implements IEEE 754-2008 decimal floating point arithmetic and is only activated on selected targets. -- cgit v1.1