This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.0.1 PATCH: Support #pragma weak on Tru64 UNIX
- To: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- Subject: Re: 3.0.1 PATCH: Support #pragma weak on Tru64 UNIX
- From: Richard Henderson <rth at redhat dot com>
- Date: Wed, 18 Jul 2001 17:50:14 -0700
- Cc: gcc-patches at gcc dot gnu dot org
- References: <15188.41038.44100.909110@xayide.TechFak.Uni-Bielefeld.DE>
On Tue, Jul 17, 2001 at 10:30:06PM +0200, Rainer Orth wrote:
> /tmp/ccVPJkq7.o: _Z3barv: weak symbol multiply defined
> /tmp/ccVPJkq7.o: _Z3fooIvEvv: weak symbol multiply defined
Is there a linker switch that can disable this? This warning
is going to show up continuously with c++. (It rather defeats
the purpose of weak symbols, so I have no idea who thought this
was a good idea...)
r~