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/
-
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 | ||
HeadMMX.h | ||
HeadX86.h | ||
Makefile.am | ||
README | ||
mmx_main.asm | ||
mmxp2_32.asm | ||
x86_main.asm | ||
x86p_16.asm | ||
x86p_32.asm |