diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-12-05 08:43:03 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-12-05 08:43:03 +0100 |
commit | d4340f89eccb0b0a0811e142ce365efc48beb064 (patch) | |
tree | 2e3ac1e1b452d904a065a48cf2ceb15e3d041f8d /gas/ChangeLog | |
parent | 6e9ed99753f0730e85bd45eabb63f499e4d0eca3 (diff) | |
download | fsf-binutils-gdb-d4340f89eccb0b0a0811e142ce365efc48beb064.zip fsf-binutils-gdb-d4340f89eccb0b0a0811e142ce365efc48beb064.tar.gz fsf-binutils-gdb-d4340f89eccb0b0a0811e142ce365efc48beb064.tar.bz2 |
Arm64: correct "sha3" arch-extension directive handling
SHA2 is a prereq to SHA3, not part of it aiui. Hence disabling the
latter should not also disable the former.
In the course of adding respective tests also do away with the
duplication of crypto.d's contents in crypto-directive.d.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 992be9b..fb8efb2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +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 + * testsuite/gas/aarch64/crypto-directive.d: Refer to crypto.d + for actual output. + * testsuite/gas/aarch64/illegal-crypto-nofp.l: Relax + expectations. + * testsuite/gas/aarch64/crypto-directive2.d, + testsuite/gas/aarch64/crypto-directive3.d: New. + 2019-12-04 Jan Beulich <jbeulich@suse.com> * config/tc-i386-intel.c (i386_intel_operand): Handle LFS et al |