aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2021-07-01 11:37:13 +0100
committerRichard Earnshaw <rearnsha@arm.com>2021-07-01 11:37:13 +0100
commit417f991f08cb869e8274e0a6af6c88b14413e0ec (patch)
tree8d43b7ce072d66c67b45c711c205aee349002248 /include/ChangeLog
parent9cb74cfd815bfab451546206094b7ab49d382a24 (diff)
downloadgdb-417f991f08cb869e8274e0a6af6c88b14413e0ec.zip
gdb-417f991f08cb869e8274e0a6af6c88b14413e0ec.tar.gz
gdb-417f991f08cb869e8274e0a6af6c88b14413e0ec.tar.bz2
arm: don't treat XScale features as part of the FPU [PR 28031]
Although the XScale and its iwMMX extensions are implemented in the Arm co-processor space, they are not considered to be part of the FPU specification. In particular, they cannot be enabled or disabled via a .fpu directive. It's therefore incorrect to strip these properties when a new .fpu directive is encountered. Note that the legacy Maverick co-processor is considered to be a FPU and it is possible to control this via the .fpu directive. include: PR gas/28031 * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 2a5b16f..06bc4c5 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,8 @@
+2021-07-01 Richard Earnshaw <rearnsha@arm.com>
+
+ PR gas/28031
+ * opcode/arm.h (FPU_ANY): Exclude XScale-related features.
+
2021-06-18 H.J. Lu <hongjiu.lu@intel.com>
* elf/common.h (GNU_PROPERTY_UINT32_AND_LO): New.