From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31571 invoked by alias); 1 Mar 2002 02:01:37 -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 31516 invoked from network); 1 Mar 2002 02:01:33 -0000 Received: from unknown (HELO deimos.hpl.hp.com) (192.6.19.190) by sources.redhat.com with SMTP; 1 Mar 2002 02:01:33 -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 SAA18481; Thu, 28 Feb 2002 18:01:31 -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 g2121UK03663; Thu, 28 Feb 2002 18:01:30 -0800 (PST) Received: from napali.hpl.hp.com (localhost [127.0.0.1]) by napali.hpl.hp.com (8.12.1/8.12.1/Debian -5) with ESMTP id g2121Uf7000401; Thu, 28 Feb 2002 18:01:30 -0800 Received: (from davidm@localhost) by napali.hpl.hp.com (8.12.1/8.12.1/Debian -5) id g2121UAb000397; Thu, 28 Feb 2002 18:01:30 -0800 From: David Mosberger MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15486.57594.352544.376331@napali.hpl.hp.com> Date: Thu, 28 Feb 2002 18:01:00 -0000 To: Richard Henderson Cc: davidm@hpl.hp.com, "H . J . Lu" , Ulrich Drepper , GNU libc hacker , binutils@sources.redhat.com Subject: Re: [David Mosberger ] problem with unwind info for .init/.fini sections In-Reply-To: <20020228175426.A30756@redhat.com> References: <20020228165851.A26168@lucon.org> <15486.55079.333535.999190@napali.hpl.hp.com> <20020228173311.A26728@lucon.org> <15486.56491.696020.742674@napali.hpl.hp.com> <20020228175426.A30756@redhat.com> X-Mailer: VM 7.01 under Emacs 21.1.1 Reply-To: davidm@hpl.hp.com X-URL: http://www.hpl.hp.com/personal/David_Mosberger/ X-SW-Source: 2002-02/txt/msg00164.txt.bz2 >>>>> On Thu, 28 Feb 2002 17:54:26 -0800, Richard Henderson said: Rich> Yes, it should. I think there's even some code for this for Rich> ia64-hpux in the tree already. I only see code to print the DT*ARRAY* tags and to recognize the respective sections. Looks to me like elflink.h needs to be updated? >> I guess the other component that needs updating is gcc (at least >> the ia64 versions of crtbegin.asm and crtend.asm would need >> that). I'd be happy to work on this. Rich> Should be easy too, except for the bit to figure out whether Rich> or not support for this exists in ld.so. Right. --david