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
487 B

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