]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: permit missing dynamic symbol section
authorPeter Gonda <pgonda@google.com>
Wed, 24 Jan 2018 22:45:28 +0000 (14:45 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 Jul 2018 17:50:00 +0000 (17:50 +0000)
commit23ce272bb1154fb8085c8fc1e3c1f1e0e760f005
tree0eae396163afcf8f566894b226ff2731500b5fe2
parent59934e7ebb25c31647154a559cd2480376ee70cd
cmd/cgo: permit missing dynamic symbol section

Allow static complication of cgo enabled libraries.

Fixes #16651

Change-Id: I0729ee4e6e5f9bd1cbdb1bc2dcbfe34463df547c
Reviewed-on: https://go-review.googlesource.com/89655
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/issue4029.c
misc/cgo/test/issue4029.go
misc/cgo/test/issue4029w.go
src/cmd/cgo/out.go
src/cmd/dist/test.go