From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26315 invoked by alias); 5 Apr 2003 21:19:54 -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 26308 invoked from network); 5 Apr 2003 21:19:54 -0000 Received: from unknown (HELO newton.math.purdue.edu) (128.210.3.6) by sources.redhat.com with SMTP; 5 Apr 2003 21:19:54 -0000 Received: from banach.math.purdue.edu (root@banach.math.purdue.edu [128.210.3.16]) by newton.math.purdue.edu (8.10.1/8.10.1/PURDUE_MATH-4.0) with ESMTP id h35LJmf10139; Sat, 5 Apr 2003 16:19:48 -0500 (EST) Received: from banach.math.purdue.edu (lucier@localhost [127.0.0.1]) by banach.math.purdue.edu (8.12.8/8.12.8/PURDUE_MATH-4.0) with ESMTP id h35LJkMD024726; Sat, 5 Apr 2003 16:19:46 -0500 (EST) Received: (from lucier@localhost) by banach.math.purdue.edu (8.12.8/8.12.8/Submit) id h35LJjYH024725; Sat, 5 Apr 2003 16:19:45 -0500 (EST) From: Brad Lucier Message-Id: <200304052119.h35LJjYH024725@banach.math.purdue.edu> Subject: Re: relocation truncated to fit error on alpha To: lucier@math.purdue.edu (Brad Lucier) Date: Sat, 05 Apr 2003 23:08:00 -0000 Cc: rth@redhat.com (Richard Henderson), falk.hueffner@student.uni-tuebingen.de (Falk Hueffner), lucier@math.purdue.edu (Brad Lucier), gcc@gcc.gnu.org, schun@math.purdue.edu (Sehun Chun), bangerth@dealii.org In-Reply-To: <200304050618.h356IC7l014653@banach.math.purdue.edu> from "Brad Lucier" at Apr 05, 2003 01:18:12 AM MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-04/txt/msg00227.txt.bz2 > > > On Fri, Apr 04, 2003 at 10:39:03PM +0200, Falk Hueffner wrote: > > > sfsproac.o(.rodata+0xec):/tmp/sfs-0.7.2/async/str.h:180: relocation truncated to fit: GPREL32 *UND* > ... > > The most correct fix is to use section groups, such that the bits associated > > with the function get discarded with it. This is a lot of work all the way > > through the toolchain though. > > The same problem occurs in 3.3; I'll try to put together a proper PR tomorrow > morning. It seems fairly serious. Arggh. It doesn't work in 3.2.2, either. Working backward on my toolchains... Brad