summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/ads2gas.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/ads2gas.pl b/build/make/ads2gas.pl
index be4658253..362fcf4e8 100755
--- a/build/make/ads2gas.pl
+++ b/build/make/ads2gas.pl
@@ -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");