Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgcc/config/mips/gnustack.h
2023-03-06 14:48:14 +01:00

7 lines
193 B
C

#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