You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/bin/ld: warning: printf.o: missing .note.GNU-stack section implies executable stack
/usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
It should be fixable by section .note.GNU-stack noalloc noexec nowrite progbits in the assembly file. After that dirty hacks in stdlib/regression should be removed. @danyaberezun
The text was updated successfully, but these errors were encountered:
The warning is being risen by GCC for AMD64
It should be fixable by
section .note.GNU-stack noalloc noexec nowrite progbits
in the assembly file. After that dirty hacks instdlib/regression
should be removed. @danyaberezunThe text was updated successfully, but these errors were encountered: