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/gnuboy/files/gnuboy-1.0.3-exec-stack.patch

28 lines
475 B

--- asm/i386/cpu.s
+++ asm/i386/cpu.s
@@ -2428,3 +2428,6 @@
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- asm/i386/lcd.s
+++ asm/i386/lcd.s
@@ -288,3 +288,6 @@
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif
--- asm/i386/refresh.s
+++ asm/i386/refresh.s
@@ -283,3 +283,6 @@
+#if defined(__linux__) && defined(__ELF__)
+.section .note.GNU-stack,"",%progbits
+#endif