This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ unref symbols
- To: Alexandre Oliva <aoliva at redhat dot com>
- Subject: Re: g++ unref symbols
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Thu, 03 Aug 2000 08:17:05 -0600
- cc: Petr Ovchenkov <ptr at ParaGraph dot Ru>, gcc-bugs at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <or4s52n2u2.fsf@guarana.lsd.ic.unicamp.br>you write:
> On Aug 3, 2000, Petr Ovchenkov <ptr@ParaGraph.Ru> wrote:
>
> > That's was 2.95.2. For later snapshots (mmm, at least since 20000530)
> > for A::A scope instead GLOBAL will be LOCAL (on HP)
>
> I see. AFAIK, WEAK symbols are now supported and used on HP. Maybe
> they just show up as `t' symbols? Or maybe it is indeed some new bug?
You must have a recent binutils snapshot to get the right behavior from
nm/objdump to detect weak symbols. They use 'W' to denote a weak symbol.
jeff