]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
aarch64: Remove AARCH64_FEATURE_F16 from AARCH64_ARCH_V8_2
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 2 Nov 2017 17:19:32 +0000 (22:49 +0530)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 2 Nov 2017 17:19:32 +0000 (22:49 +0530)
The FP16 feature is optional in ARMv8.2, so it is wrong to add it to
the default AARCH64_ARCH_V8_2 feature flags.  This patch makes the
behaviour consistent with that of gcc, which also does not assume FP16
for ARMv8.2.

include/

* opcode/aarch64.h (AARCH64_ARCH_V8_2): Drop
AARCH64_FEATURE_F16.

include/ChangeLog
include/opcode/aarch64.h

index fd2001f2d57fc146a05b2208b0eac1327f74f346..638ec43d97caade63e213d596dbbd3a344bfb377 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-02  Siddhesh Poyarekar  <siddhesh@sourceware.org>
+
+       * include/opcode/aarch64.h (AARCH64_ARCH_V8_2): Drop
+       AARCH64_FEATURE_F16.
+
 2017-11-01  James Bowman  <james.bowman@ftdichip.com>
 
        * elf/ft32.h: Add R_FT32_RELAX, SC0, SC1, DIFF32.
index c5788e2d09d90b0c81f4e3386aa588f53c74c5b3..ea45a416e732cbf41045367fed7ac839dc85cdaf 100644 (file)
@@ -70,7 +70,6 @@ typedef uint32_t aarch64_insn;
                                                 | AARCH64_FEATURE_RDMA)
 #define AARCH64_ARCH_V8_2      AARCH64_FEATURE (AARCH64_ARCH_V8_1,     \
                                                 AARCH64_FEATURE_V8_2   \
-                                                | AARCH64_FEATURE_F16  \
                                                 | AARCH64_FEATURE_RAS)
 #define AARCH64_ARCH_V8_3      AARCH64_FEATURE (AARCH64_ARCH_V8_2,     \
                                                 AARCH64_FEATURE_V8_3   \