Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2002 10:41:20 -0700
From:      "David O'Brien" <obrien@FreeBSD.ORG>
To:        Wilko Bulte <wkb@freebie.xs4all.nl>
Cc:        Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, John Baldwin <jhb@FreeBSD.ORG>
Subject:   Re: GCC bugs (was: cvs commit: src/sys/alpha/include atomic.h)
Message-ID:  <20020512104120.C44494@dragon.nuxi.com>
In-Reply-To: <20020512193223.A4841@freebie.xs4all.nl>; from wkb@freebie.xs4all.nl on Sun, May 12, 2002 at 07:32:23PM %2B0200
References:  <20020510215923.A81875@dragon.nuxi.com> <Pine.BSF.4.44.0205121609411.25203-100000@pulcherrima.dbai.tuwien.ac.at> <20020512193223.A4841@freebie.xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020512104120.C44494>