From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3209 invoked by alias); 3 Mar 2002 08:33: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 3170 invoked from network); 3 Mar 2002 08:33:27 -0000 Received: from unknown (HELO are.twiddle.net) (64.81.246.98) by sources.redhat.com with SMTP; 3 Mar 2002 08:33:27 -0000 Received: (from rth@localhost) by are.twiddle.net (8.11.6/8.11.6) id g238XNO13763; Sun, 3 Mar 2002 00:33:23 -0800 Date: Sun, 03 Mar 2002 00:33:00 -0000 From: Richard Henderson To: Ulrich Drepper Cc: Andreas Jaeger , GNU libc hacker Subject: Re: bug on mainline Message-ID: <20020303003323.A13743@twiddle.net> Mail-Followup-To: Ulrich Drepper , Andreas Jaeger , GNU libc hacker References: <1015138479.11845.18.camel@myware.mynet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1015138479.11845.18.camel@myware.mynet>; from drepper@redhat.com on Sat, Mar 02, 2002 at 10:54:39PM -0800 X-SW-Source: 2002-03/txt/msg00015.txt.bz2 On Sat, Mar 02, 2002 at 10:54:39PM -0800, Ulrich Drepper wrote: > > With current GCC 3.1 and current binutils I get this error when > > compiling glibc CVS on i686-linux: > > > > /tmp/ccDWlLRk.s: Assembler messages: > > /tmp/ccDWlLRk.s:7722: Error: symbol `daylight' can not be both > > weak and common [...] > I've seen in the gcc ChangeLogs this horrible mistake called > -fno-zero-initialized-in-bss. Are you using a compiler with this? I don't think it's a mistake in theory. But the patch was supposed to generate proper bss symbols, not common symbols. Poke Kaveh for a start; I'll look at it if he doesn't take care of it. r~