This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Using binutils-2.12.1 on sparc64-sun-solaris2.8 to buildgcc-3.1 results in relocation errors
From: Alan Modra <amodra@bigpond.net.au>
Date: Thu, 18 Jul 2002 10:43:51 +0930
On Wed, Jul 17, 2002 at 07:06:50PM +0200, Teemu Torma wrote:
> > "Call" is the only way R_SPARC_DISP32 relocations can be
> > emitted.
David, are you sure you don't get these reloc types in dwarf2 debug
sections?
32-bit PC-relative relocations? I really doubt it :-)
I did make a brain fart though, "call" is valid in several situations,
PIC function calls in particular because that goes through the PLT
which will be near the code itself.
I still maintain that this isn't a binutils bug but rather some other
problem.
A repeatable testcase from the bug reporter posted here and in GNATS
would be highly appreciated so that something concrete can be done
about this problem. Currently we are groveling over the bug because
not enough information is present. A reproducable testcase would
eliminate this problem.