executable stack.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142007
138bc75d-0d04-0410-961f-
82ee72b054a4
2008-11-19 Maxim Kuvyrkov <maxim@codesourcery.com>
+ Paul Brook <paul@codesourcery.com>
+
+ * config/m68k/lb1sf68.asm: Add GNU-stack annotation to avoid
+ executable stack.
+
+2008-11-19 Maxim Kuvyrkov <maxim@codesourcery.com>
* config/m68k/m68k.c (sched_attr_op_type): Handle all CONSTs.
unlk a6
rts
#endif /* L_lesf2 */
+
+#if defined (__ELF__) && defined (__linux__)
+ /* Make stack non-executable for ELF linux targets. */
+ .section .note.GNU-stack,"",@progbits
+#endif