]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgcc/config/microblaze/udivsi3.S
Enable no-exec stacks for more targets using the Linux kernel.
[thirdparty/gcc.git] / libgcc / config / microblaze / udivsi3.S
index 2e08fb2033397e654d73ef9acb34b67543dad923..f01c027f5d67ac6040bff52226ce5acee78f1e25 100644 (file)
 # 
 #######################################
        
+/* An executable stack is *not* required for these functions.  */
+#ifdef __linux__
+.section .note.GNU-stack,"",%progbits
+.previous
+#endif
+
        .globl  __udivsi3
        .ent    __udivsi3
        .type   __udivsi3,@function