re PR translation/47911 (gettext string typo: params.def:861: parition)
2011-03-21 Richard Guenther <rguenther@suse.de> PR translation/47911 * params.def (lto-partitions): Fix typo. (lto-min-partition): Fix wording. From-SVN: r171244
This commit is contained in:
parent
ada5ad6738
commit
1cd9e4164e
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-03-21 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR translation/47911
|
||||
* params.def (lto-partitions): Fix typo.
|
||||
(lto-min-partition): Fix wording.
|
||||
|
||||
2011-03-21 Andreas Tobler <andreast@fgznet.ch>
|
||||
|
||||
* config/rs6000/t-freebsd: Remove duplication from file.
|
||||
|
|
|
@ -867,12 +867,12 @@ DEFPARAM (PARAM_DEVIRT_TYPE_LIST_SIZE,
|
|||
|
||||
DEFPARAM (PARAM_LTO_PARTITIONS,
|
||||
"lto-partitions",
|
||||
"Number of paritions program should be split to",
|
||||
"Number of partitions the program should be split to",
|
||||
32, 1, 0)
|
||||
|
||||
DEFPARAM (MIN_PARTITION_SIZE,
|
||||
"lto-min-partition",
|
||||
"Size of minimal paritition for WHOPR (in estimated instructions)",
|
||||
"Minimal size of a paritition for LTO (in estimated instructions)",
|
||||
1000, 0, 0)
|
||||
|
||||
/* Diagnostic parameters. */
|
||||
|
|
Loading…
Add table
Reference in a new issue