params.def: Fixed comment.
authorKenneth Zadeck <zadeck@naturalbridge.com>
Thu, 28 Jul 2005 00:40:06 +0000 (00:40 +0000)
committerKenneth Zadeck <zadeck@gcc.gnu.org>
Thu, 28 Jul 2005 00:40:06 +0000 (00:40 +0000)
2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
* params.def: Fixed comment.

From-SVN: r102451

gcc/ChangeLog
gcc/params.def

index a4025df84bd0f29cfe9f026dd1359c525e4341b4..4bc38c2e210163a675fcdbd8bbb31f879f30d7ee 100644 (file)
@@ -1,3 +1,6 @@
+2005-07-27  Kenneth Zadeck <zadeck@naturalbridge.com>
+       * params.def: Fixed comment.
+       
 2005-07-27  Bjoern Haase  <bjoern.m.haase@web.de>
 
        PR target/19885
index 1428b480068f20151e4a1fb80bb85372abc7ecaf..39178228d07416d0904a4fb517a1ed5b08603ed0 100644 (file)
@@ -22,7 +22,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 */
 
 /* This file contains definitions for language-independent
-   parameters.  The DEFPARAM macro takes 4 arguments:
+   parameters.  The DEFPARAM macro takes 6 arguments:
 
      - The enumeral corresponding to this parameter.
 
@@ -33,6 +33,11 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
 
      - A default value for the parameter.
 
+     - The minimun acceptable value for the parameter.
+
+     - The maximun acceptable value for the parameter (if greater than
+     the minimum).
+
    Be sure to add an entry to invoke.texi summarizing the parameter.  */
 
 /* The maximum number of fields in a variable with only implicit uses