Remove set_default_param_value from documentation.
authorMartin Liska <mliska@suse.cz>
Tue, 12 Nov 2019 10:10:13 +0000 (11:10 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 12 Nov 2019 10:10:13 +0000 (10:10 +0000)
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

gcc/ChangeLog
gcc/common/common-target.def
gcc/doc/tm.texi

index 1be218cbf5c4a95adebb9f45420ab4e4f3caf19e..56f6d7ed043c74f9a9b8150b18904246215921d3 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2019-11-12  Martin Liska  <mliska@suse.cz>
 
        * common.opt: Remove param_values.
index 41b7e704c2ea9e119ba40f2bccc03ed30730043e..48096720e44a89e8201e7bb390c7caf138ed1289 100644 (file)
@@ -51,15 +51,13 @@ DEFHOOKPOD
 
 DEFHOOK
 (option_default_params,
-"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.",
  void, (void),
  hook_void_void)
 
 DEFHOOK
 (option_validate_param,
-"Validate target-dependent value for @option{--param} settings, using\
- calls to @code{set_param_value}.",
+"Validate target-dependent value for @option{--param} settings.",
  bool, (int, int),
  default_option_validate_param)
 
index cd9aed9874f4e6b2b0e2f8956ed6155975e643a8..f6bc31bef65accb0f46afa52699c1450e079e102 100644 (file)
@@ -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