Change-Id: Ifbd33881280d88c00df9b2c4e20f0127aca55799
GitHub-Last-Rev:
5b42bc612c82344f386b7f77043655cbe09eba77
GitHub-Pull-Request: golang/go#69336
Reviewed-on: https://go-review.googlesource.com/c/go/+/610563
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
}
return append(progsize, progbytes...)
}
- Exitf("cannot find gcmask for %s", ctxt.loader.SymName(s))
+ Exitf("cannot find gcprog for %s", ctxt.loader.SymName(s))
return nil
}
relocs := ctxt.loader.Relocs(s)