]> git.proxmox.com Git - rustc.git/blob - src/rt/arch/i386/record_sp.S
Imported Upstream version 1.3.0+dfsg1
[rustc.git] / src / rt / arch / i386 / record_sp.S
1 // Mark stack as non-executable
2 #if defined(__linux__) && defined(__ELF__)
3 .section .note.GNU-stack, "", @progbits
4 #endif