Commit 11b5ca6e by Martin Liska Committed by Martin Liska

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
parent 8cc5fcaf
2019-11-12 Martin Liska <mliska@suse.cz> 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. * common.opt: Remove param_values.
* config/i386/i386-options.c (ix86_valid_target_attribute_p): * config/i386/i386-options.c (ix86_valid_target_attribute_p):
Remove finalize_options_struct. Remove finalize_options_struct.
...@@ -51,15 +51,13 @@ DEFHOOKPOD ...@@ -51,15 +51,13 @@ DEFHOOKPOD
DEFHOOK DEFHOOK
(option_default_params, (option_default_params,
"Set target-dependent default values for @option{--param} settings, using\ "Set target-dependent default values for @option{--param} settings.",
calls to @code{set_default_param_value}.",
void, (void), void, (void),
hook_void_void) hook_void_void)
DEFHOOK DEFHOOK
(option_validate_param, (option_validate_param,
"Validate target-dependent value for @option{--param} settings, using\ "Validate target-dependent value for @option{--param} settings.",
calls to @code{set_param_value}.",
bool, (int, int), bool, (int, int),
default_option_validate_param) default_option_validate_param)
......
...@@ -759,11 +759,11 @@ Set target-dependent initial values of fields in @var{opts}. ...@@ -759,11 +759,11 @@ Set target-dependent initial values of fields in @var{opts}.
@end deftypefn @end deftypefn
@deftypefn {Common Target Hook} void TARGET_OPTION_DEFAULT_PARAMS (void) @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 @end deftypefn
@deftypefn {Common Target Hook} bool TARGET_OPTION_VALIDATE_PARAM (int, @var{int}) @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 @end deftypefn
@defmac SWITCHABLE_TARGET @defmac SWITCHABLE_TARGET
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment