From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15367 invoked by alias); 24 Mar 2002 20:38:13 -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 15351 invoked from network); 24 Mar 2002 20:38:11 -0000 Received: from unknown (HELO sunsite.mff.cuni.cz) (195.113.19.66) by sources.redhat.com with SMTP; 24 Mar 2002 20:38:11 -0000 Received: (from jakub@localhost) by sunsite.mff.cuni.cz (8.11.6/8.11.6) id g2OKc7F19591; Sun, 24 Mar 2002 21:38:07 +0100 Date: Sun, 24 Mar 2002 12:38:00 -0000 From: Jakub Jelinek To: Andreas Jaeger Cc: GNU libc hacker Subject: Re: dwarf2 unwind info check broken Message-ID: <20020324213807.T32482@sunsite.ms.mff.cuni.cz> Reply-To: Jakub Jelinek References: <20020317211423.G32482@sunsite.ms.mff.cuni.cz> <20020324200155.S32482@sunsite.ms.mff.cuni.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from aj@suse.de on Sun, Mar 24, 2002 at 08:48:48PM +0100 X-SW-Source: 2002-03/txt/msg00107.txt.bz2 On Sun, Mar 24, 2002 at 08:48:48PM +0100, Andreas Jaeger wrote: > > Configure should detect if -lgcc_eh exist and add it in in addition to > > -lgcc (well, for gcc-3.1+ configured with binutils 2.12 it doesn't matter), > > but for gcc-3.1+ configured with older binutils it matters. > > This is with gcc 3.1 and current binutils from CVS. But -lgcc_eh is > not added and I don't think there's code to do so, But if gcc 3.1 is configured with binutils >= 2.12, then crtbegin*.o don't ever call __register_* or __deregister_*, so you don't actually need -lgcc_eh. Jakub