* real.c (ibm_extended): Correct comment.
authorDavid Edelsohn <edelsohn@gnu.org>
Thu, 9 Dec 2004 20:21:45 +0000 (20:21 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 9 Dec 2004 20:21:45 +0000 (15:21 -0500)
From-SVN: r91964

gcc/ChangeLog
gcc/real.c

index d82d719cc8854ca0a6424093aeee3be3917f60de..3c3f735a8785c299cf5a82c8e0191912d9525598 100644 (file)
@@ -1,3 +1,7 @@
+2004-12-09  David Edelsohn  <edelsohn@gnu.org>
+
+       * real.c (ibm_extended): Correct comment.
+
 2004-12-09  Stan Shebs  <shebs@apple.com>
 
        * config/rs6000/darwin-asm.h: New file, 32/64-bit assembly macros
index 871fae73f34c18686dedfc388a01935fa4a50bd2..ebd402a32fac1a0d3c7697a220de9adfe15de15c 100644 (file)
@@ -3292,8 +3292,7 @@ const struct real_format ieee_extended_intel_96_round_53_format =
    range as an IEEE double precision value, but effectively 106 bits of
    significand precision.  Infinity and NaN are represented by their IEEE
    double precision value stored in the first number, the second number is
-   ignored.  Zeroes, Infinities, and NaNs are set in both doubles
-   due to precedent.  */
+   +0.0 or -0.0 for Infinity and don't-care for NaN.  */
 
 static void encode_ibm_extended (const struct real_format *fmt,
                                 long *, const REAL_VALUE_TYPE *);