From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32351 invoked by alias); 6 Dec 2001 00:31:12 -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 31599 invoked from network); 6 Dec 2001 00:28:15 -0000 Received: from unknown (HELO dot.cygnus.com) (205.180.230.224) by sources.redhat.com with SMTP; 6 Dec 2001 00:28:15 -0000 Received: (from rth@localhost) by dot.cygnus.com (8.11.2/8.11.2) id fB60QAW08898; Wed, 5 Dec 2001 16:26:10 -0800 X-Authentication-Warning: dot.cygnus.com: rth set sender to rth@redhat.com using -f Date: Wed, 05 Dec 2001 16:31:00 -0000 From: Richard Henderson To: Jessica Han Cc: gcc@gcc.gnu.org Subject: Re: IA64 ABI Status Message-ID: <20011205162610.C8874@redhat.com> Mail-Followup-To: Richard Henderson , Jessica Han , gcc@gcc.gnu.org References: <01ea01c17ddd$4a2f1ad0$2f65000f@JH761542> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <01ea01c17ddd$4a2f1ad0$2f65000f@JH761542>; from jessica@cup.hp.com on Wed, Dec 05, 2001 at 02:36:31PM -0800 X-SW-Source: 2001-12/txt/msg00255.txt.bz2 On Wed, Dec 05, 2001 at 02:36:31PM -0800, Jessica Han wrote: > Does GCC 3.0.2 on IA64 have COMDAT sections specified by C++ ABI yet? Sort-of, but not really. We're still using a gnu binutils feature that provides similar functionality, but is represented differently in the ELF object file. The gnu binutils feature pre-dates the new ELF spec by at least 4 years. GCC has little to do with this; it's almost all binutils work. > If not, is there a plan to implement it and when is it going to be available? I don't know of anyone working on it. r~