]> Cypherpunks repositories - gostls13.git/commit
cmd/link: if -B option was used, pass it to the external linker
authorIan Lance Taylor <iant@golang.org>
Wed, 15 Jul 2015 07:18:51 +0000 (00:18 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 21 Jul 2015 03:57:55 +0000 (03:57 +0000)
commite9fcd6ed2b0ec7320bed95907380f3c0966da2cb
tree79d4acf865e4e417daa995da7960b8623b20f8f4
parentaee4f42a2bab915f617ff9d1be51b1514af2a50f
cmd/link: if -B option was used, pass it to the external linker

Fixes #10607.

Change-Id: Ib294cf65b07103b60f62b86b21ff2d07b25136fe
Reviewed-on: https://go-review.googlesource.com/12242
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/link/internal/ld/lib.go
test/fixedbugs/issue10607.go [new file with mode: 0644]
test/fixedbugs/issue10607a.go [new file with mode: 0644]