]> Cypherpunks repositories - gostls13.git/commit
cmd/link: remove alternate -X flag spelling
authorRuss Cox <rsc@golang.org>
Fri, 29 Jan 2016 03:50:03 +0000 (22:50 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2016 01:35:25 +0000 (01:35 +0000)
commit51b624e6a29b135ce0fadb22b678acf4998ff16f
treea00a3ba3f6241c0e17b17afd23d3b0d36b0273ce
parent0b4f5782664b1e5ff6006cc3a66de520ed1c7c79
cmd/link: remove alternate -X flag spelling

The Go 1.6 release notes say we'll remove the “-X name value” form
(in favor of the “-X name=value” form) in Go 1.7.
Do that.

Also establish the doc/go1.7.txt file.

Change-Id: Ie4565a6bc5dbcf155181754d8d92bfbb23c75338
Reviewed-on: https://go-review.googlesource.com/19614
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.txt [new file with mode: 0644]
src/cmd/go/go_test.go
src/cmd/link/internal/ld/pobj.go
test/linkx_run.go