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

Collapse All | Expand All

(-)libmpeg3-1.5.2.orig/video/mmxidct.S (+4 lines)
Lines 673-675 Link Here
673
	ret
673
	ret
674
.Lfe1:
674
.Lfe1:
675
	.size	 IDCT_mmx,.Lfe1-IDCT_mmx
675
	.size	 IDCT_mmx,.Lfe1-IDCT_mmx
676
677
#ifdef __ELF__
678
.section .note.GNU-stack,"",%progbits
679
#endif
(-)libmpeg3-1.5.2.orig/video/reconmmx.s (-1 / +3 lines)
Lines 298-301 Link Here
298
  pop        esi
298
  pop        esi
299
  ret
299
  ret
300
300
301
301
%ifidn __OUTPUT_FORMAT__,elf
302
section .note.GNU-stack noalloc noexec nowrite progbits
303
%endif

Return to bug 45325