From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cygnus.com (runyon.cygnus.com [205.180.230.5]) by puffin.external.hp.com (8.9.3/8.9.3) with ESMTP id WAA25808 for ; Mon, 15 Jan 2001 22:50:18 -0700 Date: Mon, 15 Jan 2001 21:53:58 -0800 From: Richard Henderson To: Alan Modra Cc: Jeffrey A Law , John David Anglin , gcc-patches@gcc.gnu.org, parisc-linux@puffin.external.hp.com Subject: Re: Oust HPPA PIC_OFFSET_TABLE_REGNUM_SAVED Message-ID: <20010115215358.B27073@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Alan Modra on Tue, Jan 16, 2001 at 12:20:19PM +1100 List-ID: On Tue, Jan 16, 2001 at 12:20:19PM +1100, Alan Modra wrote: > * config/pa/pa.c (pa_init_machine_status, pa_free_machine_status, > pa_init_expanders): New functions. You need a mark_machine_status function. It is also much better to set the global variables once in override_options than for every function in init_expanders. r~