[Redhat-private-dev] Executable stack

Mike Hearn mike at navi.cx
Sat Mar 5 12:14:52 UTC 2005


On Fri, 04 Mar 2005 17:10:50 -0800, Roland McGrath wrote:
> Once you've located the object files in question and found their sources,
> there are two common cases that are producing this.  One is assembly code
> (usually .s or .S files); bare assembly files get no marker, and no marker
> defaults to meaning marked executable.  In the assembly code, just add:
> 
> 	.section .note.GNU-stack
> 	.previous

This is what you have to do for inline assembly as well, yes?




More information about the fedora-devel-list mailing list