diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-06 14:22:37 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-06 14:44:32 +0930 |
commit | 1424c35d071e7d49a4a219c7dee8c88ffd60ddca (patch) | |
tree | 768b988cb5805f11b62331539552b9f218761179 /binutils/doc | |
parent | 87c69f9732039d889f04ae8b9bb81b80e530a6f1 (diff) | |
download | binutils-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.zip binutils-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.tar.gz binutils-1424c35d071e7d49a4a219c7dee8c88ffd60ddca.tar.bz2 |
Power10 tidies
binutils/
* doc/binutils.texi (PowerPC -M option): Mention power10 and pwr10.
gas/
* config/tc-ppc.c (md_show_usage): Mention -mpower10 and -mpwr10.
* doc/c-ppc.texi: Likewise.
opcodes/
* ppc-dis.c (ppc_opts): Accept -mpwr10/-Mpwr10.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 3c8a50b..eef073a 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -2520,10 +2520,10 @@ rather than @code{li}. All of the @option{-m} arguments for @option{e300}, @option{e500}, @option{e500mc}, @option{e500mc64}, @option{e500x2}, @option{e5500}, @option{e6500}, @option{efs}, @option{power4}, @option{power5}, @option{power6}, @option{power7}, -@option{power8}, @option{power9}, @option{ppc}, @option{ppc32}, -@option{ppc64}, @option{ppc64bridge}, @option{ppcps}, @option{pwr}, -@option{pwr2}, @option{pwr4}, @option{pwr5}, @option{pwr5x}, -@option{pwr6}, @option{pwr7}, @option{pwr8}, @option{pwr9}, +@option{power8}, @option{power9}, @option{power10}, @option{ppc}, +@option{ppc32}, @option{ppc64}, @option{ppc64bridge}, @option{ppcps}, +@option{pwr}, @option{pwr2}, @option{pwr4}, @option{pwr5}, @option{pwr5x}, +@option{pwr6}, @option{pwr7}, @option{pwr8}, @option{pwr9}, @option{pwr10}, @option{pwrx}, @option{titan}, and @option{vle}. @option{32} and @option{64} modify the default or a prior CPU selection, disabling and enabling 64-bit insns respectively. In |