• Sam Lantinga's avatar
    Date: Tue, 1 Nov 2005 20:25:10 +0100 · 5a00c8d7
    Sam Lantinga authored
    From: Dirk Mueller
    Subject: [PATCH] build SDL with nonexecutable stack
    
    
    libSDL is by default marked with an executable stack, which it doesn't
    actually need. the reason for this is that there are assembler files in the
    source tree not properly annotated with the "noexec stack" section. As such
    the linker does a safe-fallback and marks the whole lib as "requires
    executable stack".
    
    the patch below removes this by adding annotations. As far as I can see it
    shouldn't break anything.
    
    --HG--
    extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401169
    5a00c8d7
Name
Last commit
Last update
..
.cvsignore Loading commit data...
COPYING.LIB Loading commit data...
HeadMMX.h Loading commit data...
HeadX86.h Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
mmx_main.asm Loading commit data...
mmxp2_32.asm Loading commit data...
x86_main.asm Loading commit data...
x86p_16.asm Loading commit data...
x86p_32.asm Loading commit data...
HERMES 1.2.4 (c)1998 Christian Nentwich (brn) (c.nentwich@cs.ucl.ac.uk)
and quite a few assembler routines (c) Glenn Fielder (gaffer@gaffer.org)

This library and all the files enclosed in this package are free software
under the terms of the GNU Library General Public License (LGPL). Please
refer to the included file COPYING.LIB for the exact terms.
----------------------------------------------------------------------------

This is a stripped down version of HERMES, including only the x86 assembler
converters, for use with Simple DirectMedia Layer.

The full HERMES library is available at:  http://hermes.terminal.at/