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:
parent
446d000e11
commit
c230ccdba6
Notes:
git
2021-03-05 10:26:39 +09:00
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue