Mark win64.S with GNU-stack note

This commit is contained in:
Richard Henderson
2016-06-05 14:57:00 -07:00
parent 96d9bf4b55
commit 794a54d4a6

View File

@@ -226,3 +226,7 @@ C(ffi_closure_win64):
cfi_endproc
SEH(.seh_endproc)
#if defined __ELF__ && defined __linux__
.section .note.GNU-stack,"",@progbits
#endif