From owner-cvs-all Sun May 12 10:41:33 2002 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 7E77D37B401; Sun, 12 May 2002 10:41:27 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g4CHfLev044706; Sun, 12 May 2002 10:41:21 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.3/8.12.3/Submit) id g4CHfKRr044705; Sun, 12 May 2002 10:41:20 -0700 (PDT) Date: Sun, 12 May 2002 10:41:20 -0700 From: "David O'Brien" To: Wilko Bulte Cc: Gerald Pfeifer , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, John Baldwin Subject: Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h) Message-ID: <20020512104120.C44494@dragon.nuxi.com> Reply-To: obrien@FreeBSD.ORG Mail-Followup-To: David O'Brien , Wilko Bulte , Gerald Pfeifer , cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, John Baldwin References: <20020510215923.A81875@dragon.nuxi.com> <20020512193223.A4841@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020512193223.A4841@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Sun, May 12, 2002 at 07:32:23PM +0200 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, May 12, 2002 at 07:32:23PM +0200, Wilko Bulte wrote: > After a -current buildworld on Alpha I get during a make buildkernel: ... > alphadump.o(.text+0x0): multiple definition of `dumpsys' > kern_shutdown.o(.text+0xf38): first defined here > /usr/obj/usr/src/alpha/usr/libexec/elf/ld: Warning: size of symbol `dumpsys' > changed from 48 to 1220 in alphadump.o > *** Error code 1 That isn't a GCC bug. But rather a feature of `ld' letting you know that for some reason it had to link in two .o's that have the same global symbol in each. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message