Merged revisions 7674-7687 via svnmerge from
[cacao.git] / src / vm / jit / sparc64 / asmpart.S
index c19e01e6280dc9b3438aba759e24628d944ccdd5..2b2abed3faa28ddf832b1fcf60ca2041e0910381 100644 (file)
@@ -442,4 +442,23 @@ asm_criticalsections:
     .xword   0
 
 
+/* disable exec-stacks ********************************************************/
 
+#if defined(__linux__) && 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
+ * Emacs will automagically detect them.
+ * ---------------------------------------------------------------------
+ * Local variables:
+ * mode: asm
+ * indent-tabs-mode: t
+ * c-basic-offset: 4
+ * tab-width: 4
+ * End:
+ * vim:noexpandtab:sw=4:ts=4:
+ */