Skip to content
Snippets Groups Projects
Commit 6a635678 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

ARMv7 doesn't support @progbits, try %progbits

parent 54faae63
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ main(int argc, char **argv)
mangle = "_";
}
if (strcmp(argv[1], "linux") == 0) {
gnustack = ".section .note.GNU-stack, \"\", @progbits\n";
gnustack = ".section .note.GNU-stack, \"\", %progbits\n";
}
fprintf(s,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment