It was just a funny way of saying len(Ctxt.Allsym) by now.
Change-Id: Iff75e73c9f7ec4ba26cfef479bbd05d7dcd172f5
Reviewed-on: https://go-review.googlesource.com/20973
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
HashVersion map[symVer]*LSym
Allsym []*LSym
- Nsymbol int32
Tlsg *LSym
Libdir []string
Library []*Library
archive()
if Debug['v'] != 0 {
fmt.Fprintf(&Bso, "%5.2f cpu time\n", obj.Cputime())
- fmt.Fprintf(&Bso, "%d symbols\n", Ctxt.Nsymbol)
+ fmt.Fprintf(&Bso, "%d symbols\n", len(Ctxt.Allsym))
fmt.Fprintf(&Bso, "%d liveness data\n", liveness)
}
s.Got = -1
s.Name = symb
s.Version = int16(v)
- ctxt.Nsymbol++
ctxt.Allsym = append(ctxt.Allsym, s)
return s