--- cpuid.asm 2007/03/08 21:40:12 1.11 +++ cpuid.asm 2008/08/19 09:06:48 1.12 @@ -19,7 +19,7 @@ ; * along with this program ; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: cpuid.asm,v 1.11 2007/03/08 21:40:12 Isibaar Exp $ +; * $Id: cpuid.asm,v 1.12 2008/08/19 09:06:48 Isibaar Exp $ ; * ; ***************************************************************************/ @@ -231,3 +231,8 @@ .endfunc + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif +