From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4605 invoked by alias); 8 Nov 2002 02:45:25 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 4587 invoked from network); 8 Nov 2002 02:45:24 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.163.212.31) by sources.redhat.com with SMTP; 8 Nov 2002 02:45:24 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 05BB1357E; Thu, 7 Nov 2002 18:45:24 -0800 (PST) Received: (from roland@localhost) by magilla.sf.frob.com (8.11.6/8.11.6) id gA82jN932270; Thu, 7 Nov 2002 18:45:23 -0800 Date: Thu, 07 Nov 2002 18:45:00 -0000 Message-Id: <200211080245.gA82jN932270@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: davidm@hpl.hp.com Cc: Richard Henderson , libc-hacker@sources.redhat.com, hjl@lucon.org Subject: Re: patch to make init_array work (2nd version; resend) In-Reply-To: David Mosberger's message of Thursday, 7 November 2002 18:29:59 -0800 <15819.8615.381885.43905@napali.hpl.hp.com> X-Windows: the problem for your problem. X-SW-Source: 2002-11/txt/msg00037.txt.bz2 > I suppose it makes sense to put do_all_init() and do_all_fini() in a > shared source file. Do you want to do that or should I work on it? > If the latter, just tell me where you want the functions. I suppose csu/init.c makes sense. I think you can make them static if you use attribute_used so they are definitely there when the ld -r with start.o is done.