Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 920836
Collapse All | Expand All

(-)ghc-9.2.8-orig/rts/StgCRunAsm.S (+5 lines)
Lines 376-381 StgReturn: Link Here
376
	.size StgReturn, .-StgReturn
376
	.size StgReturn, .-StgReturn
377
377
378
	.section	.note.GNU-stack,"",@progbits
378
	.section	.note.GNU-stack,"",@progbits
379
#else
380
/* mark stack as nonexecutable */
381
#if defined(__linux__) && defined(__ELF__)
382
	.section	.note.GNU-stack,"",@progbits
383
#endif
379
#endif
384
#endif
380
385
381
#endif /* !USE_MINIINTERPRETER */
386
#endif /* !USE_MINIINTERPRETER */

Return to bug 920836