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

Collapse All | Expand All

(-)xvidcore.orig/src/bitstream/x86_asm/cbp_mmx.asm (-1 / +1 lines)
Lines 128-133 Link Here
128
128
129
129
130
%ifidn __OUTPUT_FORMAT__,elf
130
%ifidn __OUTPUT_FORMAT__,elf
131
section ".note.GNU-stack" noalloc noexec nowrite progbits
131
section .note.GNU-stack noalloc noexec nowrite progbits
132
%endif
132
%endif
133
133
(-)xvidcore.orig/src/bitstream/x86_asm/cbp_sse2.asm (-1 / +1 lines)
Lines 118-123 Link Here
118
118
119
119
120
%ifidn __OUTPUT_FORMAT__,elf
120
%ifidn __OUTPUT_FORMAT__,elf
121
section ".note.GNU-stack" noalloc noexec nowrite progbits
121
section .note.GNU-stack noalloc noexec nowrite progbits
122
%endif
122
%endif
123
123
(-)xvidcore.orig/src/dct/x86_asm/fdct_mmx_ffmpeg.asm (-1 / +1 lines)
Lines 402-407 Link Here
402
MAKE_FDCT_FUNC fdct_xmm_ffmpeg, FDCT_ROW_XMM
402
MAKE_FDCT_FUNC fdct_xmm_ffmpeg, FDCT_ROW_XMM
403
403
404
%ifidn __OUTPUT_FORMAT__,elf
404
%ifidn __OUTPUT_FORMAT__,elf
405
section ".note.GNU-stack" noalloc noexec nowrite progbits
405
section .note.GNU-stack noalloc noexec nowrite progbits
406
%endif
406
%endif
407
407
(-)xvidcore.orig/src/dct/x86_asm/fdct_mmx_skal.asm (-1 / +1 lines)
Lines 501-506 Link Here
501
MAKE_FDCT_FUNC fdct_xmm_skal, fMTX_MULT_XMM
501
MAKE_FDCT_FUNC fdct_xmm_skal, fMTX_MULT_XMM
502
502
503
%ifidn __OUTPUT_FORMAT__,elf
503
%ifidn __OUTPUT_FORMAT__,elf
504
section ".note.GNU-stack" noalloc noexec nowrite progbits
504
section .note.GNU-stack noalloc noexec nowrite progbits
505
%endif
505
%endif
506
506
(-)xvidcore.orig/src/dct/x86_asm/fdct_sse2_skal.asm (-1 / +1 lines)
Lines 609-614 Link Here
609
  times 8 dw 0 
609
  times 8 dw 0 
