This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: How do you debug X86_64 relocation errors
On Sunday 21 August 2005 03:02 pm, sean wrote:
> Mike Frysinger wrote:
> > On Saturday 20 August 2005 02:50 pm, sean wrote:
> >>Mike Frysinger wrote:
> >>>On Friday 19 August 2005 10:58 pm, sean wrote:
> > you showed x264.o was built as PIC but was dct-a.o ?
>
> Excellent. It was built with yasm - nasm extended for X86_64:
> <snip>
> Is there some other command line switch needed for yasm?
not really afaik ... this is where it takes asm ninja magic to tweak the
offending asm source so that it is PIC friendly
-mike