]> Cypherpunks repositories - gostls13.git/commit
cmd/go: pass -Wl,-z,nodelete for c-shared mode with gccgo
authorIan Lance Taylor <iant@golang.org>
Thu, 2 May 2024 20:38:55 +0000 (13:38 -0700)
committerGopher Robot <gobot@golang.org>
Thu, 2 May 2024 22:18:34 +0000 (22:18 +0000)
commite602625c5e65da607b99f72082dd60ff70cafe04
tree70043ac8772099a8b7af4c6041c840f8018a41e0
parentb64e5e38ab66320bbd7886836d192772d21c4d9a
cmd/go: pass -Wl,-z,nodelete for c-shared mode with gccgo

This is the gccgo version of CL 15605.

For https://gcc.gnu.org/PR114699

For #11100
For #12582
For #12873

Change-Id: I30e23130737022d772971f0bd629b57269174886
Reviewed-on: https://go-review.googlesource.com/c/go/+/582975
Reviewed-by: Than McIntosh <thanm@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
src/cmd/go/internal/work/gccgo.go