X-Git-Url: http://git.silcnet.org/gitweb/?p=runtime.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Faes_x86_64.asm;h=d6ac1eb32b5d197a1c550cf25b1ffa003dee0a68;hp=1ac3c92b12d8f1e82e7e6eb9e94de3e2aed990a5;hb=9d4cd9d224dfd74d0d4059350cb511dc760d70f0;hpb=80d86bcecbd9cc7a1b70423db4879acb4da134b9 diff --git a/lib/silccrypt/aes_x86_64.asm b/lib/silccrypt/aes_x86_64.asm index 1ac3c92b..d6ac1eb3 100644 --- a/lib/silccrypt/aes_x86_64.asm +++ b/lib/silccrypt/aes_x86_64.asm @@ -864,3 +864,7 @@ aes_decrypt: %endif end + +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif