Arm64: correct "sha3" arch-extension directive handling
[deliverable/binutils-gdb.git] / gas / testsuite / gas / aarch64 / crypto.s
index cb915dcf280ab4512f9aa3210789d666e03cc35a..59eea74466afc38634647371e7b227f8ca51aa96 100644 (file)
 
        .text
        .ifdef DIRECTIVE
+       .if DIRECTIVE > 1
+       .arch_extension aes
+       .arch_extension sha2
+       .else
        .arch_extension crypto
        .endif
+       .if DIRECTIVE == 3
+       .arch_extension nosha3
+       .endif
+       .endif
 
        aese    v7.16b, v31.16b
        aesd    v7.16b, v31.16b
This page took 0.023555 seconds and 4 git commands to generate.