diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2005-07-28 00:40:06 +0000 |
---|---|---|
committer | Kenneth Zadeck <zadeck@gcc.gnu.org> | 2005-07-28 00:40:06 +0000 |
commit | 1eb68dca8cecf8ed4873552a041214e0cd5c742a (patch) | |
tree | d9c584b2cc9ab00f83dfe7c6aeb3655e9c7ad40d | |
parent | c176f92a4939a4d33152a7cca9457acf29511492 (diff) | |
download | gcc-1eb68dca8cecf8ed4873552a041214e0cd5c742a.zip gcc-1eb68dca8cecf8ed4873552a041214e0cd5c742a.tar.gz gcc-1eb68dca8cecf8ed4873552a041214e0cd5c742a.tar.bz2 |
params.def: Fixed comment.
2005-07-27 Kenneth Zadeck <zadeck@naturalbridge.com>
* params.def: Fixed comment.
From-SVN: r102451
-rw-r--r-- | gcc/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/params.def | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a4025df..4bc38c2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/params.def b/gcc/params.def index 1428b48..3917822 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -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 |