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

Assembly parts are executable by default on linux/i586 #2

Open
frispete opened this issue Oct 24, 2022 · 0 comments · May be fixed by #3
Open

Assembly parts are executable by default on linux/i586 #2

frispete opened this issue Oct 24, 2022 · 0 comments · May be fixed by #3

Comments

@frispete
Copy link

resulting in on build systems, that check for such details:

[   32s] powermanga.i586: E: executable-stack (Badness: 10000) /usr/libexec/powermanga/powermanga
[   32s] The binary declares the stack as executable. Executable stack is usually an
[   32s] error as it is only needed if the code contains GCC trampolines or similar
[   32s] constructs which uses code on the stack. One common source for needlessly
[   32s] executable stack cases are object files built from assembler files which don't
[   32s] define a proper .note.GNU-stack section.
@frispete frispete linked a pull request Oct 24, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant