diff options
Diffstat (limited to 'common_x86_64.h')
-rw-r--r-- | common_x86_64.h | 5 |
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 |