From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3016 invoked by alias); 28 Jan 2002 19:54:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 2981 invoked from network); 28 Jan 2002 19:54:41 -0000 Received: from unknown (HELO mail.redhat.com) (12.107.208.239) by sources.redhat.com with SMTP; 28 Jan 2002 19:54:41 -0000 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [205.180.230.224]) by mail.redhat.com (8.11.6/8.8.7) with SMTP id g0SJsdC05473; Mon, 28 Jan 2002 14:54:39 -0500 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id g0SJscM26054; Mon, 28 Jan 2002 11:54:38 -0800 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Mon, 28 Jan 2002 12:07:00 -0000 From: Richard Henderson To: John David Anglin Cc: geoffk@geoffk.org, gcc-patches@gcc.gnu.org Subject: Re: gcc failed to bootstrap on Linux/mipsel Message-ID: <20020128115438.B26034@redhat.com> Mail-Followup-To: Richard Henderson , John David Anglin , geoffk@geoffk.org, gcc-patches@gcc.gnu.org References: <20020128111740.C25955@redhat.com> <200201281931.g0SJVqT5020616@hiauly1.hia.nrc.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200201281931.g0SJVqT5020616@hiauly1.hia.nrc.ca>; from dave@hiauly1.hia.nrc.ca on Mon, Jan 28, 2002 at 02:31:51PM -0500 X-SW-Source: 2002-01/txt/msg02002.txt.bz2 On Mon, Jan 28, 2002 at 02:31:51PM -0500, John David Anglin wrote: > What about testing to see if the PIC_OFFSET_TABLE_REGNUM isn't a fixed > register? I guess that would be ok. Actualy, should change gen_reg_RTX to check that and have loop test vs pic_offset_table_rtx. r~