This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: relocation truncated to fit error on alpha


On Fri, Apr 04, 2003 at 02:15:45PM -0500, Brad Lucier wrote:
> http://gcc.gnu.org/ml/gcc/2001-09/msg00645.html

MIPS, not Alpha, and concerns GOT overflow.

> http://gcc.gnu.org/ml/gcc/2001-11/msg00413.html

Concerns branch overflow, not gprel.  And it did go in.

> /export/home/lucier/programs/deal.II/lib/liblac.g.a(sparse_matrix.float.g.o)(.rodata+0x2e00): relocation truncated to fit: GPREL32 *UND*

The thing you should be concerned about here is not the
relocation type at all, or even the overflow, but that
we're relocating against an undefined symbol.

I don't suppose you have sparse_matrix.float.g.[is] 
hanging about?


r~


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