]> 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>
Fri, 9 Feb 2024 16:52:23 +0000 (10:52 -0600)
commit4199cf1e152daab0460f08cc7dbd1f727ac3e4cc
tree4bb26d910924f99e0a2fef7cf065bbdc35d17fd3
parent590a4cb21e8e2883fcc8796eab20a110e77f9e2f
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".
binutils/doc/binutils.texi
gas/config/tc-ppc.c
gas/doc/c-ppc.texi
opcodes/ppc-dis.c