blob: 561b3484bfec16a78959ddd1d663bbb3773df10d [file] [log] [blame]
#include "config.h"
#if defined(__ELF__) && defined(__linux__)
#if defined (TARGET_LIBC_GNUSTACK) || defined (__mips_soft_float)
.section .note.GNU-stack,"",%progbits
.previous
#endif
#endif