]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[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>
Mon, 14 Dec 2015 13:51:54 +0000 (13:51 +0000)
commit61c47d50b54473ecbdda038271893d6366903884
tree02f837f517d5385b66f8e0f30e700b66c685f351
parenteb763e171a6ae665e8dcdae576667e175d1afb70
[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