From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1312 invoked by alias); 19 Jan 2004 01:36:19 -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 1305 invoked from network); 19 Jan 2004 01:36:18 -0000 Received: from unknown (HELO nondot.org) (128.174.245.159) by sources.redhat.com with SMTP; 19 Jan 2004 01:36:18 -0000 Received: by nondot.org (Postfix, from userid 501) id 47C4917C035; Sun, 18 Jan 2004 20:55:26 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by nondot.org (Postfix) with ESMTP id 3D88B24C1F2; Sun, 18 Jan 2004 19:55:26 -0600 (CST) Date: Mon, 19 Jan 2004 01:36:00 -0000 From: Chris Lattner To: Jan Hubicka Cc: Jan Hubicka , Richard Henderson , "Kaveh R. Ghazi" , , , "Joseph S. Myers" Subject: Re: Can we speed up the gcc_target structure? In-Reply-To: <20040118232701.GA31365@atrey.karlin.mff.cuni.cz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2004-01/txt/msg01232.txt.bz2 On Mon, 19 Jan 2004, Jan Hubicka wrote: > > Ok, great. :) > > Thus my concerns were mostly about whether it is good idea to add > feature reading external list in addition to the attribute. > If it is common that the external list is available by some means that > can't easilly provide the attribute, just let me know. I don't think there is any existing attribute, but one could easily be added. Linker scripts are the only extant mechanism that I know of to handle things like this. -Chris -- http://llvm.cs.uiuc.edu/ http://www.nondot.org/~sabre/Projects/