diff --git a/shared/callback.S b/shared/callback.S index 903ddbf..ca85351 100644 --- a/shared/callback.S +++ b/shared/callback.S @@ -140,3 +140,4 @@ armor_pthread_enter: // simply jump. we will return to R11 (our caller) jmp armor_cbk_pthread_hook +.section .note.GNU-stack,"",%progbits diff --git a/shared/libenter.S b/shared/libenter.S index cb101d7..bf45c52 100644 --- a/shared/libenter.S +++ b/shared/libenter.S @@ -183,3 +183,5 @@ armor_lib_function_returned: armor_lib_return: // And return! ret; + +.section .note.GNU-stack,"",%progbits \ No newline at end of file