]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PowerPC: Add support for Power11 options
authorPeter Bergner <bergner@linux.ibm.com>
Fri, 9 Feb 2024 16:51:30 +0000 (10:51 -0600)
committerPeter Bergner <bergner@linux.ibm.com>
Tue, 13 Feb 2024 23:48:20 +0000 (17:48 -0600)
commit5937f5172a34503ddf7f637621dc07abcbbc2a30
treec8f0a6cc4bea5035cb8c3f581fdecb34daf58ce4
parent4a11c1c93c92e5d89ea0427b87aaa87824f71eea
PowerPC: Add support for Power11 options

binutils/
* doc/binutils.texi (PowerPC -M option): Mention power11 and pwr11.

gas/
* config/tc-ppc.c: (md_show_usage): Mention -mpower11 and -mpwr11.
* doc/c-ppc.texi: Likewise.

opcodes/
* ppc-dis.c (ppc_opts): Add "power11" and "pwr11" entries.
(powerpc_init_dialect): Default to "power11".

(cherry picked from commit 4199cf1e152daab0460f08cc7dbd1f727ac3e4cc)
binutils/doc/binutils.texi
gas/config/tc-ppc.c
gas/doc/c-ppc.texi
opcodes/ppc-dis.c