]> Cypherpunks repositories - gostls13.git/commit
5l: make -v option output less nonessential clutter
authorShenghou Ma <minux.ma@gmail.com>
Tue, 31 Jan 2012 15:59:29 +0000 (10:59 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 31 Jan 2012 15:59:29 +0000 (10:59 -0500)
commit94b796133b3a236530f933362a3feb90af1fcbf2
tree734500ac4b037a0ac618def1b2cb04a2981a7d40
parent9a15c2186c59544d4587487f075ccee385373823
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
src/cmd/5l/obj.c