aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/ChangeLog
diff options
context:
space:
mode:
authorMatthew Wahab <matthew.wahab@arm.com>2015-06-03 10:03:50 +0100
committerJiong Wang <jiong.wang@arm.com>2015-06-03 10:03:50 +0100
commita5932920ef397c2cbe02efa915686022b78d59a7 (patch)
tree682b82c10437838999bafd3925037c762e4fead9 /include/opcode/ChangeLog
parent0220bc5727e595f42bc3a1ce8ef284491aa74ac7 (diff)
downloadfsf-binutils-gdb-a5932920ef397c2cbe02efa915686022b78d59a7.zip
fsf-binutils-gdb-a5932920ef397c2cbe02efa915686022b78d59a7.tar.gz
fsf-binutils-gdb-a5932920ef397c2cbe02efa915686022b78d59a7.tar.bz2
[ARM] Support for ARMv8.1 command line option
2015-06-03 Matthew Wahab <matthew.wahab@arm.com> gas/ * config/tc-arm.c (arm_archs): Add "armv8.1-a". * doc/c-arm.texi (ARM Options, -march): Add "armv8.1-a". * NEWS: Mention ARMv8.1 support. include/opcode/ * arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): New. (ARM_ARCH_V8_1A): New. (ARM_ARCH_V8_1A_FP): New. (ARM_ARCH_V8_1A_SIMD): New. (ARM_ARCH_V8_1A_CRYPTOV1): New. (ARM_FEATURE_CORE): New.
Diffstat (limited to 'include/opcode/ChangeLog')
-rw-r--r--include/opcode/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog
index 969ac70..8a57fac 100644
--- a/include/opcode/ChangeLog
+++ b/include/opcode/ChangeLog
@@ -1,3 +1,12 @@
+2015-06-03 Matthew Wahab <matthew.wahab@arm.com>
+
+ * arm.h (FPU_ARCH_CRYPTO_NEON_VFP_ARMV8_1): New.
+ (ARM_ARCH_V8_1A): New.
+ (ARM_ARCH_V8_1A_FP): New.
+ (ARM_ARCH_V8_1A_SIMD): New.
+ (ARM_ARCH_V8_1A_CRYPTOV1): New.
+ (ARM_FEATURE_CORE): New.
+
2015-06-02 Matthew Wahab <matthew.wahab@arm.com>
* arm.h (ARM_EXT2_PAN): New.