public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] rs6000/doc: Rename future cpu with power10
@ 2021-11-10  5:41 Kewen.Lin
  2021-11-10  8:52 ` Segher Boessenkool
  0 siblings, 1 reply; 5+ messages in thread
From: Kewen.Lin @ 2021-11-10  5:41 UTC (permalink / raw)
  To: GCC Patches; +Cc: Segher Boessenkool, David Edelsohn, Bill Schmidt

Hi,

Commmit 5d9d0c94588 renamed future to power10 and ace60939fd2
updated the documentation for "future" renaming.  This patch
is to rename the remaining "future architecture" references in
documentation.

Is it ok for trunk?

BR,
Kewen
-----
gcc/ChangeLog:

	* doc/invoke.texi: Change references to "future cpu" to "power10",
	"-mcpu=future" to "-mcpu=power10".

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 2ea23d07c4c..7b23165c477 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -27597,7 +27597,7 @@ Supported values for @var{cpu_type} are @samp{401}, @samp{403},
 @samp{e6500}, @samp{ec603e}, @samp{G3}, @samp{G4}, @samp{G5},
 @samp{titan}, @samp{power3}, @samp{power4}, @samp{power5}, @samp{power5+},
 @samp{power6}, @samp{power6x}, @samp{power7}, @samp{power8},
-@samp{power9}, @samp{future}, @samp{powerpc}, @samp{powerpc64},
+@samp{power9}, @samp{power10}, @samp{powerpc}, @samp{powerpc64},
 @samp{powerpc64le}, @samp{rs64}, and @samp{native}.

 @option{-mcpu=powerpc}, @option{-mcpu=powerpc64}, and
@@ -28613,7 +28613,7 @@ the offset with a symbol reference to a canary in the TLS block.
 @opindex mpcrel
 @opindex mno-pcrel
 Generate (do not generate) pc-relative addressing when the option
-@option{-mcpu=future} is used.  The @option{-mpcrel} option requires
+@option{-mcpu=power10} is used.  The @option{-mpcrel} option requires
 that the medium code model (@option{-mcmodel=medium}) and prefixed
 addressing (@option{-mprefixed}) options are enabled.

@@ -28622,14 +28622,14 @@ addressing (@option{-mprefixed}) options are enabled.
 @opindex mprefixed
 @opindex mno-prefixed
 Generate (do not generate) addressing modes using prefixed load and
-store instructions when the option @option{-mcpu=future} is used.
+store instructions when the option @option{-mcpu=power10} is used.

 @item -mmma
 @itemx -mno-mma
 @opindex mmma
 @opindex mno-mma
 Generate (do not generate) the MMA instructions when the option
-@option{-mcpu=future} is used.
+@option{-mcpu=power10} is used.

 @item -mrop-protect
 @itemx -mno-rop-protect


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-11 11:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-10  5:41 [PATCH] rs6000/doc: Rename future cpu with power10 Kewen.Lin
2021-11-10  8:52 ` Segher Boessenkool
2021-11-10  9:39   ` Kewen.Lin
2021-11-10 10:03     ` Segher Boessenkool
2021-11-11 11:07       ` Kewen.Lin

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).