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/blockcopy8.asm (+10 lines)
Lines 4387-4389 Link Here
4387
    psadbw      xm0, xm4
4387
    psadbw      xm0, xm4
4388
    movd        eax, xm0
4388
    movd        eax, xm0
4389
    RET
4389
    RET
4390
4391
%ifidn __OUTPUT_FORMAT__,elf
4392
    section .note.GNU-stack noalloc noexec nowrite progbits
4393
%endif
4394
%ifidn __OUTPUT_FORMAT__,elf32
4395
    section .note.GNU-stack noalloc noexec nowrite progbits
4396
%endif
4397
%ifidn __OUTPUT_FORMAT__,elf64
4398
    section .note.GNU-stack noalloc noexec nowrite progbits
4399
%endif
(-)source.old/common/x86/const-a.asm (+10 lines)
Lines 104-106 Link Here
104
%endrep
104
%endrep
105
105
106
const sw_64,       dd 64
106
const sw_64,       dd 64
107
108
%ifidn __OUTPUT_FORMAT__,elf
109
    section .note.GNU-stack noalloc noexec nowrite progbits
110
%endif
111
%ifidn __OUTPUT_FORMAT__,elf32
112
    section .note.GNU-stack noalloc noexec nowrite progbits
113
%endif
114
%ifidn __OUTPUT_FORMAT__,elf64
115
    section .note.GNU-stack noalloc noexec nowrite progbits
116
%endif
(-)source.old/common/x86/cpu-a.asm (+10 lines)
Lines 195-197 Link Here
195
    pop r1
195
    pop r1
196
    pop r0
196
    pop r0
197
    ret
197
    ret
198
199
%ifidn __OUTPUT_FORMAT__,elf
200
    section .note.GNU-stack noalloc noexec nowrite progbits
201
%endif
202
%ifidn __OUTPUT_FORMAT__,elf32
203
    section .note.GNU-stack noalloc noexec nowrite progbits
204
%endif
205
%ifidn __OUTPUT_FORMAT__,elf64
206
    section .note.GNU-stack noalloc noexec nowrite progbits
207
%endif
(-)source.old/common/x86/dct8.asm (+10 lines)
Lines 996-998 Link Here
996
    RET
996
    RET
997
997
998
%endif ; !HIGH_BIT_DEPTH
998
%endif ; !HIGH_BIT_DEPTH
999
1000
%ifidn __OUTPUT_FORMAT__,elf
1001
    section .note.GNU-stack noalloc noexec nowrite progbits
1002
%endif
1003
%ifidn __OUTPUT_FORMAT__,elf32
1004
    section .note.GNU-stack noalloc noexec nowrite progbits
1005
%endif
1006
%ifidn __OUTPUT_FORMAT__,elf64
1007
    section .note.GNU-stack noalloc noexec nowrite progbits
1008
%endif
(-)source.old/common/x86/intrapred16.asm (+10 lines)
Lines 12778-12780 Link Here
12778
    dec    r4
12778
    dec    r4
12779
    jnz    .loop
12779
    jnz    .loop
12780
    RET
12780
    RET
12781
12782
%ifidn __OUTPUT_FORMAT__,elf
12783
    section .note.GNU-stack noalloc noexec nowrite progbits
12784
%endif
12785
%ifidn __OUTPUT_FORMAT__,elf32
12786
    section .note.GNU-stack noalloc noexec nowrite progbits
12787
%endif
12788
%ifidn __OUTPUT_FORMAT__,elf64
12789
    section .note.GNU-stack noalloc noexec nowrite progbits
12790
%endif
(-)source.old/common/x86/ipfilter16.asm (+10 lines)
Lines 2892-2894 Link Here
2892
    jnz         .loopH
2892
    jnz         .loopH
2893
2893
2894
    RET
2894
    RET
2895
2896
%ifidn __OUTPUT_FORMAT__,elf
2897
    section .note.GNU-stack noalloc noexec nowrite progbits
2898
%endif
2899
%ifidn __OUTPUT_FORMAT__,elf32
2900
    section .note.GNU-stack noalloc noexec nowrite progbits
2901
%endif
2902
%ifidn __OUTPUT_FORMAT__,elf64
2903
    section .note.GNU-stack noalloc noexec nowrite progbits
2904
%endif
(-)source.old/common/x86/mc-a2.asm (+10 lines)
Lines 1131-1133 Link Here
1131
MBTREE_AVX
1131
MBTREE_AVX
1132
INIT_YMM avx2,fma3
1132
INIT_YMM avx2,fma3
1133
MBTREE_AVX
1133
MBTREE_AVX
1134
1135
%ifidn __OUTPUT_FORMAT__,elf
1136
    section .note.GNU-stack noalloc noexec nowrite progbits
1137
%endif
1138
%ifidn __OUTPUT_FORMAT__,elf32
1139
    section .note.GNU-stack noalloc noexec nowrite progbits
1140
%endif
1141
%ifidn __OUTPUT_FORMAT__,elf64
1142
    section .note.GNU-stack noalloc noexec nowrite progbits
