]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Arm64/gas: drop redundant feature prereqs
authorJan Beulich <jbeulich@suse.com>
Fri, 10 Mar 2023 10:08:23 +0000 (11:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 10 Mar 2023 10:08:23 +0000 (11:08 +0100)
commit36ba37c085438d23de2289ea17b56e7b91d1c5c5
treea5d9a150972a72304249ad7672157c4551798947
parent96a3eed7be53f05809858288c60bb172c31f4361
Arm64/gas: drop redundant feature prereqs

Logic exists to deal with prereqs or prereqs, and in many cases
transitive prereqs are already not spelled out explicitly. Drop further
ones:
- FP is already a prereq to F16,
- SIMD and F16 are already prereqs to COMPNUM, and
- SVE2 and BFLOAT16 are already prereqs to SME.
gas/config/tc-aarch64.c