summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/zsnes/files/zsnes-1.42-execStack.patch')
-rw-r--r--games-emulation/zsnes/files/zsnes-1.42-execStack.patch585
1 files changed, 585 insertions, 0 deletions
diff --git a/games-emulation/zsnes/files/zsnes-1.42-execStack.patch b/games-emulation/zsnes/files/zsnes-1.42-execStack.patch
new file mode 100644
index 000000000000..9b242a9db179
--- /dev/null
+++ b/games-emulation/zsnes/files/zsnes-1.42-execStack.patch
@@ -0,0 +1,585 @@
+--- endmem.asm.orig 2006-01-05 22:37:07.000000000 -0600
++++ endmem.asm 2006-01-05 22:37:19.000000000 -0600
+@@ -256,3 +256,6 @@
+ NEWSYM PrevPicture, resb 64*56*2
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- init.asm.orig 2006-01-05 22:30:51.000000000 -0600
++++ init.asm 2006-01-05 22:31:12.000000000 -0600
+@@ -3623,3 +3623,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq2x16.asm.orig 2006-01-05 22:52:46.000000000 -0600
++++ video/hq2x16.asm 2006-01-05 22:52:46.000000000 -0600
+@@ -2167,3 +2167,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq2x32.asm.orig 2006-01-05 22:52:46.000000000 -0600
++++ video/hq2x32.asm 2006-01-05 22:52:46.000000000 -0600
+@@ -2140,3 +2140,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq3x16.asm.orig 2006-01-05 22:52:46.000000000 -0600
++++ video/hq3x16.asm 2006-01-05 22:52:46.000000000 -0600
+@@ -2756,3 +2756,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq3x32.asm.orig 2006-01-05 22:52:46.000000000 -0600
++++ video/hq3x32.asm 2006-01-05 22:52:46.000000000 -0600
+@@ -2819,3 +2819,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode716b.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode716b.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -189,3 +189,6 @@
+ Mode7ProcessB Mode7Window, domosaic16b, 2
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode716d.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode716d.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -234,3 +234,6 @@
+ Mode7ProcessB Mode7Window, domosaic16b, 2
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode716e.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode716e.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -1264,3 +1264,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode716t.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode716t.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -368,3 +368,6 @@
+ cwinptr2 resd 1
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/newgfx16.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/newgfx16.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -3623,3 +3623,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/sw_draw.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/sw_draw.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -287,3 +287,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/makevid.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/makevid.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -4415,3 +4415,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/makevid16b.asm.orig 1969-12-31 18:00:00.000000000 -0600
++++ video/makevid16b.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -0,0 +1,3 @@
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/makev16t.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/makev16t.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -5322,3 +5322,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode7ext.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode7ext.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -1326,3 +1326,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/m716text.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/m716text.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -999,3 +999,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/2xaiw.asm.orig 1969-12-31 18:00:00.000000000 -0600
++++ video/2xaiw.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -0,0 +1,3 @@
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode716.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode716.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -689,3 +689,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mode7.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mode7.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -828,3 +828,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/mv16tms.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/mv16tms.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -1504,3 +1504,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/newgfx.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/newgfx.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -2354,3 +2354,6 @@
+ NEWSYM sprsingle, resd 1
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/procvid.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/procvid.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -3790,3 +3790,6 @@
+ db 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/newg162.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/newg162.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -1405,3 +1405,6 @@
+ drawline16bmacroom16x16 tltype4b,preparet4ba,cachesingle4bng,ngpalcon4b,test4ba,0Fh,procpixelsmsnt,procpixelstmsnt
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/newgfx2.asm.orig 2006-01-05 22:56:33.000000000 -0600
++++ video/newgfx2.asm 2006-01-05 22:56:33.000000000 -0600
+@@ -669,3 +669,6 @@
+ jmp drawlinengom4bwin.loop
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/makev16b.asm.orig 2006-01-05 22:57:41.000000000 -0600
++++ video/makev16b.asm 2006-01-05 22:57:41.000000000 -0600
+@@ -3090,3 +3090,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq4x16.asm.orig 2006-01-05 22:59:20.000000000 -0600
++++ video/hq4x16.asm 2006-01-05 22:59:20.000000000 -0600
+@@ -4283,3 +4283,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/hq4x32.asm.orig 2006-01-05 22:59:20.000000000 -0600
++++ video/hq4x32.asm 2006-01-05 22:59:20.000000000 -0600
+@@ -4208,3 +4208,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- video/2xsaiw.asm.orig 2006-01-05 22:59:20.000000000 -0600
++++ video/2xsaiw.asm 2006-01-05 22:59:20.000000000 -0600
+@@ -2085,3 +2085,6 @@
+ final2b resb 8
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/sfxproc.asm.orig 2006-01-05 23:00:37.000000000 -0600
++++ chips/sfxproc.asm 2006-01-05 23:00:37.000000000 -0600
+@@ -670,3 +670,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/dsp1proc.asm.orig 2006-01-05 23:00:37.000000000 -0600
++++ chips/dsp1proc.asm 2006-01-05 23:00:37.000000000 -0600
+@@ -885,3 +885,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/dsp2proc.asm.orig 2006-01-05 23:00:37.000000000 -0600
++++ chips/dsp2proc.asm 2006-01-05 23:00:37.000000000 -0600
+@@ -611,3 +611,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/st10proc.asm.orig 2006-01-05 23:00:37.000000000 -0600
++++ chips/st10proc.asm 2006-01-05 23:00:37.000000000 -0600
+@@ -132,3 +132,6 @@
+ xor ebx,ebx
+ ret
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/fxemu2b.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/fxemu2b.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -616,3 +616,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/fxemu2c.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/fxemu2c.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -2556,3 +2556,6 @@
+ FXReturn
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/fxtable.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/fxtable.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -3544,3 +3544,6 @@
+ db 'IWT R12 IWT R13 IWT R14 IWT R15 '
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/sa1proc.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/sa1proc.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -367,3 +367,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/sa1regs.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/sa1regs.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -2727,3 +2727,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- chips/fxemu2.asm.orig 2006-01-05 23:02:24.000000000 -0600
++++ chips/fxemu2.asm 2006-01-05 23:02:24.000000000 -0600
+@@ -2692,3 +2692,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- linux/sdlintrf.asm.orig 2006-01-05 23:02:56.000000000 -0600
++++ linux/sdlintrf.asm 2006-01-05 23:02:56.000000000 -0600
+@@ -1747,3 +1747,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- linux/copyvwin.asm.orig 2006-01-05 23:02:56.000000000 -0600
++++ linux/copyvwin.asm 2006-01-05 23:02:56.000000000 -0600
+@@ -1565,3 +1565,6 @@
+ InterPtr dd 0
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- gui/menu.asm.orig 2006-01-05 23:03:18.000000000 -0600
++++ gui/menu.asm 2006-01-05 23:03:18.000000000 -0600
+@@ -1616,3 +1616,6 @@
+ .nored
+ ret
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- gui/gui.asm.orig 2006-01-05 23:03:18.000000000 -0600
++++ gui/gui.asm 2006-01-05 23:03:18.000000000 -0600
+@@ -5661,3 +5661,6 @@
+ db 57,103,110,236,113,118,203,200,22,87,251,7,138,37,12,84,221,171,51,209
+ db 242,37,89,73,151,162,139,189,131,209,221,96,107,144,175,79,199,123,98,138
+ db 226,86,221,254,72,14,126,180,200,171,85,94,120,124,196,225,150,57,219,158
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/sw.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/sw.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -223,3 +223,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/debug.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/debug.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -4377,3 +4377,6 @@
+ SECTION .text
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/joy.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/joy.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -1682,3 +1682,6 @@
+ .exit
+ ret
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/initvid.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/initvid.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -574,3 +574,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/vesa12.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/vesa12.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -544,3 +544,6 @@
+ .spare times 20 resd 1
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/gppro.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/gppro.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -158,3 +158,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/vesa2.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/vesa2.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -807,3 +807,6 @@
+ ;----------------------------------------------------------------------
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- dos/modemrtn.asm.orig 2006-01-05 23:05:45.000000000 -0600
++++ dos/modemrtn.asm 2006-01-05 23:05:45.000000000 -0600
+@@ -455,3 +455,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/spc700.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/spc700.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -2787,3 +2787,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/dma.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/dma.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -1424,3 +1424,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/dsp.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/dsp.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -2865,3 +2865,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/irq.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/irq.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -555,3 +555,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/table.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/table.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -1195,3 +1195,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/executable.asm.orig 1969-12-31 18:00:00.000000000 -0600
++++ cpu/executable.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -0,0 +1,3 @@
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/tablec.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/tablec.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -719,3 +719,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/tableb.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/tableb.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -719,3 +719,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/addrni.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/addrni.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -405,3 +405,6 @@
+ %endmacro
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/stable.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/stable.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -695,3 +695,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/dspproc.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/dspproc.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -5496,3 +5496,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/memory.asm.orig 2006-01-05 23:07:54.000000000 -0600
++++ cpu/memory.asm 2006-01-05 23:07:54.000000000 -0600
+@@ -5002,3 +5002,6 @@
+ .tmpbyte resb 1
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- cpu/execute.asm.orig 2006-01-05 23:08:28.000000000 -0600
++++ cpu/execute.asm 2006-01-05 23:08:28.000000000 -0600
+@@ -4268,3 +4268,6 @@
+
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- vcache.asm.orig 2006-01-05 23:13:00.000000000 -0600
++++ vcache.asm 2006-01-05 23:13:00.000000000 -0600
+@@ -3918,3 +3918,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif
+--- ui.asm.orig 2006-01-05 23:13:00.000000000 -0600
++++ ui.asm 2006-01-05 23:13:00.000000000 -0600
+@@ -1301,3 +1301,6 @@
+ ret
+
+
++%ifidn __OUTPUT_FORMAT__,elf
++section .note.GNU-stack noalloc noexec nowrite progbits
++%endif