<div dir="ltr">Hello.<br>When translating pypy 1.5 under Gentoo linux I get binary with executable permission for the stack (so that execute prevention will not be enabled for it). Then if I make a gentoo package for I get annoying notice about it during installation.<br>
After some inspection I&#39;ve found that the problem comes from gcmaptable.s which doesn&#39;t have the line &#39;.section    .note.GNU-stack,&quot;&quot;,@progbits&#39;.<br>(I see that gcmaptable.s is generated &quot;manually&quot; and not by gcc, perhaps that&#39;s the reason).<br>
<br>1. Is the executable stack really needed?<br>2. If it&#39;s not needed, can we add the line &#39;.section    .note.GNU-stack,&quot;&quot;,@progbits&#39; to the end of gcmaptable.s?<br><br>Thanks<br></div>