|
|
@@ -320,3 +320,10 @@ sha256_sse2_64_new:
|
|
|
LAB_RET:
|
|
|
pop rbx
|
|
|
ret
|
|
|
+
|
|
|
+%ifidn __OUTPUT_FORMAT__,elf
|
|
|
+section .note.GNU-stack noalloc noexec nowrite progbits
|
|
|
+%endif
|
|
|
+%ifidn __OUTPUT_FORMAT__,elf64
|
|
|
+section .note.GNU-stack noalloc noexec nowrite progbits
|
|
|
+%endif
|