[PyPy-issue] [issue610] The generated pypy binary is unnecessarily flagged as needing an executable stack

Armin Rigo pypy-dev-issue at codespeak.net
Fri Dec 17 11:34:16 CET 2010


Armin Rigo <armin.rigo at gmail.com> added the comment:

Ah, sorry, I realized just after I posted the previous comment that there is a
difference: we have an extra file, gcmaptable.s, that we built from scratch.  Of
course it does not contain the magic line ".section
.note.GNU-stack,"", at progbits".  This is really the issue here.

Maybe we can solve it like amaury solved it for MSVC: by instead generating a
gcmaptable.c, instead of directly the gcmaptable.s.

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue610>
_______________________________________________________



More information about the Pypy-issue mailing list