mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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:
parent
86dde2debb
commit
37b04c9062
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue