aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-11-12 11:10:13 +0100
committerMartin Liska <marxin@gcc.gnu.org>2019-11-12 10:10:13 +0000
commit11b5ca6eb718c8c3c951c776e127092b92888724 (patch)
tree0b9ce37e875868c8db5733fbbd76caac6e543900 /gcc/doc
parent8cc5fcaf1f04f8c7323181a53f05b34ed28a0f1a (diff)
downloadgcc-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.texi4
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