aboutsummaryrefslogtreecommitdiff
path: root/gas/NEWS
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 /gas/NEWS
parent0220bc5727e595f42bc3a1ce8ef284491aa74ac7 (diff)
downloadgdb-a5932920ef397c2cbe02efa915686022b78d59a7.zip
gdb-a5932920ef397c2cbe02efa915686022b78d59a7.tar.gz
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 'gas/NEWS')
-rw-r--r--gas/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index 495bf10..02a434c 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -2,6 +2,10 @@
Changes in 2.26:
+* Support for the ARMv8.1 architecture has been added to the ARM port. Support
+ for the individual ARMv8.1 Adv.SIMD and PAN architecture extensions has also
+ been added to the ARM port.
+
* Extend --compress-debug-sections option to support
--compress-debug-sections=[none|zlib|zlib-gnu|zlib-gabi] for ELF
targets.