aboutsummaryrefslogtreecommitdiffstats
path: root/modules/alg_amd64/asm_macr.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/alg_amd64/asm_macr.h')
-rw-r--r--modules/alg_amd64/asm_macr.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/modules/alg_amd64/asm_macr.h b/modules/alg_amd64/asm_macr.h
index 4ac98bd03..89e5bd028 100644
--- a/modules/alg_amd64/asm_macr.h
+++ b/modules/alg_amd64/asm_macr.h
@@ -1,10 +1,14 @@
/*************************************************
* Assembly Macros Header File *
-* (C) 1999-2007 Jack Lloyd *
+* (C) 1999-2008 Jack Lloyd *
*************************************************/
-#ifndef BOTAN_EXT_ASM_MACROS_H__
-#define BOTAN_EXT_ASM_MACROS_H__
+#ifndef BOTAN_EXT_AMD64_ASM_MACROS_H__
+#define BOTAN_EXT_AMD64_ASM_MACROS_H__
+
+#ifdef __ELF__
+.section .note.GNU-stack,"",%progbits
+#endif
/*************************************************
* General/Global Macros *