You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-emulation/nestra/files/nestra-0.66-exec-stack.patch

11 lines
235 B

--- x86.S.orig 2006-01-09 20:02:58.000000000 -0500
+++ x86.S 2006-01-09 20:03:38.000000000 -0500
@@ -1458,3 +1458,7 @@
leal 0x1(%eax),%ebx
popl %eax
jmp i_next
+
+#ifdef __ELF__
+.section .note.GNU-stack,"",@progbits
+#endif