Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528200 | Differences between
and this patch

Collapse All | Expand All

(-)source.old/common/x86/x86inc.asm (+6 lines)
Lines 732-737 Link Here
732
%ifidn __OUTPUT_FORMAT__,elf
732
%ifidn __OUTPUT_FORMAT__,elf
733
    [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
733
    [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
734
%endif
734
%endif
735
%ifidn __OUTPUT_FORMAT__,elf32
736
    [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
737
%endif
738
%ifidn __OUTPUT_FORMAT__,elf64
739
    [SECTION .note.GNU-stack noalloc noexec nowrite progbits]
740
%endif
735
; cpuflags
741
; cpuflags

Return to bug 528200