Enable no-exec stacks for more targets using the Linux kernel.
[gcc.git] / libgcc / config / microblaze / moddi3.S
index bcea079476e4ac8acc72bad21ee8e1b8203ff865..7d2a31d124e1938821788bfb4e430bc3ee87e231 100644 (file)
 #######################################
 
 
+/* An executable stack is *not* required for these functions.  */
+#ifdef __linux__
+.section .note.GNU-stack,"",%progbits
+.previous
+#endif
+
        .globl  __moddi3
        .ent    __moddi3
 __moddi3: