[AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.
authorMatthew Wahab <matthew.wahab@arm.com>
Thu, 10 Dec 2015 16:01:29 +0000 (16:01 +0000)
committerMatthew Wahab <matthew.wahab@arm.com>
Thu, 10 Dec 2015 16:03:56 +0000 (16:03 +0000)
commit6479e48ef9e7345e1111ed9fe578babd74faa1ef
tree8ac598ece388c541932b8aab8e3ca9a68598d76a
parent7039122d13ab62045e1cc299fe5b4994aef3ac5f
[AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.

ARMv8.2 adds a new control bit PSTATE.UAO. This patch adds support for
this bit to binutils, following the same basic pattern as for
PSTATE.PAN. The new control bit is only available when -march=armv8.2-a
is specified.

gas/testsuite/
2015-12-10  Matthew Wahab  <matthew.wahab@arm.com>

* gas/aarch64/uao-directive.d: New.
* gas/aarch64/uao.d: New.
* gas/aarch64/uao.s: New.

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

* aarch64-opc.c (aarch64_sys_regs): Add "uao".
(aarch64_sys_reg_supported_p): Add comment.  Add checks for "uao".
(aarch64_pstatefields): Add "uao".
(aarch64_pstatefield_supported_p): Add checks for "uao".

Change-Id: Id571628ac5227b78aaf1876e85d15d7b6c0a2896
gas/testsuite/ChangeLog
gas/testsuite/gas/aarch64/uao-directive.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/uao.d [new file with mode: 0644]
gas/testsuite/gas/aarch64/uao.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/aarch64-opc.c