[x264-devel] [PATCH] Fix linker test for -Bsymbolic

BugMaster BugMaster at narod.ru
Tue Apr 19 17:59:39 CEST 2011


On Mon, 18 Apr 2011 18:51:52 -0400, Sean McGovern wrote:

> Is copy-on-write something to be concerned about? Is the assembler
> code in common/x86/ supposed to be at least PIC-friendly on x86_32?

Look at this from x86inc.asm:
%ifdef WIN64
    %define PIC
%elifndef ARCH_X86_64
; x86_32 doesn't require PIC.
; Some distros prefer shared objects to be PIC, but nothing breaks if
; the code contains a few textrels, so we'll skip that complexity.
    %undef PIC
%endif

So if by PIC-friendly you mean "don't have textrels" than answer is
"no".



More information about the x264-devel mailing list