Move non-executable stack assembly code to end of file
[openafs.git] / src / lwp / process.i386.s
index f5b3bc4..15173aa 100644 (file)
@@ -17,9 +17,6 @@
  */
 
 #include <lwp_elf.h>
-#if defined(__linux__) && defined(__ELF__)
-       .section .note.GNU-stack,"",%progbits
-#endif
 
        .file "process.s"
 
@@ -82,3 +79,6 @@ ENTRY(returnto)
        popl    %ebp
        ret
 
+#if defined(__linux__) && defined(__ELF__)
+       .section .note.GNU-stack,"",%progbits
+#endif