diff options
Diffstat (limited to 'libbb/hash_md5_sha256_x86-64_shaNI.S')
-rw-r--r-- | libbb/hash_md5_sha256_x86-64_shaNI.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libbb/hash_md5_sha256_x86-64_shaNI.S b/libbb/hash_md5_sha256_x86-64_shaNI.S index 082ceafe4..172c2eae2 100644 --- a/libbb/hash_md5_sha256_x86-64_shaNI.S +++ b/libbb/hash_md5_sha256_x86-64_shaNI.S | |||
@@ -19,6 +19,9 @@ | |||
19 | // We do not check SSSE3 in cpuid, | 19 | // We do not check SSSE3 in cpuid, |
20 | // all SHA-capable CPUs support it as well. | 20 | // all SHA-capable CPUs support it as well. |
21 | 21 | ||
22 | #ifdef __linux__ | ||
23 | .section .note.GNU-stack, "", @progbits | ||
24 | #endif | ||
22 | .section .text.sha256_process_block64_shaNI, "ax", @progbits | 25 | .section .text.sha256_process_block64_shaNI, "ax", @progbits |
23 | .globl sha256_process_block64_shaNI | 26 | .globl sha256_process_block64_shaNI |
24 | .hidden sha256_process_block64_shaNI | 27 | .hidden sha256_process_block64_shaNI |