Commit 2a141ded authored by Russ Cox's avatar Russ Cox

cmd/link: move to cmd/newlink

In preparation for making the current linker cmd/link.
If cmd/newlink is ever completed, it can be moved back.

See golang-dev thread titled "go tool compile, etc" for background.

Change-Id: I4029580f470038240c5181a37ea4202ba971f9ef
Reviewed-on: https://go-review.googlesource.com/10286Reviewed-by: 's avatarRob Pike <r@golang.org>
parent be59731d
......@@ -35,7 +35,7 @@ go src=..
gofmt_test.go
testdata
+
link
newlink
testdata
+
archive
......
......@@ -374,7 +374,7 @@ var oldtool = []string{
// Unreleased directories (relative to $GOROOT) that should
// not be in release branches.
var unreleased = []string{
"src/cmd/link",
"src/cmd/newlink",
"src/cmd/objwriter",
"src/debug/goobj",
"src/old",
......
......@@ -412,7 +412,7 @@ var goTools = map[string]targetDir{
"cmd/dist": toTool,
"cmd/doc": toTool,
"cmd/fix": toTool,
"cmd/link": toTool,
"cmd/newlink": toTool,
"cmd/nm": toTool,
"cmd/objdump": toTool,
"cmd/old5a": toTool,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment