]> Cypherpunks repositories - gostls13.git/commit
cmd/link: make sure we're hashing __.PKGDEF in genhash
authorMatthew Dempsky <mdempsky@google.com>
Fri, 23 Mar 2018 20:12:07 +0000 (13:12 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 23 Mar 2018 22:28:03 +0000 (22:28 +0000)
commit946af1b658c319d70e2a6f0d0d6aedc972c3acc6
tree513b82607b4105870e0d5369ff9e0de269405618
parent6f47fa2d6c6b2d4fdfc5b3a98fa8e3cd8469ca16
cmd/link: make sure we're hashing __.PKGDEF in genhash

This is currently always the case because loadobjfile complains if
it's not, but that will be changed soon.

Updates #24512.

Change-Id: I262daca765932a0f4cea3fcc1cc80ca90de07a59
Reviewed-on: https://go-review.googlesource.com/102280
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/link/internal/ld/lib.go