diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-06-19 01:13:53 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-06-19 11:13:53 +1000 |
commit | 7292b8e4bac5eaf830e81b38be439719ecee8cf3 (patch) | |
tree | 940ffd349ee44abb1c1899dc60f336e184cf035f /gcc/config/dfp-bit.h | |
parent | 31dd593cddc4a78e9f2450b890e4a505be98e59c (diff) | |
download | gcc-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.h')
-rw-r--r-- | gcc/config/dfp-bit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/dfp-bit.h b/gcc/config/dfp-bit.h index c02535b..4e46e34 100644 --- a/gcc/config/dfp-bit.h +++ b/gcc/config/dfp-bit.h @@ -65,7 +65,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA DFP_C_TYPE: type of the arguments to the libgcc functions; (eg _Decimal32) - IEEE_TYPE: the corresponding (encoded) IEEE754R type; + IEEE_TYPE: the corresponding (encoded) IEEE754 type; (eg decimal32) TO_INTERNAL: the name of the decNumber function to convert an @@ -163,7 +163,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA DFP_C_TYPE_TO: type of the result of dfp to dfp conversion. - IEEE_TYPE_TO: the corresponding (encoded) IEEE754R type. + IEEE_TYPE_TO: the corresponding (encoded) IEEE754 type. TO_ENCODED_TO: the name of the decNumber function to convert an internally represented decNumber into the encoded representation |