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

Reply via email to