]> Cypherpunks repositories - gostls13.git/commit
cmd/link: stop passing unused read_only_relocs
authorDavid Crawshaw <crawshaw@golang.org>
Thu, 4 May 2017 21:36:20 +0000 (17:36 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Fri, 5 May 2017 11:35:58 +0000 (11:35 +0000)
commit27a10f7da791602cc6d059d3164052aa397d6ef3
treea0555f89ae9ac010e6ead9bac2778ab25626cad8
parent507f4d5f48919097e5b85b145d337e89d1a2f252
cmd/link: stop passing unused read_only_relocs

The external darwin linker has been printing:

ld: warning: -read_only_relocs cannot be used with x86_64

for a long time. Now that it is printed by CL 33301, we may as
well get rid of it.

Fixes #20246

Change-Id: I1147cf1ff197fdfda228a1349f13627bcf9fc72f
Reviewed-on: https://go-review.googlesource.com/42730
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Todd Neal <todd@tneal.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/ld/lib.go