* src/vm/jit/powerpc/asmpart.S, src/vm/jit/alpha/asmpart.S,
[cacao.git] / src / vm / jit / x86_64 / asmpart.S
index 6264a65d2ca994f6e0cf4f0a8d2540b732d1fc67..99da16de25e2096995f9b2afe27071b90ec019e2 100644 (file)
@@ -30,7 +30,7 @@
 
    Changes:
 
-   $Id: asmpart.S 4357 2006-01-22 23:33:38Z twisti $
+   $Id: asmpart.S 4440 2006-02-05 12:03:43Z twisti $
 
 */
 
@@ -857,6 +857,13 @@ asm_criticalsections:
        .quad 0
 
 
+/* Disable exec-stacks, required for Gentoo ***********************************/
+
+#if defined(__GCC__) && defined(__ELF__)
+       .section .note.GNU-stack,"",@progbits
+#endif
+
+
 /*
  * These are local overrides for various environment variables in Emacs.
  * Please do not remove this and leave it at the end of the file, where