mirror of
https://github.com/golang/go.git
synced 2025-05-15 04:14:37 +00:00
This makes the behaviour match what happens when duplicate symbols are read from regular object files and fixes errors about cgoAlwaysFalse when linking an executable that uses cgo against a shared library. Change-Id: Ibb8cd8fe3f7813cde504b7483f1e857868d7e063 Reviewed-on: https://go-review.googlesource.com/11117 Reviewed-by: Ian Lance Taylor <iant@golang.org>