Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD64: fix 'section .note.GNU-stack' #30

Open
Kakadu opened this issue Nov 15, 2024 · 0 comments
Open

AMD64: fix 'section .note.GNU-stack' #30

Kakadu opened this issue Nov 15, 2024 · 0 comments
Assignees

Comments

@Kakadu
Copy link
Collaborator

Kakadu commented Nov 15, 2024

The warning is being risen by GCC for AMD64

   /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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants