]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
machmode.def: Fixed comments.
authorKenneth Zadeck <zadeck@naturalbridge.com>
Mon, 24 Jan 2011 20:08:06 +0000 (20:08 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Mon, 24 Jan 2011 20:08:06 +0000 (20:08 +0000)
2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>

* machmode.def: Fixed comments.

From-SVN: r169179

gcc/ChangeLog
gcc/machmode.def

index 65d7693fe2d9c7d00e64424cb40b5c9e81b51cb9..9a57795f512bd2be1e23ed614ddcc81a06369123 100644 (file)
@@ -1,3 +1,7 @@
+2011-01-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
+
+       * machmode.def: Fixed comments.
+       
 2011-01-24  Kai Tietz  <kai.tietz@onevision.com>
 
        * emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
index bb7ea99eadb5497b4c61d4fff71a538a73450741..631015f7345a13e7db2b2a246901473237457579 100644 (file)
@@ -86,15 +86,19 @@ along with GCC; see the file COPYING3.  If not see
        using floating point format FORMAT.
        All of the bits of its representation are significant.
 
-     DECIMAL FLOAT_MODE (MODE, BYTESIZE);
-       declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
-       wide.  All of the bits of its representation are significant.
-
      FRACTIONAL_FLOAT_MODE (MODE, PRECISION, BYTESIZE, FORMAT);
         declares MODE to be of class FLOAT, BYTESIZE bytes wide in
        storage, but with only PRECISION significant bits, using
        floating point format FORMAT.
 
+     DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+       declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+       wide.  All of the bits of its representation are significant.
+
+     FRACTIONAL_DECIMAL_FLOAT_MODE (MODE, BYTESIZE, FORMAT);
+       declares MODE to be of class DECIMAL_FLOAT and BYTESIZE bytes
+       wide.  All of the bits of its representation are significant.
+
      FRACT_MODE (MODE, BYTESIZE, FBIT);
        declares MODE to be of class FRACT and BYTESIZE bytes wide
        with FBIT fractional bits.  There may be padding bits.
@@ -108,7 +112,7 @@ along with GCC; see the file COPYING3.  If not see
        with IBIT integral bits and FBIT fractional bits.
        There may be padding bits.
 
-     UACCUM_MODE (MODE, BYTESIZE, FBIT);
+     UACCUM_MODE (MODE, BYTESIZE, IBIT, FBIT);
        declares MODE to be of class UACCUM and BYTESIZE bytes wide
        with IBIT integral bits and FBIT fractional bits.
        There may be padding bits.