summaryrefslogtreecommitdiff
blob: d9e9b3c6114708e5732e0b730a9d9610b0fca4cd (plain)
1
2
3
4
5
6
7
8
9
10
--- a/x86.S.orig	2006-01-09 20:02:58.000000000 -0500
+++ b/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