1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

coroutine arm64 generating note.GNU-stack section for linux.

This commit is contained in:
David Carlier 2021-03-04 21:43:23 +00:00 committed by Samuel Williams
parent 446d000e11
commit c230ccdba6
Notes: git 2021-03-05 10:26:39 +09:00

View file

@ -60,3 +60,7 @@ PREFIXED_SYMBOL(SYMBOL_PREFIX,coroutine_transfer):
# Jump to return address (in x4)
ret x4
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif