Skip to content
Snippets Groups Projects
Commit ddcdbfd7 authored by Johann Koenig's avatar Johann Koenig Committed by Code Review
Browse files

Merge "Mark ARM asm objects as allowing a non-executable stack."

parents 2bdda84e 0453aca5
No related branches found
No related tags found
No related merge requests found
...@@ -154,3 +154,6 @@ while (<STDIN>) ...@@ -154,3 +154,6 @@ while (<STDIN>)
next if /^\s*END\s*$/; next if /^\s*END\s*$/;
print; print;
} }
# Mark that this object doesn't need an executable stack.
printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");
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