summaryrefslogtreecommitdiffstats
path: root/src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s')
-rw-r--r--src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s b/src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s
index 0e26dc9..71249b7 100644
--- a/src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s
+++ b/src/crypto/cipher/salsa2012/xmm/salsa2012_amd64_xmm6.s
@@ -4821,3 +4821,8 @@ add $64,%rsi
# qhasm: goto bytesbetween1and255
jmp ._bytesbetween1and255
+
+
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif