[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Comments wanted! Failures in binutils-2.12 branch testsuite with gcc-3.1 branch



On Sun, Mar 17, 2002 at 05:07:07PM +0100, c.christian.joensson@telia.com wrote:
> 
> I run the testsuite like this:
> 
> make -j 2 -k check \
> RUNTESTFLAGS="--target_board 'unix{-fPIC,-fpic,}'" >& check.log &
[snip]

> Now, what is this _GLOBAL_OFFSET_TABLE_? Where is it? glibc?
> 
> What is 'relocation truncated to fit: R_SPARC_13 .rodata.str1.8'?
> 
> What is 'relocation truncated to fit: R_SPARC_GOT13'?

These are all symptoms of trying to run the testsuite with -fpic/-fPIC.
Don't.  The srec linker won't handle any of the more complicated
relocs that pic generates.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


-- 
To UNSUBSCRIBE, email to debian-sparc-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: