]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.
authorMatthew Wahab <matthew.wahab@arm.com>
Fri, 11 Dec 2015 09:30:26 +0000 (09:30 +0000)
committerMatthew Wahab <matthew.wahab@arm.com>
Mon, 14 Dec 2015 14:13:31 +0000 (14:13 +0000)
commit5c25b2b4dc3d799c2ced2a2c017105eee35f57d7
tree1b6a3ce07af5c3e5cbde7b3d467f56e75914b34e
parentd4f92fa140186696f51d56f9c8e40aec5685ddeb
[AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profiling Extension.

The Statistical Profile extension included in the ARMv8.2 architecture
adds a number of system registers and a new instruction. This patch set
adds support for the extension to binutils, enabled when
-march=armv8.2-a+profile is given.

The patches in this series:
- Add the new command line option and feature flags.
- Add the new system registers.
- Adjust the maximum number of aliases permitted for an instruction.
- Add support for HINT aliases which take operands.
- Add the new instruction, an alias of the HINT instruction.

This patch adds the option "profile" to the permitted architecture
extensions, disabling it by default.

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

* config/tc-aarch64.c (aarch64_features): Add "profile".
* doc/c-aarch64.texi (AArch64 Extensions): Add "profile".

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

* aarch64.h (AARCH64_FEATURE_PROFILE): New.

Change-Id: If9bb4a9b69a264180f96f8ffaf10b15ced273699
gas/ChangeLog
gas/config/tc-aarch64.c
gas/doc/c-aarch64.texi
include/opcode/ChangeLog
include/opcode/aarch64.h