[Scummvm-cvs-logs] SF.net SVN: scummvm:[33646] scummvm/branches/branch-0-12-0/graphics/scaler

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Aug 5 23:27:20 CEST 2008


Revision: 33646
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33646&view=rev
Author:   fingolfin
Date:     2008-08-05 21:27:19 +0000 (Tue, 05 Aug 2008)

Log Message:
-----------
Backport of patch #2014663: Do not mark stack as executable in HQx scaler

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/graphics/scaler/hq2x_i386.asm
    scummvm/branches/branch-0-12-0/graphics/scaler/hq3x_i386.asm

Modified: scummvm/branches/branch-0-12-0/graphics/scaler/hq2x_i386.asm
===================================================================
--- scummvm/branches/branch-0-12-0/graphics/scaler/hq2x_i386.asm	2008-08-05 21:26:04 UTC (rev 33645)
+++ scummvm/branches/branch-0-12-0/graphics/scaler/hq2x_i386.asm	2008-08-05 21:27:19 UTC (rev 33646)
@@ -1840,3 +1840,8 @@
     dd .. at cross8, .. at flag0,  .. at flag0,  .. at flag0,
     dd .. at flag0,  .. at flag0,  .. at flag0,  .. at flag0
 
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+

Modified: scummvm/branches/branch-0-12-0/graphics/scaler/hq3x_i386.asm
===================================================================
--- scummvm/branches/branch-0-12-0/graphics/scaler/hq3x_i386.asm	2008-08-05 21:26:04 UTC (rev 33645)
+++ scummvm/branches/branch-0-12-0/graphics/scaler/hq3x_i386.asm	2008-08-05 21:27:19 UTC (rev 33646)
@@ -2432,3 +2432,8 @@
     dd .. at cross8, .. at flag0,  .. at flag0,  .. at flag0,
     dd .. at flag0,  .. at flag0,  .. at flag0,  .. at flag0
 
+
+%ifidn __OUTPUT_FORMAT__,elf
+section .note.GNU-stack noalloc noexec nowrite progbits
+%endif
+


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list