1
0
mirror of https://github.com/golang/go synced 2024-11-12 07:40:23 -07:00

5l: make -v option output less nonessential clutter

5l -v is for benchmarking various parts of the loader, but this code in
        obj.c will clutter the output. I only comment them out, because this is
        on par with 8l/6l.

R=golang-dev
CC=golang-dev
https://golang.org/cl/5600046
This commit is contained in:
Shenghou Ma 2012-01-31 10:59:29 -05:00 committed by Russ Cox
parent 9a15c2186c
commit 94b796133b

View File

@ -558,8 +558,8 @@ loop:
// redefinitions.
s = p->from.sym;
if(s->dupok) {
if(debug['v'])
Bprint(&bso, "skipping %s in %s: dupok\n", s->name, pn);
// if(debug['v'])
// Bprint(&bso, "skipping %s in %s: dupok\n", s->name, pn);
goto loop;
}
if(s->file == nil)