diff options
Diffstat (limited to 'common_x86.h')
-rw-r--r-- | common_x86.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/common_x86.h b/common_x86.h index 5f56839f8..48517d900 100644 --- a/common_x86.h +++ b/common_x86.h @@ -301,7 +301,9 @@ REALNAME: #define PROFCODE #endif -#define EPILOGUE .size REALNAME, .-REALNAME +#define EPILOGUE \ + .size REALNAME, .-REALNAME; \ + .section .note.GNU-stack,"",%progbits #endif |