diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2020-08-24 22:26:54 +0200 |
---|---|---|
committer | Pierre-Marie de Rodat <derodat@adacore.com> | 2020-10-22 08:11:26 -0400 |
commit | 47c53b0a23f20af9d30f44109714871bff8908cd (patch) | |
tree | 2e2105021348e956e00f70610de01025ecde15bd | |
parent | 9a678fedcbabb69b3d44e9ef557709aecfffbeab (diff) | |
download | gcc-47c53b0a23f20af9d30f44109714871bff8908cd.zip gcc-47c53b0a23f20af9d30f44109714871bff8908cd.tar.gz gcc-47c53b0a23f20af9d30f44109714871bff8908cd.tar.bz2 |
[Ada] Minor fix in GNAT RM
gcc/ada/
* doc/gnat_rm/implementation_advice.rst: Minor fix.
* gnat_rm.texi: Regenerate.
-rw-r--r-- | gcc/ada/doc/gnat_rm/implementation_advice.rst | 10 | ||||
-rw-r--r-- | gcc/ada/gnat_rm.texi | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gcc/ada/doc/gnat_rm/implementation_advice.rst b/gcc/ada/doc/gnat_rm/implementation_advice.rst index 998d0c5..e86ad0a 100644 --- a/gcc/ada/doc/gnat_rm/implementation_advice.rst +++ b/gcc/ada/doc/gnat_rm/implementation_advice.rst @@ -199,11 +199,11 @@ former provides improved compatibility with other implementations supporting this type. The latter corresponds to the highest precision floating-point type supported by the hardware. On most machines, this will be the same as ``Long_Float``, but on some machines, it will -correspond to the IEEE extended form. The notable case is all ia32 -(x86) implementations, where ``Long_Long_Float`` corresponds to -the 80-bit extended precision format supported in hardware on this -processor. Note that the 128-bit format on SPARC is not supported, -since this is a software rather than a hardware format. +correspond to the IEEE extended form. The notable case is all x86 +implementations, where ``Long_Long_Float`` corresponds to the 80-bit +extended precision format supported in hardware on this processor. +Note that the 128-bit format on SPARC is not supported, since this +is a software rather than a hardware format. .. index:: Multidimensional arrays diff --git a/gcc/ada/gnat_rm.texi b/gcc/ada/gnat_rm.texi index 88e2479..49cdd8d 100644 --- a/gcc/ada/gnat_rm.texi +++ b/gcc/ada/gnat_rm.texi @@ -13736,11 +13736,11 @@ former provides improved compatibility with other implementations supporting this type. The latter corresponds to the highest precision floating-point type supported by the hardware. On most machines, this will be the same as @code{Long_Float}, but on some machines, it will -correspond to the IEEE extended form. The notable case is all ia32 -(x86) implementations, where @code{Long_Long_Float} corresponds to -the 80-bit extended precision format supported in hardware on this -processor. Note that the 128-bit format on SPARC is not supported, -since this is a software rather than a hardware format. +correspond to the IEEE extended form. The notable case is all x86 +implementations, where @code{Long_Long_Float} corresponds to the 80-bit +extended precision format supported in hardware on this processor. +Note that the 128-bit format on SPARC is not supported, since this +is a software rather than a hardware format. @geindex Multidimensional arrays |