diff options
author | Matthew Wahab <matthew.wahab@arm.com> | 2015-11-19 09:24:14 +0000 |
---|---|---|
committer | Matthew Wahab <matthew.wahab@arm.com> | 2015-11-19 09:24:14 +0000 |
commit | 56a1b672f4b97b10b093f02540dff1c855a69855 (patch) | |
tree | b68e6a272a0d955c6ca1900aac530c04b56dd8db /include/opcode/ChangeLog | |
parent | acb787b032ea5a84e8a5e94de0b0bf97523f8b47 (diff) | |
download | gdb-56a1b672f4b97b10b093f02540dff1c855a69855.zip gdb-56a1b672f4b97b10b093f02540dff1c855a69855.tar.gz gdb-56a1b672f4b97b10b093f02540dff1c855a69855.tar.bz2 |
[ARM] Add ARMv8.2 architecture feature and command line option.
ARMv8.2 is an architectural extension of ARMv8. This patch adds an
architecture feature macro for ARMv8.2 to the binutils ARM target
with GAS command line option -march=armv8.2-a.
gas/
2015-11-19 Matthew Wahab <matthew.wahab@arm.com>
* config/tc-arm.c (arm_archs): Add "armv8.2-a".
* doc/c-arm.texi (-march): Add "armv8.2-a".
include/opcode/
2015-11-19 Matthew Wahab <matthew.wahab@arm.com>
* arm.h (ARM_EXT2_V8_2A): New.
(ARM_ARCH_V8_2A): New.
Change-Id: I9e0f50e3c6cea24e6b87b8b862fd4e1cdcc1052e
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r-- | include/opcode/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index a4d4673..16feca1 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,5 +1,10 @@ 2015-11-19 Matthew Wahab <matthew.wahab@arm.com> + * arm.h (ARM_EXT2_V8_2A): New. + (ARM_ARCH_V8_2A): New. + +2015-11-19 Matthew Wahab <matthew.wahab@arm.com> + * aarch64.h (AARCH64_FEATURE_V8_2): New. (AARCH64_ARCH_V8_2): New. |