diff options
author | Martin Liska <mliska@suse.cz> | 2019-11-12 11:10:13 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-11-12 10:10:13 +0000 |
commit | 11b5ca6eb718c8c3c951c776e127092b92888724 (patch) | |
tree | 0b9ce37e875868c8db5733fbbd76caac6e543900 /gcc/doc | |
parent | 8cc5fcaf1f04f8c7323181a53f05b34ed28a0f1a (diff) | |
download | gcc-11b5ca6eb718c8c3c951c776e127092b92888724.zip gcc-11b5ca6eb718c8c3c951c776e127092b92888724.tar.gz gcc-11b5ca6eb718c8c3c951c776e127092b92888724.tar.bz2 |
Remove set_default_param_value from documentation.
2019-11-12 Martin Liska <mliska@suse.cz>
* common/common-target.def:
Do not mention set_default_param_value
and set_param_value.
* doc/tm.texi: Likewise.
From-SVN: r278088
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index cd9aed9..f6bc31b 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -759,11 +759,11 @@ Set target-dependent initial values of fields in @var{opts}. @end deftypefn @deftypefn {Common Target Hook} void TARGET_OPTION_DEFAULT_PARAMS (void) -Set target-dependent default values for @option{--param} settings, using calls to @code{set_default_param_value}. +Set target-dependent default values for @option{--param} settings. @end deftypefn @deftypefn {Common Target Hook} bool TARGET_OPTION_VALIDATE_PARAM (int, @var{int}) -Validate target-dependent value for @option{--param} settings, using calls to @code{set_param_value}. +Validate target-dependent value for @option{--param} settings. @end deftypefn @defmac SWITCHABLE_TARGET |