From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31957 invoked by alias); 6 Dec 2001 00:30:18 -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 31531 invoked from network); 6 Dec 2001 00:27:44 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 6 Dec 2001 00:27:44 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fB60RdL08903; Wed, 5 Dec 2001 16:27:39 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Wed, 05 Dec 2001 16:30:00 -0000 From: Richard Henderson To: Peter Barada Cc: gcc@gcc.gnu.org Subject: Re: How to load FP consts from memory? Message-ID: <20011205162739.D8874@redhat.com> Mail-Followup-To: Richard Henderson , Peter Barada , gcc@gcc.gnu.org References: <200112052303.fB5N35o14369@hyper.wm.sps.mot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200112052303.fB5N35o14369@hyper.wm.sps.mot.com>; from pbarada@mail.wm.sps.mot.com on Wed, Dec 05, 2001 at 06:03:05PM -0500 X-SW-Source: 2001-12/txt/msg00254.txt.bz2 On Wed, Dec 05, 2001 at 06:03:05PM -0500, Peter Barada wrote: > Anybody have a suggestion of where I can find example code in one of > the machine description directories that used the constant pool to > hold constants on a function-by-function basis using pc-relative > addressing, or if not, how best to go about it? m68k-elf with the -fpic option does this. r~