From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22728 invoked by alias); 4 Apr 2003 19:40:24 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 22719 invoked from network); 4 Apr 2003 19:40:24 -0000 Received: from unknown (HELO mx2.redhat.com) (12.150.115.133) by sources.redhat.com with SMTP; 4 Apr 2003 19:40:24 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id h34JW4P23409; Fri, 4 Apr 2003 14:32:04 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h34JeCW32357; Fri, 4 Apr 2003 14:40:13 -0500 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h34JeB526245; Fri, 4 Apr 2003 11:40:11 -0800 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id h34Jbln28258; Fri, 4 Apr 2003 11:37:47 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Fri, 04 Apr 2003 20:39:00 -0000 From: Richard Henderson To: Brad Lucier Cc: gcc@gcc.gnu.org, Sehun Chun , bangerth@dealii.org Subject: Re: relocation truncated to fit error on alpha Message-ID: <20030404193746.GE28206@redhat.com> Mail-Followup-To: Richard Henderson , Brad Lucier , gcc@gcc.gnu.org, Sehun Chun , bangerth@dealii.org References: <200304041915.h34JFjSn002361@banach.math.purdue.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304041915.h34JFjSn002361@banach.math.purdue.edu> User-Agent: Mutt/1.4i X-SW-Source: 2003-04/txt/msg00200.txt.bz2 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~