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

(-)a/source/common/x86/x86inc.asm (+11 lines)
Lines 1483-1485 FMA4_INSTR fnmsubss, fnmsub132ss, fnmsub Link Here
1483
%endif
1483
%endif
1484
%endmacro
1484
%endmacro
1485
%endif
1485
%endif
1486
1487
%ifidn __OUTPUT_FORMAT__,elf
1488
section .note.GNU-stack noalloc noexec nowrite progbits
1489
%endif
1490
%ifidn __OUTPUT_FORMAT__,elf32
1491
section .note.GNU-stack noalloc noexec nowrite progbits
1492
%endif
1493
%ifidn __OUTPUT_FORMAT__,elf64
1494
section .note.GNU-stack noalloc noexec nowrite progbits
1495
%endif
1496

Return to bug 528200