1 #include "config.h" 2 #if defined(__ELF__) && defined(__linux__) 3 #if defined (TARGET_LIBC_GNUSTACK) || defined (__mips_soft_float) 4 .section .note.GNU-stack,"",%progbits 5 .previous 6 #endif 7 #endif 8