This commit is contained in:
James Greenhalgh
2014-12-06 23:58:41 -05:00
committed by Anthony Green
parent a5a40960bb
commit 9ae3bc870e

View File

@@ -396,3 +396,8 @@ CNAME(ffi_go_closure_SYSV):
.size CNAME(ffi_go_closure_SYSV), . - CNAME(ffi_go_closure_SYSV)
#endif
#endif /* FFI_GO_CLOSURES */
#if defined __ELF__ && defined __linux__
.section .note.GNU-stack,"",%progbits
#endif