X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Faes_x86.asm;h=2742c1cd68e7357a8c7f3358ce82708653339e7c;hb=e9374395ec9747bddd3ea0bfd3e5a17717e97b31;hp=cb426a12e8cab2abb512606d33b7ded928512cae;hpb=1c41d8bb1303a036c2c16abe416fdb7628f75c3d;p=silc.git diff --git a/lib/silccrypt/aes_x86.asm b/lib/silccrypt/aes_x86.asm index cb426a12..2742c1cd 100644 --- a/lib/silccrypt/aes_x86.asm +++ b/lib/silccrypt/aes_x86.asm @@ -595,3 +595,7 @@ stk_spc equ 20 ; stack space %endif end + +%ifidn __OUTPUT_FORMAT__,elf +section .note.GNU-stack noalloc noexec nowrite progbits +%endif