Merge "Mark ARM asm objects as allowing a non-executable stack."
This commit is contained in:
commit
ddcdbfd71e
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user