eterm: add GNU stack markings to mmx asm code to avoid implicitly enabling executable stacks

https://bugs.gentoo.org/440618

SVN revision: 78911
This commit is contained in:
Mike Frysinger 2012-11-05 08:03:46 +00:00
parent c8cd7d1824
commit 4b79984674
1 changed files with 4 additions and 0 deletions

View File

@ -485,4 +485,8 @@ shade_ximage_32_mmx:
3:
LEAVE
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif
#endif /* HAVE_MMX */