This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PPC64 GOT alignment trouble


On Mon, Oct 19, 2015 at 04:01:22PM +0100, Andrew Stubbs wrote:
> On 19/10/15 12:00, Alan Modra wrote:
> >I was testing natively, but I see a whole lot of errors on an
> >x86_64-linux to powerpc64-linux cross too, configured using
> >
> >/src/binutils-gdb/configure --build=x86_64-linux \
> >--target=powerpc64-linux --disable-nls --enable-plugins \
> >--disable-gdb --disable-sim --disable-readline --disable-libdecnumber
> 
> I've got
> 
> /path/to/binutils/configure --build=i686-pc-linux-gnu \
>         --target=powerpc-linux-gnu --host=i686-pc-linux-gnu \
>         --enable-64-bit-bfd --disable-gdb \
>         --disable-libdecnumber --disable-readline \
>         --disable-sim --disable-nls --enable-plugins
> 
> Looks like the main difference is mine runs on 32-bit hosts. I hope that's
> not significant!

No, the main difference is that you have a powerpc-linux target while
I have powerpc64-linux.  Your binutils has support for
powerpc64-linux, but I doubt you are testing powerpc64-linux.

-- 
Alan Modra
Australia Development Lab, IBM


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]