summaryrefslogtreecommitdiff
path: root/common_x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'common_x86_64.h')
-rw-r--r--common_x86_64.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/common_x86_64.h b/common_x86_64.h
index 8f9f73680..188903848 100644
--- a/common_x86_64.h
+++ b/common_x86_64.h
@@ -372,7 +372,10 @@ REALNAME:
#define PROFCODE
#endif
-#define EPILOGUE .size REALNAME, .-REALNAME
+#define EPILOGUE \
+ .size REALNAME, .-REALNAME; \
+ .section .note.GNU-stack,"",%progbits
+
#endif