]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: fix debug message
authorHiroshi Ioka <hirochachacha@gmail.com>
Sat, 22 Jul 2017 00:11:35 +0000 (09:11 +0900)
committerIan Lance Taylor <iant@golang.org>
Fri, 25 Aug 2017 22:49:00 +0000 (22:49 +0000)
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>
src/cmd/link/internal/ld/data.go

index c09633823244c5726f7f39c06405c0457adc5320..ad7bf0a5ffda50e19304f63685fdde1d56e95978 100644 (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 {