Hi! On Wed, Nov 10, 2021 at 01:41:25PM +0800, Kewen.Lin wrote: > 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.
Good find :-) > @@ -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. It still sounds strange, and factually incorrect really: the -mpcrel option says to use pc-relative processing, no matter if -mcpu=power10 is used or not. For example, it will work fine with later CPUs as well. So maybe this should just delete from after "addressing" to the end of that line? It already says what the prerequisites are, on the very next line :-) Segher