public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Martin Liska <mliska@suse.cz>
To: gcc-patches@gcc.gnu.org
Subject: [PATCH 6/7] Remove set_default_param_value from documentation.
Date: Thu, 07 Nov 2019 12:33:00 -0000	[thread overview]
Message-ID: <d583ffe134d0a153f16a45492b861516a9f42a7b.1573125297.git.mliska@suse.cz> (raw)
In-Reply-To: <cover.1573125296.git.mliska@suse.cz>

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]


gcc/ChangeLog:

2019-11-06  Martin Liska  <mliska@suse.cz>

	* common/common-target.def:
	Do not mention set_default_param_value
	and set_param_value.
	* doc/tm.texi: Likewise.
---
 gcc/common/common-target.def | 6 ++----
 gcc/doc/tm.texi              | 4 ++--
 2 files changed, 4 insertions(+), 6 deletions(-)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0006-Remove-set_default_param_value-from-documentation.patch --]
[-- Type: text/x-patch; name="0006-Remove-set_default_param_value-from-documentation.patch", Size: 1582 bytes --]

diff --git a/gcc/common/common-target.def b/gcc/common/common-target.def
index 41b7e704c2e..48096720e44 100644
--- a/gcc/common/common-target.def
+++ b/gcc/common/common-target.def
@@ -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)
 
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index cd9aed9874f..f6bc31bef65 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

  parent reply	other threads:[~2019-11-07 12:33 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-07 12:33 [PATCH 0/7] Param conversion to option machinery Martin Liska
2019-11-07 12:33 ` [PATCH 7/7] Fix test-suite fallout Martin Liska
2019-11-07 12:33 ` [PATCH 1/7] Param to options conversion Martin Liska
2019-11-07 12:33 ` [PATCH 4/7] Remove gcc/params.* files Martin Liska
2019-11-12 21:17   ` Rainer Orth
2019-11-13  8:44     ` Martin Liška
2019-11-13  9:15       ` Rainer Orth
2019-11-07 12:33 ` Martin Liska [this message]
2019-11-07 12:33 ` [PATCH 5/7] Remove last leftover usage of params* files Martin Liska
2019-11-12 15:45   ` Harwath, Frederik
2019-11-12 19:33     ` Martin Liška
2019-11-07 12:33 ` [PATCH 2/7] Include new generated gcc/params.opt file Martin Liska
2019-11-20 14:51   ` David Malcolm
2019-11-20 14:53     ` Martin Liška
2019-11-20 15:03       ` David Malcolm
2019-11-20 15:08         ` Martin Liška
2019-11-20 21:32           ` David Malcolm
2019-11-21 13:05             ` Martin Liška
2019-11-07 12:34 ` [PATCH 3/7] Apply mechanical replacement (generated patch) Martin Liska
2019-11-11 14:39   ` Richard Biener
2019-11-12  9:20     ` Martin Liška
2019-11-12  9:52       ` Richard Biener
2019-11-12  9:22     ` [PATCH 8/9] Remove option_default_params and option_validate_param hooks Martin Liška
2019-11-12  9:44       ` Richard Biener
2019-11-11 14:06 ` [PATCH] Use more SET_OPTION_IF_UNSET Martin Liška
2019-11-12  9:19   ` Richard Biener
2019-11-11 14:50 ` [PATCH 0/7] Param conversion to option machinery Richard Biener
2019-11-12  9:24   ` Martin Liška
2019-11-12  9:45     ` Richard Biener

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d583ffe134d0a153f16a45492b861516a9f42a7b.1573125297.git.mliska@suse.cz \
    --to=mliska@suse.cz \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).