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

This commit is contained in:
Johann 2011-07-21 12:20:00 -07:00 committed by Code Review
commit ddcdbfd71e

View File

@ -154,3 +154,6 @@ while (<STDIN>)
next if /^\s*END\s*$/;
print;
}
# Mark that this object doesn't need an executable stack.
printf ("\t.section\t.note.GNU-stack,\"\",\%\%progbits\n");