From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by oss.sgi.com (8.11.2/8.11.3) id f8HMeRm15029 for linux-mips-outgoing; Mon, 17 Sep 2001 15:40:27 -0700 Received: from cygnus.com (runyon.cygnus.com [205.180.230.5]) by oss.sgi.com (8.11.2/8.11.3) with SMTP id f8HMeNe15026; Mon, 17 Sep 2001 15:40:24 -0700 Received: from dot.cygnus.com (dot.cygnus.com [205.180.230.224]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id PAA16136; Mon, 17 Sep 2001 15:40:02 -0700 (PDT) Received: (from rth@localhost) by dot.cygnus.com (8.11.0/8.11.0) id f8HMe2V30440; Mon, 17 Sep 2001 15:40:02 -0700 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Mon, 17 Sep 2001 15:40:01 -0700 From: Richard Henderson To: Ralf Baechle Cc: "H . J . Lu" , Ryan Murray , linux-mips@oss.sgi.com, binutils@sourceware.cygnus.com, gcc@gcc.gnu.org Subject: Re: linker problem: relocation truncated to fit Message-ID: <20010917154001.D30386@redhat.com> Mail-Followup-To: Richard Henderson , Ralf Baechle , "H . J . Lu" , Ryan Murray , linux-mips@oss.sgi.com, binutils@sourceware.cygnus.com, gcc@gcc.gnu.org References: <20010916091654.C1812@lucon.org> <20010917000719.B25531@false.linpro.no> <20010916153857.H22750@cyberhqz.com> <20010916155003.B1446@lucon.org> <20010917035509.B24278@dea.linux-mips.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010917035509.B24278@dea.linux-mips.net>; from ralf@oss.sgi.com on Mon, Sep 17, 2001 at 03:55:09AM +0200 Sender: owner-linux-mips@oss.sgi.com Precedence: bulk On Mon, Sep 17, 2001 at 03:55:09AM +0200, Ralf Baechle wrote: > It is. Yet I wouldn't like to assign a different meaning to -fpic and > -fPIC as most makefiles make little difference between these two options, > so that would imply quite some overhead. There is already such a difference. Sparc uses 13-bit GOT offsets with -fpic and 32-bit offsets with -fPIC. I'm considering changes to Alpha to use a 16/32 split for pic/PIC. r~