]> Cypherpunks repositories - gostls13.git/commit
cmd/go: remove cross-package assembly reference discovery
authorAustin Clements <austin@google.com>
Fri, 31 May 2019 20:40:14 +0000 (16:40 -0400)
committerAustin Clements <austin@google.com>
Thu, 6 Jun 2019 19:44:14 +0000 (19:44 +0000)
commit47df542fefc355d65659278761d06cb9d5eba235
treed64848c298cc5996b5321f5fde583a69aa15df6f
parentf5e5bc1a4281b22c9ca2c75431647638de515ba0
cmd/go: remove cross-package assembly reference discovery

This removes the special case for finding assembly references to Go
symbols in runtime and runtime/internal/atomic. These are no longer
necessary because we've now marked all symbols in these packages that
must be accessible from assembly in other packages.

Fixes #31230.

Change-Id: I70c90b70e13b922a6669f3d46c53347f98d6fc3f
Reviewed-on: https://go-review.googlesource.com/c/go/+/179863
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/gc.go