diff mbox

comment fix to machmode.def

Message ID 4D3DDC95.7040700@naturalbridge.com
State New
Headers show

Commit Message

Kenneth Zadeck Jan. 24, 2011, 8:09 p.m. UTC
committed as revision 169179.

On 01/24/2011 11:07 AM, Richard Guenther wrote:
> On Mon, 24 Jan 2011, Kenneth Zadeck wrote:
>
>> fix comment rot - no code change. ok to commit at this late stage?
> Ok.
>
> Richard.
diff mbox

Patch

Index: machmode.def
===================================================================
--- machmode.def	(revision 169162)
+++ machmode.def	(working copy)
@@ -86,15 +86,19 @@  along with GCC; see the file COPYING3.  
 	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.  
 	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.