From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2411 invoked by alias); 23 Jan 2003 22:22:28 -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 2395 invoked from network); 23 Jan 2003 22:22:27 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by 172.16.49.205 with SMTP; 23 Jan 2003 22:22:27 -0000 Received: from hplms2.hpl.hp.com (hplms2.hpl.hp.com [15.0.152.33]) by deimos.hpl.hp.com (8.9.3 (PHNE_24419)/HPL-PA Relay) with ESMTP id OAA29132; Thu, 23 Jan 2003 14:22:26 -0800 (PST) Received: from napali.hpl.hp.com (napali.hpl.hp.com [15.4.89.123]) by hplms2.hpl.hp.com (8.10.2/8.10.2 HPL-PA Hub) with ESMTP id h0NMMQK14915; Thu, 23 Jan 2003 14:22:26 -0800 (PST) Received: from napali.hpl.hp.com (napali [127.0.0.1]) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) with ESMTP id h0NMMQZw026954; Thu, 23 Jan 2003 14:22:26 -0800 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.3/8.12.3/Debian -4) id h0NMMMPe026950; Thu, 23 Jan 2003 14:22:22 -0800 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15920.27422.320060.405640@napali.hpl.hp.com> Date: Thu, 23 Jan 2003 22:22:00 -0000 To: Andreas Schwab Cc: libc-hacker@sources.redhat.com Subject: Re: Crash in DT_FINI_ARRAY In-Reply-To: References: <15920.18006.383327.719985@napali.hpl.hp.com> Reply-To: davidm@hpl.hp.com X-SW-Source: 2003-01/txt/msg00168.txt.bz2 >>>>> On 23 Jan 2003 23:08:47 +0100, Andreas Schwab said: Andreas> David Mosberger writes: >> What platform did it crash on? Andreas> ia64, of course, still the only platform where gcc uses Andreas> .init_array/.fini_array. Note that DT_INIT_ARRAY is handled Andreas> correctly. OK, no objections, then... ;-) --david