K 10 svn:author V 3 dim K 8 svn:date V 27 2011-02-16T20:46:57.590996Z K 7 svn:log V 290 Fix the last binary in the base system that still has an executable stack, /usr/sbin/uathload. Since this program links in a .o file containing a firmware blob, and there is no clean way to add a .note.GNU-stack section to this .o file, we simply use the -z noexecstack option to ld here. END