summaryrefslogtreecommitdiff
path: root/games-emulation/nestra/files/nestra-0.66-exec-stack.patch
blob: f5c662e2260060b96b08807755cee49c4d27601d (plain)
1
2
3
4
5
6
7
8
9
10
--- 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