1143
%endif
(-)source.old/common/x86/mc-a.asm (+10 lines)
Lines 3720-3722 Link Here
3720
    prefetcht0  [r0+r1*2]
3720
    prefetcht0  [r0+r1*2]
3721
    prefetcht0  [r0+r2]
3721
    prefetcht0  [r0+r2]
3722
    RET
3722
    RET
3723
3724
%ifidn __OUTPUT_FORMAT__,elf
3725
    section .note.GNU-stack noalloc noexec nowrite progbits
3726
%endif
3727
%ifidn __OUTPUT_FORMAT__,elf32
3728
    section .note.GNU-stack noalloc noexec nowrite progbits
3729
%endif
3730
%ifidn __OUTPUT_FORMAT__,elf64
3731
    section .note.GNU-stack noalloc noexec nowrite progbits
3732
%endif
(-)source.old/common/x86/pixel-a.asm (+10 lines)
Lines 6579-6581 Link Here
6579
    mov         [r2], r3w
6579
    mov         [r2], r3w
6580
.end:
6580
.end:
6581
    RET
6581
    RET
6582
6583
%ifidn __OUTPUT_FORMAT__,elf
6584
    section .note.GNU-stack noalloc noexec nowrite progbits
6585
%endif
6586
%ifidn __OUTPUT_FORMAT__,elf32
6587
    section .note.GNU-stack noalloc noexec nowrite progbits
6588
%endif
6589
%ifidn __OUTPUT_FORMAT__,elf64
6590
    section .note.GNU-stack noalloc noexec nowrite progbits
6591
%endif
(-)source.old/common/x86/pixeladd8.asm (+10 lines)
Lines 738-740 Link Here
738
%endmacro
738
%endmacro
739
739
740
PIXEL_ADD_PS_W64_H2 64, 64
740
PIXEL_ADD_PS_W64_H2 64, 64
741
742
%ifidn __OUTPUT_FORMAT__,elf
743
    section .note.GNU-stack noalloc noexec nowrite progbits
744
%endif
745
%ifidn __OUTPUT_FORMAT__,elf32
746
    section .note.GNU-stack noalloc noexec nowrite progbits
747
%endif
748
%ifidn __OUTPUT_FORMAT__,elf64
749
    section .note.GNU-stack noalloc noexec nowrite progbits
750
%endif
(-)source.old/common/x86/pixel-util8.asm (+9 lines)
Lines 3697-3699 Link Here
3697
    RET
3697
    RET
3698
%endmacro
3698
%endmacro
3699
3699
3700
%ifidn __OUTPUT_FORMAT__,elf
3701
    section .note.GNU-stack noalloc noexec nowrite progbits
3702
%endif
3703
%ifidn __OUTPUT_FORMAT__,elf32
3704
    section .note.GNU-stack noalloc noexec nowrite progbits
3705
%endif
3706
%ifidn __OUTPUT_FORMAT__,elf64
3707
    section .note.GNU-stack noalloc noexec nowrite progbits
3708
%endif
(-)source.old/common/x86/sad16-a.asm (+9 lines)
Lines 831-833 Link Here
831
SAD_X 4, 16, 16
831
SAD_X 4, 16, 16
832
SAD_X 4, 16,  8
832
SAD_X 4, 16,  8
833
833
834
%ifidn __OUTPUT_FORMAT__,elf
835
    section .note.GNU-stack noalloc noexec nowrite progbits
836
%endif
837
%ifidn __OUTPUT_FORMAT__,elf32
838
    section .note.GNU-stack noalloc noexec nowrite progbits
839
%endif
840
%ifidn __OUTPUT_FORMAT__,elf64
841
    section .note.GNU-stack noalloc noexec nowrite progbits
842
%endif
(-)source.old/common/x86/ssd-a.asm (+10 lines)
Lines 2594-2596 Link Here
2594
    HADDD   m0, m1
2594
    HADDD   m0, m1
2595
    movd    eax, xm0
2595
    movd    eax, xm0
2596
    RET
2596
    RET
2597
2598
%ifidn __OUTPUT_FORMAT__,elf
2599
    section .note.GNU-stack noalloc noexec nowrite progbits
2600
%endif
2601
%ifidn __OUTPUT_FORMAT__,elf32
2602
    section .note.GNU-stack noalloc noexec nowrite progbits
2603
%endif
2604
%ifidn __OUTPUT_FORMAT__,elf64
2605
    section .note.GNU-stack noalloc noexec nowrite progbits
2606
%endif
(-)source.old/common/x86/pixel-32.asm (+9 lines)
Lines 418-420 Link Here
418
    emms
418
    emms
419
    RET
419
    RET
420
420
421
%ifidn __OUTPUT_FORMAT__,elf
422
    section .note.GNU-stack noalloc noexec nowrite progbits
423
%endif
424
%ifidn __OUTPUT_FORMAT__,elf32
425
    section .note.GNU-stack noalloc noexec nowrite progbits
426
%endif
427
%ifidn __OUTPUT_FORMAT__,elf64
428
    section .note.GNU-stack noalloc noexec nowrite progbits
429
%endif

Return to bug 528200