]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -Wl,-wrap,symbol to linker flag whitelist
authorAndrew G. Morgan <agm@google.com>
Tue, 2 Jun 2020 20:13:54 +0000 (13:13 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Jun 2020 02:59:25 +0000 (02:59 +0000)
commit9bbe89957620ab72c03a7613ffdbd10a97b54bd6
tree4e630a8565a230aa7fc71e7362fa7d69950dfbe2
parentba6ccf3b04cbda5ac19412c933c69425ca828bfa
cmd/go: add -Wl,-wrap,symbol to linker flag whitelist

This is needed for cgo support for libpsx.

Fixes: #39361
Change-Id: I500f5614ea4b82b085322af1f1ffeb1f55270a05
Reviewed-on: https://go-review.googlesource.com/c/go/+/236139
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/security.go