]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64][Patch 3/5] Adjust maximum number of instruction aliases.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 11 Dec 2015 09:56:07 +0000 (09:56 +0000)
committerMatthew Wahab <matthew.wahab@arm.com>
Mon, 14 Dec 2015 14:17:56 +0000 (14:17 +0000)
commit88b838d339f0e863d2ed884f7af3df50565f76de
treef5160929cd40b082e5f2322d2ea93614538598c7
parentfe06690213df59e70d273ddfc10da053ec3db895
[AArch64][Patch 3/5] Adjust maximum number of instruction aliases.

The Statistical Profile Extension adds the instruction PSB CSYNC as an
alias for the HINT #17 instruction. The HINT instruction currently has 8
aliases, which is the maximum number allowed. This patch raises to 16
the limit on the number of aliases an instruction can have.

opcodes/
2015-12-11  Matthew Wahab  <matthew.wahab@arm.com>

* aarch64-gen.c (find_alias_opcode): Set max_num_aliases to 16.

Change-Id: I131044bf6e0fe0940a9e7478d9bf52137748907d
opcodes/ChangeLog
opcodes/aarch64-gen.c