From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26564 invoked by alias); 14 Oct 2003 17:11:22 -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 26537 invoked from network); 14 Oct 2003 17:11:22 -0000 Received: from unknown (HELO mx2.redhat.com) (66.187.237.31) by sources.redhat.com with SMTP; 14 Oct 2003 17:11:22 -0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.11.6/8.11.6) with ESMTP id h9EGrUO08237; Tue, 14 Oct 2003 12:53:30 -0400 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h9EHBKL29197; Tue, 14 Oct 2003 13:11:20 -0400 Received: from dot.sfbay.redhat.com (dot.sfbay.redhat.com [172.16.24.7]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id h9EHBEJ25877; Tue, 14 Oct 2003 10:11:14 -0700 Received: (from rth@localhost) by dot.sfbay.redhat.com (8.11.6/8.11.6) id h9EHAXE27673; Tue, 14 Oct 2003 10:10:33 -0700 X-Authentication-Warning: dot.sfbay.redhat.com: rth set sender to rth@redhat.com using -f Date: Tue, 14 Oct 2003 18:01:00 -0000 From: Richard Henderson To: Gunther Nikl Cc: Bernardo Innocenti , colin-gcc@horizon.com, gcc@gcc.gnu.org Subject: Re: "small data" in m68k gcc? Message-ID: <20031014171033.GD27644@redhat.com> Mail-Followup-To: Richard Henderson , Gunther Nikl , Bernardo Innocenti , colin-gcc@horizon.com, gcc@gcc.gnu.org References: <20031012214902.2016.qmail@science.horizon.com> <200310130113.55072.bernie@develer.com> <20031013004640.GA26731@redhat.com> <20031014140214.GB17758@lorien.int.gecko.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031014140214.GB17758@lorien.int.gecko.de> User-Agent: Mutt/1.4i X-SW-Source: 2003-10/txt/msg00521.txt.bz2 On Tue, Oct 14, 2003 at 04:02:14PM +0200, Gunther Nikl wrote: > Wouldn't it be possible to load the offset into a register and use that > one to index into the pic table? Depends on whether the assembler supports the relocation in that context. Otherwise, sure. r~