610
610
611
%ifidn __OUTPUT_FORMAT__,elf
611
%ifidn __OUTPUT_FORMAT__,elf
612
section ".note.GNU-stack" noalloc noexec nowrite progbits
612
section .note.GNU-stack noalloc noexec nowrite progbits
613
%endif
613
%endif
614
614
(-)xvidcore.orig/src/dct/x86_asm/idct_3dne.asm (-1 / +1 lines)
Lines 700-705 Link Here
700
700
701
701
702
%ifidn __OUTPUT_FORMAT__,elf
702
%ifidn __OUTPUT_FORMAT__,elf
703
section ".note.GNU-stack" noalloc noexec nowrite progbits
703
section .note.GNU-stack noalloc noexec nowrite progbits
704
%endif
704
%endif
705
705
(-)xvidcore.orig/src/dct/x86_asm/idct_mmx.asm (-1 / +1 lines)
Lines 610-615 Link Here
610
610
611
611
612
%ifidn __OUTPUT_FORMAT__,elf
612
%ifidn __OUTPUT_FORMAT__,elf
613
section ".note.GNU-stack" noalloc noexec nowrite progbits
613
section .note.GNU-stack noalloc noexec nowrite progbits
614
%endif
614
%endif
615
615
(-)xvidcore.orig/src/dct/x86_asm/idct_sse2_dmitry.asm (-1 / +1 lines)
Lines 327-332 Link Here
327
327
328
328
329
%ifidn __OUTPUT_FORMAT__,elf
329
%ifidn __OUTPUT_FORMAT__,elf
330
section ".note.GNU-stack" noalloc noexec nowrite progbits
330
section .note.GNU-stack noalloc noexec nowrite progbits
331
%endif
331
%endif
332
332
(-)xvidcore.orig/src/image/x86_asm/colorspace_rgb_mmx.asm (-1 / +1 lines)
Lines 531-536 Link Here
531
531
532
532
533
%ifidn __OUTPUT_FORMAT__,elf
533
%ifidn __OUTPUT_FORMAT__,elf
534
section ".note.GNU-stack" noalloc noexec nowrite progbits
534
section .note.GNU-stack noalloc noexec nowrite progbits
535
%endif
535
%endif
536
536
(-)xvidcore.orig/src/image/x86_asm/colorspace_yuv_mmx.asm (-1 / +1 lines)
Lines 475-480 Link Here
475
MAKE_YV12_TO_YV12	yv12_to_yv12_xmm, 1
475
MAKE_YV12_TO_YV12	yv12_to_yv12_xmm, 1
476
476
477
%ifidn __OUTPUT_FORMAT__,elf
477
%ifidn __OUTPUT_FORMAT__,elf
478
section ".note.GNU-stack" noalloc noexec nowrite progbits
478
section .note.GNU-stack noalloc noexec nowrite progbits
479
%endif
479
%endif
480
480
(-)xvidcore.orig/src/image/x86_asm/colorspace_yuyv_mmx.asm (-1 / +1 lines)
Lines 342-347 Link Here
342
MAKE_COLORSPACE  yv12_to_uyvyi_mmx,0,   2,8,4,  YV12_TO_YUYVI, 1, -1
342
MAKE_COLORSPACE  yv12_to_uyvyi_mmx,0,   2,8,4,  YV12_TO_YUYVI, 1, -1
343
343
344
%ifidn __OUTPUT_FORMAT__,elf
344
%ifidn __OUTPUT_FORMAT__,elf
345
section ".note.GNU-stack" noalloc noexec nowrite progbits
345
section .note.GNU-stack noalloc noexec nowrite progbits
346
%endif
346
%endif
347
347
(-)xvidcore.orig/src/image/x86_asm/deintl_sse.asm (-1 / +1 lines)
Lines 133-137 Link Here
133
;//////////////////////////////////////////////////////////////////////
133
;//////////////////////////////////////////////////////////////////////
134
134
135
%ifidn __OUTPUT_FORMAT__,elf
135
%ifidn __OUTPUT_FORMAT__,elf
136
section ".note.GNU-stack" noalloc noexec nowrite progbits
136
section .note.GNU-stack noalloc noexec nowrite progbits
137
%endif
137
%endif
(-)xvidcore.orig/src/image/x86_asm/gmc_mmx.asm (-1 / +1 lines)
Lines 222-226 Link Here
222
;//////////////////////////////////////////////////////////////////////
222
;//////////////////////////////////////////////////////////////////////
223
223
224
%ifidn __OUTPUT_FORMAT__,elf
224
%ifidn __OUTPUT_FORMAT__,elf
225
section ".note.GNU-stack" noalloc noexec nowrite progbits
225
section .note.GNU-stack noalloc noexec nowrite progbits
226
%endif
226
%endif
(-)xvidcore.orig/src/image/x86_asm/interpolate8x8_3dn.asm (-1 / +1 lines)
Lines 465-470 Link Here
465
465
466
466
467
%ifidn __OUTPUT_FORMAT__,elf
467
%ifidn __OUTPUT_FORMAT__,elf
468
section ".note.GNU-stack" noalloc noexec nowrite progbits
468
section .note.GNU-stack noalloc noexec nowrite progbits
469
%endif
469
%endif
470
470
(-)xvidcore.orig/src/image/x86_asm/interpolate8x8_3dne.asm (-1 / +1 lines)
Lines 565-570 Link Here
565
565
566
566
567
%ifidn __OUTPUT_FORMAT__,elf
567
%ifidn __OUTPUT_FORMAT__,elf
568
section ".note.GNU-stack" noalloc noexec nowrite progbits
568
section .note.GNU-stack noalloc noexec nowrite progbits
569
%endif
569
%endif
570
570
(-)xvidcore.orig/src/image/x86_asm/interpolate8x8_mmx.asm (-1 / +1 lines)
Lines 1330-1335 Link Here
1330
1330
1331
1331
1332
%ifidn __OUTPUT_FORMAT__,elf
1332
%ifidn __OUTPUT_FORMAT__,elf
1333
section ".note.GNU-stack" noalloc noexec nowrite progbits
1333
section .note.GNU-stack noalloc noexec nowrite progbits
1334
%endif
1334
%endif
1335
1335
(-)xvidcore.orig/src/image/x86_asm/interpolate8x8_xmm.asm (-1 / +1 lines)
Lines 821-826 Link Here
821
821
822
822
823
%ifidn __OUTPUT_FORMAT__,elf
823
%ifidn __OUTPUT_FORMAT__,elf
824
section ".note.GNU-stack" noalloc noexec nowrite progbits
824
section .note.GNU-stack noalloc noexec nowrite progbits
825
%endif
825
%endif
826
826
(-)xvidcore.orig/src/image/x86_asm/postprocessing_mmx.asm (-1 / +1 lines)
Lines 115-120 Link Here
115
;//////////////////////////////////////////////////////////////////////
115
;//////////////////////////////////////////////////////////////////////
116
116
117
%ifidn __OUTPUT_FORMAT__,elf
117
%ifidn __OUTPUT_FORMAT__,elf
118
section ".note.GNU-stack" noalloc noexec nowrite progbits
118
section .note.GNU-stack noalloc noexec nowrite progbits
119
%endif
119
%endif
120
120
(-)xvidcore.orig/src/image/x86_asm/postprocessing_sse2.asm (-1 / +1 lines)
Lines 131-136 Link Here
131
;//////////////////////////////////////////////////////////////////////
131
;//////////////////////////////////////////////////////////////////////
132
132
133
%ifidn __OUTPUT_FORMAT__,elf
133
%ifidn __OUTPUT_FORMAT__,elf
134
section ".note.GNU-stack" noalloc noexec nowrite progbits
134
section .note.GNU-stack noalloc noexec nowrite progbits
135
%endif
135
%endif
136
136
(-)xvidcore.orig/src/image/x86_asm/qpel_mmx.asm (-1 / +1 lines)
Lines 1150-1155 Link Here
1150
%undef DST_PTR
1150
%undef DST_PTR
1151
1151
1152
%ifidn __OUTPUT_FORMAT__,elf
1152
%ifidn __OUTPUT_FORMAT__,elf
1153
section ".note.GNU-stack" noalloc noexec nowrite progbits
1153
section .note.GNU-stack noalloc noexec nowrite progbits
1154
%endif
1154
%endif
1155
1155
(-)xvidcore.orig/src/image/x86_asm/reduced_mmx.asm (-1 / +1 lines)
Lines 987-992 Link Here
987
987
988
988
989
%ifidn __OUTPUT_FORMAT__,elf
989
%ifidn __OUTPUT_FORMAT__,elf
990
section ".note.GNU-stack" noalloc noexec nowrite progbits
990
section .note.GNU-stack noalloc noexec nowrite progbits
991
%endif
991
%endif
992
992
(-)xvidcore.orig/src/motion/x86_asm/sad_3dn.asm (-1 / +1 lines)
Lines 218-223 Link Here
218
218
219
219
220
%ifidn __OUTPUT_FORMAT__,elf
220
%ifidn __OUTPUT_FORMAT__,elf
221
section ".note.GNU-stack" noalloc noexec nowrite progbits
221
section .note.GNU-stack noalloc noexec nowrite progbits
222
%endif
222
%endif
223
223
(-)xvidcore.orig/src/motion/x86_asm/sad_3dne.asm (-1 / +1 lines)
Lines 492-497 Link Here
492
492
493
493
494
%ifidn __OUTPUT_FORMAT__,elf
494
%ifidn __OUTPUT_FORMAT__,elf
495
section ".note.GNU-stack" noalloc noexec nowrite progbits
495
section .note.GNU-stack noalloc noexec nowrite progbits
496
%endif
496
%endif
497
497
(-)xvidcore.orig/src/motion/x86_asm/sad_mmx.asm (-1 / +1 lines)
Lines 733-738 Link Here
733
733
734
734
735
%ifidn __OUTPUT_FORMAT__,elf
735
%ifidn __OUTPUT_FORMAT__,elf
736
section ".note.GNU-stack" noalloc noexec nowrite progbits
736
section .note.GNU-stack noalloc noexec nowrite progbits
737
%endif
737
%endif
738
738
(-)xvidcore.orig/src/motion/x86_asm/sad_sse2.asm (-1 / +1 lines)
Lines 178-183 Link Here
178
178
179
 
