aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/testdata/Makefile
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2015-05-21 13:28:06 -0400
committerRuss Cox <rsc@golang.org>2015-05-21 17:31:40 +0000
commit2a141dedc4bb7b33f5caee6e7b185dfbd20c92bc (patch)
treee3a24653ae2a9a1eac780c1d57adc7dd68b879b6 /src/cmd/link/testdata/Makefile
parentbe59731d9fffb53a499d1ae64863e2a380f2dede (diff)
downloadgo-2a141dedc4bb7b33f5caee6e7b185dfbd20c92bc.tar.xz
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/10286 Reviewed-by: Rob Pike <r@golang.org>
Diffstat (limited to 'src/cmd/link/testdata/Makefile')
-rw-r--r--src/cmd/link/testdata/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/cmd/link/testdata/Makefile b/src/cmd/link/testdata/Makefile
deleted file mode 100644
index 83e8a05195..0000000000
--- a/src/cmd/link/testdata/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-ALL=\
- autosection.6\
- autoweak.6\
- dead.6\
- hello.6\
- layout.6\
- pclntab.6\
-
-all: $(ALL)
-
-%.6: %.s
- GOARCH=amd64 GOOS=darwin go tool asm -I $(shell go env GOROOT)/pkg/include -trimpath=$(shell pwd) $*.s
-
-pclntab.s: genpcln.go
- go run genpcln.go >pclntab.s