aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-12-05 08:44:22 +0100
committerJan Beulich <jbeulich@suse.com>2019-12-05 08:44:22 +0100
commit2dc4b12fcd647b883223efeb308c277e629b369c (patch)
treea53555350d80f650adc883e20e423f17208fc3e4 /gas/ChangeLog
parentd4340f89eccb0b0a0811e142ce365efc48beb064 (diff)
downloadgdb-2dc4b12fcd647b883223efeb308c277e629b369c.zip
gdb-2dc4b12fcd647b883223efeb308c277e629b369c.tar.gz
gdb-2dc4b12fcd647b883223efeb308c277e629b369c.tar.bz2
Arm64: simplify Crypto arch extension handling
This, at the assembler level, is just a "brace" feature covering both AES and SHA2. Hence there's no need for it to have a separate feature flag, freeing up a bit for future re-use. Along these lines there are also a number of dead definitions/variables in the opcode table file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index fb8efb2..e3db70a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2019-12-05 Jan Beulich <jbeulich@suse.com>
+ * config/tc-aarch64.c (aarch64_features): Drop redundant AES and
+ SHA2 flags from "crypto" entry.
+
+2019-12-05 Jan Beulich <jbeulich@suse.com>
+
* config/tc-aarch64.c (aarch64_features): Make SHA2 a prereq of
SHA3.
* testsuite/gas/aarch64/crypto.s