diff --git a/src/asm/trampoline-aarch64.S b/src/asm/trampoline-aarch64.S index cf8aff9..b410e70 100644 --- a/src/asm/trampoline-aarch64.S +++ b/src/asm/trampoline-aarch64.S @@ -76,3 +76,5 @@ ret_ctx: .globl MANGLE(mmk_trampoline_end) MANGLE(mmk_trampoline_end): nop + +.section .note.GNU-stack, "", @progbits diff --git a/src/asm/trampoline-x86_64-systemv.S b/src/asm/trampoline-x86_64-systemv.S index 56f0efd..8f29468 100644 --- a/src/asm/trampoline-x86_64-systemv.S +++ b/src/asm/trampoline-x86_64-systemv.S @@ -103,3 +103,5 @@ ret_ctx: // Return context .globl MANGLE(mmk_trampoline_end) MANGLE(mmk_trampoline_end): nop + +.section .note.GNU-stack, "", @progbits