1
0
mirror of https://github.com/golang/go synced 2024-10-02 06:28:33 -06:00

cmd/link: fix debug message

Change-Id: I6cb0ed9b726da34106ba239b57e2da732a8e1b71
Reviewed-on: https://go-review.googlesource.com/50730
Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: Avelino <t@avelino.xxx>
This commit is contained in:
Hiroshi Ioka 2017-07-22 09:11:35 +09:00 committed by Ian Lance Taylor
parent 86dde2debb
commit 37b04c9062

View File

@ -841,7 +841,7 @@ func dynreloc(ctxt *Link, data *[SXREF][]*Symbol) {
return
}
if ctxt.Debugvlog != 0 {
ctxt.Logf("%5.2f reloc\n", Cputime())
ctxt.Logf("%5.2f dynreloc\n", Cputime())
}
for _, s := range ctxt.Textp {