]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't suggest using nm to find -X name
authorIan Lance Taylor <iant@golang.org>
Mon, 2 Jan 2017 05:51:41 +0000 (21:51 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 Jan 2017 17:56:17 +0000 (17:56 +0000)
commitf78cd569f52d5c44792f932ebbd01a71231f38b2
treed58dd52dd313d4fa5a644e7a352718ae73c1c8a7
parente776975ae61e8db6ff5db33b039513c9d8524794
cmd/link: don't suggest using nm to find -X name

It doesn't work if the package name includes a '.' or a non-ASCII
character (or '%', '"', or a control character).  See #16710 and CL 31970.

Update #18246.

Change-Id: I1487f462a3dc7b0016fce3aa1ea6239b226e6e39
Reviewed-on: https://go-review.googlesource.com/34791
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/doc.go