]> Cypherpunks repositories - gostls13.git/commit
cmd/go: use build ID as plugin symbol prefix
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 12 Nov 2016 11:50:24 +0000 (06:50 -0500)
committerDavid Crawshaw <crawshaw@golang.org>
Tue, 15 Nov 2016 16:17:07 +0000 (16:17 +0000)
commitfab3fcaf750445c0016a44376aa81c720133e02c
tree883206d965c8b3e7162f44697ffabd84f721c32c
parent03da2690c9fefdbaff613f9ccc224b5f0abfbe16
cmd/go: use build ID as plugin symbol prefix

Updates #17821

Change-Id: Iebd2e88b2d4f3d757ffad72456f4bfc0607d8110
Reviewed-on: https://go-review.googlesource.com/33162
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testplugin/src/host/host.go
misc/cgo/testplugin/test.bash
misc/cgo/testplugin/unnamed1.go [new file with mode: 0644]
misc/cgo/testplugin/unnamed2.go [new file with mode: 0644]
src/cmd/go/build.go