Re: [PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-09-17 Thread Ian Lynagh
On Wed, Aug 10, 2011 at 04:29:38PM +0300, sly...@gmail.com wrote: > > Gentoo's scanelf program found executable stack in many resulting binaries: > * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc > * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o Applied, thanks!

[resend PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-08-23 Thread slyich
From: Sergei Trofimovich Gentoo's scanelf program found executable stack in many resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o More info can be found here: http://www.gentoo.org/proj/en/hard

[PATCH] Mark stack of 'rts/AdjustorAsm.S' as nonexecutable on linux

2011-08-10 Thread slyich
From: Sergei Trofimovich Gentoo's scanelf program found executable stack in many resulting binaries: * RWX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/ghc * !WX --- --- home/prefix/gentoo/usr/lib/ghc-7.2.1/libHSrts.a:AdjustorAsm.o More info can be found here: http://www.gentoo.org/proj/en/hard