179
 
180
%ifidn __OUTPUT_FORMAT__,elf
180
%ifidn __OUTPUT_FORMAT__,elf
181
section ".note.GNU-stack" noalloc noexec nowrite progbits
181
section .note.GNU-stack noalloc noexec nowrite progbits
182
%endif
182
%endif
183
183
(-)xvidcore.orig/src/motion/x86_asm/sad_xmm.asm (-1 / +1 lines)
Lines 438-443 Link Here
438
438
439
439
440
%ifidn __OUTPUT_FORMAT__,elf
440
%ifidn __OUTPUT_FORMAT__,elf
441
section ".note.GNU-stack" noalloc noexec nowrite progbits
441
section .note.GNU-stack noalloc noexec nowrite progbits
442
%endif
442
%endif
443
443
(-)xvidcore.orig/src/plugins/x86_asm/plugin_ssim-a.asm (-1 / +1 lines)
Lines 274-278 Link Here
274
ENDFUNC
274
ENDFUNC
275
275
276
%ifidn __OUTPUT_FORMAT__,elf
276
%ifidn __OUTPUT_FORMAT__,elf
277
section ".note.GNU-stack" noalloc noexec nowrite progbits
277
section .note.GNU-stack noalloc noexec nowrite progbits
278
%endif
278
%endif
(-)xvidcore.orig/src/quant/x86_asm/quantize_h263_3dne.asm (-1 / +1 lines)
Lines 932-937 Link Here
932
ENDFUNC
932
ENDFUNC
933
933
934
%ifidn __OUTPUT_FORMAT__,elf
934
%ifidn __OUTPUT_FORMAT__,elf
935
section ".note.GNU-stack" noalloc noexec nowrite progbits
935
section .note.GNU-stack noalloc noexec nowrite progbits
936
%endif
936
%endif
937
937
(-)xvidcore.orig/src/quant/x86_asm/quantize_h263_mmx.asm (-1 / +1 lines)
Lines 1072-1077 Link Here
1072
1072
1073
1073
1074
%ifidn __OUTPUT_FORMAT__,elf
1074
%ifidn __OUTPUT_FORMAT__,elf
1075
section ".note.GNU-stack" noalloc noexec nowrite progbits
1075
section .note.GNU-stack noalloc noexec nowrite progbits
1076
%endif
1076
%endif
1077
1077
(-)xvidcore.orig/src/quant/x86_asm/quantize_mpeg_mmx.asm (-1 / +1 lines)
Lines 659-664 Link Here
659
659
660
660
661
%ifidn __OUTPUT_FORMAT__,elf
661
%ifidn __OUTPUT_FORMAT__,elf
662
section ".note.GNU-stack" noalloc noexec nowrite progbits
662
section .note.GNU-stack noalloc noexec nowrite progbits
663
%endif
663
%endif
664
664
(-)xvidcore.orig/src/quant/x86_asm/quantize_mpeg_xmm.asm (-1 / +1 lines)
Lines 620-625 Link Here
620
620
621
621
622
%ifidn __OUTPUT_FORMAT__,elf
622
%ifidn __OUTPUT_FORMAT__,elf
623
section ".note.GNU-stack" noalloc noexec nowrite progbits
623
section .note.GNU-stack noalloc noexec nowrite progbits
624
%endif
624
%endif
625
625
(-)xvidcore.orig/src/utils/x86_asm/cpuid.asm (-1 / +1 lines)
Lines 241-246 Link Here
241
241
242
242
243
%ifidn __OUTPUT_FORMAT__,elf
243
%ifidn __OUTPUT_FORMAT__,elf
244
section ".note.GNU-stack" noalloc noexec nowrite progbits
244
section .note.GNU-stack noalloc noexec nowrite progbits
245
%endif
245
%endif
246
246
(-)xvidcore.orig/src/utils/x86_asm/interlacing_mmx.asm (-1 / +1 lines)
Lines 200-205 Link Here
200
200
201
201
202
%ifidn __OUTPUT_FORMAT__,elf
202
%ifidn __OUTPUT_FORMAT__,elf
203
section ".note.GNU-stack" noalloc noexec nowrite progbits
203
section .note.GNU-stack noalloc noexec nowrite progbits
204
%endif
204
%endif
205
205
(-)xvidcore.orig/src/utils/x86_asm/mem_transfer_3dne.asm (-1 / +1 lines)
Lines 467-472 Link Here
467
467
468
468
469
%ifidn __OUTPUT_FORMAT__,elf
469
%ifidn __OUTPUT_FORMAT__,elf
470
section ".note.GNU-stack" noalloc noexec nowrite progbits
470
section .note.GNU-stack noalloc noexec nowrite progbits
471
%endif
471
%endif
472
472
(-)xvidcore.orig/src/utils/x86_asm/mem_transfer_mmx.asm (-1 / +1 lines)
Lines 590-595 Link Here
590
590
591
591
592
%ifidn __OUTPUT_FORMAT__,elf
592
%ifidn __OUTPUT_FORMAT__,elf
593
section ".note.GNU-stack" noalloc noexec nowrite progbits
593
section .note.GNU-stack noalloc noexec nowrite progbits
594
%endif
594
%endif
595
595

Return to bug 258804